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

I can't close garage door over MQTT #27

Open
maticslaszlo opened this issue Jun 17, 2018 · 2 comments
Open

I can't close garage door over MQTT #27

maticslaszlo opened this issue Jun 17, 2018 · 2 comments

Comments

@maticslaszlo
Copy link

maticslaszlo commented Jun 17, 2018

I'm using https://github.com/stjohnjohnson/smartthings-mqtt-bridge, and I can open my garage door, but I can't close with MQTT
I've got Aeon Garage Door - RV v0.1, MQTT bridge, and I've tried a lot of commands, like OFF, off, CLOSE, close, 0, 1, CLOS, clos

mosquitto_pub -h localhost -p 1883 -u user -P pass -t 'smartthings/garage/door/cmd' -m 'open' opens the garage door, but I couldn't send any command to close the door

@maticslaszlo
Copy link
Author

maticslaszlo commented Jun 26, 2018

UPDATE:
I can close garage door with
mosquitto_pub -h localhost -p 1883 -u user -P pass -t 'smartthings/garage/switch/cmd' -m 'off' command

@robertvandervoort
Copy link
Owner

robertvandervoort commented Jul 6, 2018 via email

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

2 participants