ratgdo / mqtt-ratgdo

ratgdo via mqtt
GNU General Public License v2.0
85 stars 20 forks source link

command:query does not appear to work #97

Closed jeremy44 closed 2 weeks ago

jeremy44 commented 3 weeks ago

When I sent a MQTT message to my RATGDO [ratgdo v2.59 for hardware v2.50 Security 2.0] nothing subsequently happens, I'm expecting a message to be published to '[Device Name]/status/door'. I'm following the directions published here:

https://paulwieland.github.io/ratgdo/01_features.html

That is, publishing a query message to a topic '[Device Name]/command' with the body of 'query'.

Thanks in advance.

michaeljoos72 commented 2 weeks ago

For me '[Device Name]/command/command:query' does work --> 2x command

image

jeremy44 commented 2 weeks ago

@michaeljoos72 Thanks so much. That worked. That wasn't clear to me from the documentation or the code. Appreciate it.