💬 Selecting a Controller
-
@AWI, I've just updated the table as instructed. If I may, there is something which other controllers may do and I recon myHouse doesn't which is not evaluated in the table and it is the capability to leverage MySensors auto-discovery. What I mean is, in myHouse you have to add the sensor in the configuration before it will show up in the UI while with others can potentially just show up. Just in case you want to add a note somewhere, to be completely transparent. Thanks!
-
Home Assistant was update quite recently: 11 Apr 2017
https://home-assistant.io/blog/2017/04/08/eddystone-beacons-lockitron-locks-total-connect/#release-0423---april-11 -
Can I use mysensors library with emoncms.org as the controller?
-
Ok, thank you
-
Can you please update the table? I have made several modifications to OpenHAB. Thanks.
-
Would someone be willing to add a new controller page for the Mozilla WebThings Gateway? I've created some content here:
https://forum.mysensors.org/topic/10423/controller-page-for-mozilla-webthings-gateway
-
Is there a way to talk to the gateway (ethernet or USB) without any particular controller-package? I would prefer linux shell scripts instead, as this is how I collect data from all my wired sensors.
@3nibble yes, you can talk directly to the ethernet gateway or, more easily, to the MQTT gateway. I tend to unify all my sensors, mysensors or not, over MQTT.
-
@3nibble yes, you can talk directly to the ethernet gateway or, more easily, to the MQTT gateway. I tend to unify all my sensors, mysensors or not, over MQTT.
@Guillermo-Schimmel said in 💬 Selecting a Controller:
yes, you can talk directly to the ethernet gateway
Could you please point me to an example or any documentation about how to do this?
Thanks. -
@Guillermo-Schimmel said in 💬 Selecting a Controller:
yes, you can talk directly to the ethernet gateway
Could you please point me to an example or any documentation about how to do this?
Thanks.@3nibble https://pypi.org/project/pymysensors/ is a nice starting point.
-
And of course you should know that the comunication is via "serial protocol", which is defined here:
https://www.mysensors.org/download/serial_api_20
@Guillermo-Schimmel said in 💬 Selecting a Controller:
@3nibble https://pypi.org/project/pymysensors/ is a nice starting point.