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

add IOBroker compatibility #63

Open
malu254 opened this issue Feb 2, 2024 · 2 comments
Open

add IOBroker compatibility #63

malu254 opened this issue Feb 2, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@malu254
Copy link

malu254 commented Feb 2, 2024

The Communication between HCP and IOBroker is working.

Somehow IOBroker isnt able to toggle movement of the garage door.

Iobroker needs a true / false mqtt state to read or write data via mqtt

Control via the Web interface works well

@malu254 malu254 added the bug Something isn't working label Feb 2, 2024
@Gifford47 Gifford47 added enhancement New feature or request and removed bug Something isn't working labels Feb 2, 2024
@Gifford47 Gifford47 changed the title No possibility to change position via mqtt when using IOBroker add IOBroker compatibility Feb 5, 2024
@esusxunil
Copy link

Same here, I get all status updates through MQTT into ioBroker.

As a workaround I just trigger the commands through http.

Light: http://[ip]/command?action=5
Stop: http://[ip]/command?action=2
Up: http://[ip]/command?action=1
Down: http://[ip]/command?action=0

@14yannick
Copy link
Collaborator

Maybe the esphome port of this project can help. As I saw there is an Esphome integration in IObroker.

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

No branches or pull requests

4 participants