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

Shelly Configuration only via workaround #48

Open
ridewithstyle opened this issue Jul 2, 2019 · 0 comments
Open

Shelly Configuration only via workaround #48

ridewithstyle opened this issue Jul 2, 2019 · 0 comments

Comments

@ridewithstyle
Copy link

ridewithstyle commented Jul 2, 2019

The Latest Firmware of the Shelly 2.5 accepts commands via

shellies/shellyswitch25-/relay//command

which can be configured as topic and Zway-MQTT can control the relay. But Zway-MQTT misses the status updates which are given on

shellies/shellyswitch25-/relay/

Workaround is instantiating two Zway-MQTT which map the same Zway device and configure one as setter for the correct command to the shelly and the other one as getter with the correct topic to catch the status in case any other mqtt client updates the value on the mqtt server. But this results in useless mqtt traffic

A solution would be to provide two field to fully specify the requesting status topic and setting value topic and not specify a postfix for requesting status and one postfix for setting the value

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

No branches or pull requests

1 participant