MYSController for RPi?
-
Is there such a version? I’d like to try FOTA but don’t have a Windows machine. Thanks!
-
try MyController, it works on linux. You can even run it on rpi, but I would not recommend it since it is quite resource hungry.
-
Is that just a controller or can it also upload firmware?
-
@jimbolaya It can upload firmware. See https://www.mysensors.org/controller/mycontroller for more information.
-
@jimbolaya It can upload firmware. I'm just doing the same as you. I run a very small virtual machine just for administration of nodes and firmware.
-
This looks like a great start. I use Domoticz and will stick with it for the z-wave support. Any experience using the two controllers on the same pi? Perhaps shut down Domoticz and then start MyController for the FOTA?
-
@jimbolaya if you use mqtt gateway you don't even need to stop one controller. You can use them all (if they support mqtt).
I'm doing OpenHAB+Mycontroller.org+several local scripts.
-
@guillermo-schimmel Is the same true for serial gateway?
-
@jimbolaya said in MYSController for RPi?:
@guillermo-schimmel Is the same true for serial gateway?
I don't know, but don't think so. It would be difficult for more than one program to take control of the serial port.
-
@jimbolaya Or you can use https://github.com/tsathishkumar/MySController-rs A light weight controller which can be used for FOTA and act as a proxy for all other usages.