Giter VIP home page Giter VIP logo

Comments (3)

ebaauw avatar ebaauw commented on September 28, 2024

if I turn on an individual light within that zone, the group flashes on and then returns to off state.

That’s weird. I would like to see a debug log of when that happens. Are these Hue light strips?

Homebridge Hue doesn’t know which lights are in a Hue bridge group; it’s up to the Hue bridge to reflect the group state correctly. By default, the On characteristic of the group accessory is mapped to the state/all_on attribute of the Hue bridge group. In this case, the group accessory should show on, only when all of its member lights are on. If you set anyOn in config.json to false, it’s mapped to state/any_on instead, and the group accessory will show as on, when any of its member lights are on. See https://github.com/ebaauw/homebridge-hue/wiki/Configuration. Note that in this case, you won’t be able to get Siri to turn the group on, when one of its member lights is already on.

Alternatively, you could create a HomeKit scene in Eve, or another decent HomeKit app, to set the Any On characteristic to off, and recall that scene from Siri.

from homebridge-hue.

CooperCGN avatar CooperCGN commented on September 28, 2024

@goshawk2929 Are you using iOS 17? Because I think this might have to do something with iOS 17 and how it syncs the states between home hubs and iOS devices. And at least for me it is not hue exclusive as I have that problem with other HK devices too. It usually happens shortly after opening the Apple Home app. If I wait a while it seems to disappear.

It also happens on automations though. For example I have a group of the new Hue GU5.3 spots in my entry hall which are automatically turned off after a while. In the Homebridge log I can see the following entries:

[11/12/2023, 15:04:23] [Hue] LS Flur: set homekit brightness from 100% to 0%
[11/12/2023, 15:04:27] [Hue] LS Flur: set homekit brightness from 0% to 100%

It looks like after being turned off they turn on again after four seconds which definitely isn't happening.

from homebridge-hue.

ebaauw avatar ebaauw commented on September 28, 2024

Note that Brightness (or rather state/bri) does not necessarily reflect whether the light is on. Typically it goes to 0 while turning the light off, but resets to the previous value when the light has turned off.

from homebridge-hue.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.