Requirements for controller integration/support for MySensors?
Controllers
3
Posts
2
Posters
1.9k
Views
2
Watching
-
Hi,
Well, the controller must support one or more ways of communicating with the MySensors gateway (serial, ethernet, MQTT). Allowing multiple "gateways" is preferred, as many users deploy ESP8266 nodes with sensors directly attached to the esp.
The controller has to support the id-hand-out mechanism for the nodes. Then you have to implement as many MySensors device-types as possible for the new controller. Start with the simple and most used, such as Binary, Dimmer, Temp and Humidity.