mhemeryck / modbridge

Bridge between modbus and MQTT
MIT License
29 stars 10 forks source link

As a home assistant user, I want to check how to integrate the modbridge project on an ARM platform with HASSOs #33

Open mhemeryck opened 6 years ago

mhemeryck commented 6 years ago

Home Assistant OS should in theory be able to run multiple services (docker containers), including a custom modbridge. Check how to run it here (more of a testing of deployment options).

mhemeryck commented 6 years ago

Not quite sure we should still go for this, as we will probably need more low-level access to the GPIO for setting up the modbus server in the first place.

Actually, the best solution would seem to make more use of the sysfs interface!

mhemeryck commented 5 years ago

Another related issue is really the robustness of this service; in case MQTT or modbus breaks down, it should nicely wait instead of crash and burn.