Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gateway ACK Enabled setting not working #477

Open
seant100 opened this issue Oct 27, 2018 · 4 comments
Open

Gateway ACK Enabled setting not working #477

seant100 opened this issue Oct 27, 2018 · 4 comments

Comments

@seant100
Copy link

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)

@jkandasa
Copy link
Member

@seant100 looks like your gateway/node not sending back the ack response.

@seant100
Copy link
Author

@jkandasa Is there something I need to add to my sketches to tell it to send back ack responses?

@jkandasa
Copy link
Member

@seant100 No, no actions required in MySensors library.

Can you enable debug and verify? refer: #473

@jpink
Copy link

jpink commented Jan 30, 2019

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:
400
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants