Good Morning
In Line with these old Thread
Re: Pimatic-johnny-five Plugin dont found MCP23017 on I2C
I have a Problem with my I2C Expanders.
I made it like the desciption say but i always get an error or pimatic crashes.
When I only take the Expanders in the config.json under the plugin like these:
{
"id": "1",
"boardType": "expander",
"port": "1",
"controller": "MCP23017"
},
{
"id": "2",
"boardType": "expander",
"port": "1",
"controller": "MCP23017",
"adress": "0x21"
}
the daemon.log say:
[pimatic-johnny-five] error: [BoardManager] Error: Board not found
[pimatic-johnny-five] error: [BoardManager] Creation of board Controller1 raised exception: Error: Board not found
and when I put the rapi-io in the config.json over the expander boards pimatic crashes every time with:
[pimatic] error: A uncaught exception occured: Error: Error: No such file or directory, cannot open /dev/ttyAMA0
[pimatic] error:> at Error (native)
[pimatic] error:> This is most probably a bug in pimatic or in a module, please report it!
[pimatic] info: exiting...
What i´m doing wrong or what have i forgotten?
@mwittig perhaps you have an idea?
Thank you