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

Home Assistant Z-Wave Fan Speed #1397

Open
jay2theb opened this issue Dec 7, 2023 · 2 comments
Open

Home Assistant Z-Wave Fan Speed #1397

jay2theb opened this issue Dec 7, 2023 · 2 comments

Comments

@jay2theb
Copy link

jay2theb commented Dec 7, 2023

I am trying to use HA Bridge to set the fan speed of a ceiling fan, connected to a in wall Z-Wave fan controller via Z-Wave-js-ui and HomeAssistant.

Using the following call in HA-Bridge (that is correct as far as I can tell) only results in the device being switched on. I have tried both with and without the "state":"on" options.

{"entityId":"fan.rebekah_s_fan","hassName":"HAZion","state":"on","percentage":"${intensity.byte}"}

Via curl, this call works with no issue

curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer (API KEY)" -d '{"entity_id": "fan.rebekah_s_fan", "percentage": 93}' https://home-assistant-ip:8123/api/services/fan/set_percentage

I am running HA bridge 5.4.0 - is there something I'm doing wrong here?

@jay2theb
Copy link
Author

jay2theb commented Dec 7, 2023

I also suspect that if I could some how configure home assistant to treat the fan controller as a dimmable light, that the built in call via HA Bridge ( {"entityId":"fan.rebekah_s_fan","hassName":"HAZion","state":"on","bri":"${intensity.byte}"} ) would work out of the box. Although I can't seem to figure out if this is even possible

@jay2theb
Copy link
Author

jay2theb commented Dec 7, 2023

https://www.home-assistant.io/integrations/switch_as_x does not work for me because this device does not present as a switch

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