Daniel Caspi
Daniel Caspi
Thanks @NorthernMan54 : Here is a [dump](https://pastebin.com/dl/NHEaHdfD) from the problematic devices, two Nest thermostats. The accessories in question are two sub-characteristics of the parent Nest thermostat, both Fans (although `Eco...
Awesome.. thanks!
@NorthernMan54 Thanks! Appears to work just fine. One minor point - the node name itself doesn't have `Fan` as part of it, it just shows the Parent name. Any way...
Works great! The node name did not auto-update, but once I double-clicked each node and then just pressed 'OK' again, it works perfectly.
@plantoschka I'm not familiar with that plugin, but it looks like you can customize the names of your individual devices in the config? Might be worth experimenting with. Either that,...
@plantoschka it's your hb cache then, most likely. check your `cachedAccessories` file in homebridge. You may have to clear those stored names out. Node-red is just reading the names from...
The problem looks like it might be here: https://github.com/vieira/homebridge-yeelight-wifi/blob/5011aee3c870941d9c577c083a60127b2874de86/bulbs/moonlight.js#L16 I would contact the author of `homebridge-yeelight-wifi` and see about appending the accessory name there.
this looks great @NorthernMan54! A few other ideas? 1. Switching to `axios` instead of `requests` since it's deprecated? Wondering if it will be more stable as well. 2. Also, for...
@NorthernMan54 As far as sending signals, this product is excellent: https://bondhome.io/ They have a local API, totally extensible, as well as an iPhone app. Receiving signals is another story though......
Nice! I have some ESP8266 also (is that a nodeMCU?), but it looked fairly tricky to program the Rf module... and I didn't have much luck with it. I had...