Erik Baauw
Erik Baauw
No, these are warning messages, that cannot be silenced.
Indeed, the original RFC 952 from 1985 didn’t allow a hostname to start with a number, but they changed that in RFC 1123 in 1989. I don’t remember where I...
Fixed in homebridge-lib v5.6.3. If you re-install Homebridge RPi, it should pick up this version.
Changing _Default Duration_ in itself does nothing. The timer is only applied when setting _On_. This is how HomeKit works. Of course, Apple's Home app only supports _Default Duration_ and...
Looks like this concerns the LS speaker of the Family Room. It used to work normally, but then starts acting up: ``` [12/3/2021, 9:09:29 PM] [Sonos] RINCON_B8E937BA3CC801400 [Family Room (LS)]:...
[email protected] uses dynamic platform accessories. New zone player should be exposed automatically, but missing zone players will propably stick around. When `leds` is set in `config.json`, slave and satellite zone...
Still to do: - ~~Don't lose HomeKit accessories after clearing out `cachedAccessories`. Technically: delay starting of Homebridge's HAP server, until zone players have been discovered and accessories (re-) created.~~ In...
I had homebridge-hue with fakegato 4.0 and a clone of your weather station with fakegato 3.x in one homebridge instance. It wouldn’t load or create history for homebridge-hue, I think...
Yes, it's _Consumption_. It's shown when this characteristic is exposed on an _Outlet_ service. I have not been able to detect any logic as to under what conditions Eve shows...
You need to expose the _ResetTotal_ characteristic (UUID 112) and initialise it to the current time minus the epoch: ``` moment().unix() - moment('2001-01-01T00:00:00Z').unix() ``` Is this a new model of...