Edubits / Zway-MQTT

Publishes the status of devices to a MQTT topic and is able to set values based on subscribed topics.
Apache License 2.0
29 stars 16 forks source link

Subscription #52

Closed isMnemonic closed 4 years ago

isMnemonic commented 4 years ago

I was just wondering how do i solve the subscription part for a device based on a topic?

For now i just have a dummy device which i only get publish to work but not subscription. I have set the device and set a topic to "livingroom/dht/temperature" and then i take it the whole topic by the app will be "zway/livingroom/dht/temperature/set" ? Im using default values for postfix.

I just took your explanation when it said it could set values based on subscriptions =)

isMnemonic commented 4 years ago

This can be ignored i got this to work.