💬 MYSController
-
Dang, the ota update is something i am looking for big time, but it seems using mqtt is killing that option for me. I went mqtt route since I have a fault tolerant openhab system and it's easier to fail over services than physical connections.
-
As far as I know tekka is working on a mqtt support and there is also MyController, which also has OTA support and mqtt. Maybe you can have a look at it.
@Anduril very cool. I will check on mycontroller. I probably won't need most of the functionality but if it can do the ota for mqtt for now it might work. I like tekka's project so I am hoping that gets the mqtt ota support. Thanks!
-
Is it possible to use this app when using RS485 transport? I have one of these usb (ftdi based) adapters connected with 2 Arduino MEGA on a RS485 bus:
Tried it but I don't see any messages. Connecting serial monitor does show a traffic.
-
Is it possible to use this app when using RS485 transport? I have one of these usb (ftdi based) adapters connected with 2 Arduino MEGA on a RS485 bus:
Tried it but I don't see any messages. Connecting serial monitor does show a traffic.
-
Any news regarding OTA for MQTT gatways?
I have a MQTT GW running on a NodeMCU and I can upload new versions of the GW sketch to it using ArduinoOTA. It would be great to be able to also update the sensors connected to it without having to connect it to my computer.
-
Hi all,
Thanks again for the great work.
Simple question: Is still MQTT support in the roadmap? Will it be possible to do FOTA over an MQTT Gateway?Regards! Merry Xmas and Happy New Year!
-
Myscontroller latest version 1.0.0.3316 shows trojan at virustotal
is this ok?
https://www.virustotal.com/#/file/6082b86e6a56783e692afaa7c6d79e5af0d6ca58476ef7e180a39594ce441cd7/detection
Whats the reason for it -
Myscontroller latest version 1.0.0.3316 shows trojan at virustotal
is this ok?
https://www.virustotal.com/#/file/6082b86e6a56783e692afaa7c6d79e5af0d6ca58476ef7e180a39594ce441cd7/detection
Whats the reason for it -
@iocare-research-team False alarm (4 out of 67), most likely due to the executable being packed with UPX.
-
Absolutely great work! Just discovering the extent of the work done with mysensors. Amazing. Thanks
-
Hello, is it possible to do FOTA updates from a desktop while the main gateway is connected to an openhab server on RPI3? Or do i have to replug my gateway between RPI3 en desktop every time i want to do an update?
-
Hello, is it possible to do FOTA updates from a desktop while the main gateway is connected to an openhab server on RPI3? Or do i have to replug my gateway between RPI3 en desktop every time i want to do an update?
@jimmy-loyens What I do in order to have multiple controllers is to make a ethernet-mqtt gateway on an Arduino Uno.
That way I can use OpenHAB, try other controllers and also use mycontroller.org to do node management and FOTA.
I think that there is no other way.
-
@jimmy-loyens What I do in order to have multiple controllers is to make a ethernet-mqtt gateway on an Arduino Uno.
That way I can use OpenHAB, try other controllers and also use mycontroller.org to do node management and FOTA.
I think that there is no other way.
@guillermo-schimmel hi, thanks for your response. "Set up a ethernet mqqt gateway" could you elaborate on this? I'm quite competent with arduino, but i'm still learning about mqtt as i go. I have managed to setup mosquitto on my openhab server thoug. Do you mean let openhab send mqtt messages to the ethernet mysensors gateway and thus making it possible to connect MYSController to the ip of the mysensors ethernet gateway? Do you know of some example code? I know there is an example of an ethernet gateway but can it allso handle mqtt by default? Thanks