RFM69HCW Feather M0 MQTT
Troubleshooting
23
Posts
3
Posters
2.0k
Views
1
Watching
-
@mfalkvidd I will try it on an esp8266 tomorrow and see if anything changes. When going back versions is there anything else i need to do besides deleting directory and going through ./configure again? I will try the 2.2 version first. I already went from 2.3.1 to 2.3.0.
-
@andrew-maynard deleting and starting over is fine. If you're comfortable with git you can switch branch/tag instead of deleting.
@mfalkvidd I switched gateway to esp8266
451843 GWT:TPS:TOPIC=domoticz/out/MyMQTT/100/1/1/0/0,MSG SENT 452390 TSF:MSG:READ,100-100-0,s=0,c=1,t=1,pt=7,l=5,sg=0:45.7 452454 GWT:TPS:TOPIC=domoticz/out/MyMQTT/100/0/1/0/1,MSG SENT 453679 TSF:MSG:READ,100-100-0,s=1,c=1,t=0,pt=7,l=5,sg=0:77.5 453743 GWT:TPS:TOPIC=domoticz/out/MyMQTT/100/1/1/0/0,MSG SENTIm still not seeing it on the domoticz log
2018-08-05 18:37:30.458 Error: Esp8266 MQTT Gateway hardware (5) nothing received for more than 5 Minutes!.... 2018-08-05 18:37:31.459 Error: Restarting: Esp8266 MQTT Gateway 2018-08-05 18:37:32.293 Status: MQTT: Worker stopped... 2018-08-05 18:37:33.295 Status: MQTT: Connecting to 192.168.1.110:1883 2018-08-05 18:37:33.396 Status: MQTT: connected to: 192.168.1.110:1883 2018-08-05 18:37:33.396 Status: MySensorsMQTT: connected to: 192.168.1.110:1883 2018-08-05 18:37:33.497 Status: MQTT: SubscribedWhen i try to test it using
pi@raspberrypi3:~ $ mosquitto_sub -v -t 'domoticz/out/MyMQTT'nothing happens and freezes cmd prompt. it does publish though
pi@raspberrypi3:~ $ mosquitto_pub -t 'domoticz/in/MyMQTT' -m '0,29'I have to be missing something stupid!
-
Would it be wise to close this and move it to Domoticz MySensors forum? It looks like its an issue with mqtt or domoticz.