💬 Selecting a Controller
-
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.