You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I enable ACK on the Gateway settings for a MySensors MQTT gateway, setting the ACK enabled setting to on seems to prevent any message being sent. When I enable that the resource logs show no messages being sent anymore. And the mycontroller.log file shows messages like this 2018-10-27 19:35:53,646 INFO [mc-th-pool-0] [org.mycontroller.standalone.provider.EngineAbstract:232] Seems like failed to send this message. There is no ACK received! Retried 10 time(s). MessageImpl(gatewayId=1, nodeEui=2, sensorId=SENSOR_BC, type=Stream, subType=Firmware response, ack=1, payload=220024004d032A95E1F71124EF90FF900F911F91CF91, isTxMessage=true, timestamp=1540661748086, properties=null)
The text was updated successfully, but these errors were encountered:
Ack doesn't also work with my MyController - Embedded MQTT Broker - serial2mqtt adapter - USB - Arduino - Relay -setup. When I change switch state, I soon get following error:
And the switch state doesn't chance. It changes automatically after 30 s by automatic refresh.
Earlier setup: MyController - USB - Arduino - Relay works as expected.
When I enable ACK on the Gateway settings for a MySensors MQTT gateway, setting the ACK enabled setting to on seems to prevent any message being sent. When I enable that the resource logs show no messages being sent anymore. And the mycontroller.log file shows messages like this
2018-10-27 19:35:53,646 INFO [mc-th-pool-0] [org.mycontroller.standalone.provider.EngineAbstract:232] Seems like failed to send this message. There is no ACK received! Retried 10 time(s). MessageImpl(gatewayId=1, nodeEui=2, sensorId=SENSOR_BC, type=Stream, subType=Firmware response, ack=1, payload=220024004d032A95E1F71124EF90FF900F911F91CF91, isTxMessage=true, timestamp=1540661748086, properties=null)
The text was updated successfully, but these errors were encountered: