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

Support of ZBMini #1000

Open
eporsche opened this issue Feb 21, 2024 · 3 comments
Open

Support of ZBMini #1000

eporsche opened this issue Feb 21, 2024 · 3 comments

Comments

@eporsche
Copy link

eporsche commented Feb 21, 2024

I have a question regarding smart switches like the ZBmini and iCasa. Those are published via zigbee2mqtt to another topic than /homeassistant . Instead they are published to zigbee2mqtt/FRIENDLY_NAME/set
(https://www.zigbee2mqtt.io/devices/ZBMINI.html)

Is there a way I can add those to diyhue, too? Other than running and connecting my old HueBridge. I tried to connect to emulated hue of home assistant, but this didnt work.

@eporsche
Copy link
Author

eporsche commented Feb 21, 2024

Can be closed -
The homeassistant integration did the trick - in combination with a light template entity for the switch:

light:
  - platform: template
    lights:
      lamp_light:
        friendly_name: "Lamp"
        value_template: "{{ is_state('switch.lamp', 'on') }}"
        turn_on:
          service: switch.turn_on
          entity_id: switch.lamp
        turn_off:
          service: switch.turn_off
          entity_id: switch.lamp

@eporsche
Copy link
Author

eporsche commented Feb 21, 2024

One question in gerneral - home assistant is correctly reflecting the state of the light (on or off) when I hit the rocker switch on the wall. However diyHue is not picking up the updated state. What could be the problem here?

@eporsche
Copy link
Author

Found this: https://github.com/diyhue/diyHue/issues/883
Have to rollback to Hue Bridge for now. This is a blocker unfortunately.

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

No branches or pull requests

1 participant