MyController OTA problems
-
@jkandasa Hi. Its not too much inconvenience :) It would just be nice to get this working as MyController seems to work rather well for me otherwise.
I am using Version 0.0.3.Final-SNAPSHOT of MyController.org
The CHIP i installed Oracle JDK and then set it up to start on reboot by reading through this http://forum.mycontroller.org/topic/122/launch-start-sh-on-startup-or-like-a-service/2.
I also have mosquitto, node and node-red setup on the CHIP.
@slt1 said in MyController OTA problems:
I also have mosquitto, node and node-red setup on the CHIP.
I guess this makes MyController too slow. When you are not using inbuilt MQTT broker. you can make it disable. Can you send me the MyController.log file to know more about Ethernet failure?
-
@slt1 said in MyController OTA problems:
I also have mosquitto, node and node-red setup on the CHIP.
I guess this makes MyController too slow. When you are not using inbuilt MQTT broker. you can make it disable. Can you send me the MyController.log file to know more about Ethernet failure?
-
@slt1 said in MyController OTA problems:
I also have mosquitto, node and node-red setup on the CHIP.
I guess this makes MyController too slow. When you are not using inbuilt MQTT broker. you can make it disable. Can you send me the MyController.log file to know more about Ethernet failure?
-
@slt1 I couldn't download the file you have attached. Can you please send it to jkandasa at gmail dot com?
-
@slt1 Thank you! Do you have the serial or MQTT gateway? If yes, Can you try once with the serial or MQTT gateway and report the status?
-
@jkandasa I only have an ESP8266 gateway working over ethernet. I do not have an MQTT or serial gateway. Should I rather be using one of those?
@slt1 For now I do not have Ethernet gateway to reproduce your issue.
Yes, I request you to update your ESP8266 ethernet to MQTT. it is simple. Just modify your ESP8266 firmware as shown here. https://github.com/mysensors/MySensors/blob/development/examples/GatewayESP8266MQTTClient/GatewayESP8266MQTTClient.ino
-
@slt1 For now I do not have Ethernet gateway to reproduce your issue.
Yes, I request you to update your ESP8266 ethernet to MQTT. it is simple. Just modify your ESP8266 firmware as shown here. https://github.com/mysensors/MySensors/blob/development/examples/GatewayESP8266MQTTClient/GatewayESP8266MQTTClient.ino
@jkandasa There are 2 problems I have moving to MQTT. Firstly MYSController only works on Ethernet and Serial. Secondly, in MyController.org I lose all my sensor data as it will create new nodes for each of the sensors it picks up on a new gateway.
-
@jkandasa There are 2 problems I have moving to MQTT. Firstly MYSController only works on Ethernet and Serial. Secondly, in MyController.org I lose all my sensor data as it will create new nodes for each of the sensors it picks up on a new gateway.
Firstly MYSController only works on Ethernet and Serial.
I understand this. But the only test with MQTT. If you are not fine with the change of gateway. go back to current setup.
Secondly, in MyController.org I lose all my sensor data as it will create new nodes for each of the sensors it picks up on a new gateway.
No, You can use edit gateway option. Edit existing ethernet gateway and update to MQTT configuration. This will retain your setup as is.
-
Firstly MYSController only works on Ethernet and Serial.
I understand this. But the only test with MQTT. If you are not fine with the change of gateway. go back to current setup.
Secondly, in MyController.org I lose all my sensor data as it will create new nodes for each of the sensors it picks up on a new gateway.
No, You can use edit gateway option. Edit existing ethernet gateway and update to MQTT configuration. This will retain your setup as is.