ebaauw / homebridge-hue

Homebridge plugin for Philips Hue
Apache License 2.0
901 stars 91 forks source link

Question pi zero w #648

Closed Kristian8606 closed 4 years ago

Kristian8606 commented 4 years ago

Hello! Congratulations on your wonderful work. I decided to remove all my hubs and replace them with deconz and homebridge-hue. I have pi zero w and I plan to use it, will I have problems with it or will I have to replace it with a more powerful one?

ebaauw commented 4 years ago

I don't have any personal experience with the Pi zero.

I'm running deCONZ and two homebridge instances on a Pi 3B+ without any issues. One instance runs homebridge-hue, the other homebridge-otgw, homebridge-p1, homebridge-ws, and homebridge-zp.

Kristian8606 commented 4 years ago

I've been testing ConBee 2 with Homebridge-hue on pi zero w for two days and it works fine. I noticed that the processor runs between 55-75%. I had cases when I turned off the lights after about 10 minutes in the annex again showing that the lights were on, The same case I had with the ikea gateway, the bulbs are on ikea. Has anyone had such a case and what is the reason?

ebaauw commented 4 years ago

How did you turn off the lights? What type of lights are you using?

Kristian8606 commented 4 years ago

I turned off the lights with the Home application. bulb is Tradfri bulb E27 opal 1000lm

ebaauw commented 4 years ago

That should work normally.

The issue could be:

  1. (with the IP network) between HomeKit and the accessory (IKEA hub, Hue bridge, or homebridge - whomever is exposing the light to HomeKit); or
  2. (with the IP network) between homebridge-hue and the Hue bridge/deCONZ gateway; or
  3. (with the ZigBee network) between the light and and the hub/bridge/gateway.

You want to check a native hub/bridge/gateway app to see if the hub/birdge/gateway also reports the wrong light state. If not, you want to check the homebridge -D log to see if homebridge-hue sends the wrong state to HomeKit. If not, the issue is with your home network or HomeKit app losing the link to the HomeKit accessory.

Kristian8606 commented 4 years ago

Thank you for the tips I will take the time to look at in detail. by the way, I just found that when I turn off a light bulb through the wall switch in the home application and also in phoscon it remains inclusive.

ebaauw commented 4 years ago

You don't want to use 20th century wall switches with your smart lights.

Kristian8606 commented 4 years ago

Yes, but other accessories I own update my tile in the home app when I unplug and turn them on. Sorry my bad English

ebaauw commented 4 years ago

This behaviour is caused by ZigBee: it doesn't detect that devices are powered down. homebridge-hue can do nothing about this.

Kristian8606 commented 4 years ago

I didn't know this, now everything became clear to me. Once again, congratulations on the well-supported project

Kristian8606 commented 4 years ago

In the previous version, when turning off the bulb with the wall switch in the app, the home did not respond, and after restoring the power the tile did not update and constantly showed that it did not respond. Now with the new update, I notice that the bulb is updating. My question is whether you correct this or the problem was in my configuration

ebaauw commented 4 years ago

I haven't changed anything in that area recently, see https://github.com/ebaauw/homebridge-hue/releases.