Mark Ruys
Mark Ruys
It seems to be a bug in this type of devices. I get these consecutive kWh metering values reported: ``` 37.86 0x00000ECA -21474798.43 0xFFFFFFFF80000EDD 38.26 0x00000EF2 -21474798.11 0xFFFFFFFF80000EFD 38.40 0x00000F00...
Looks like implementing COMMAND_CLASS_SUPERVISION in `ThermostatSetpoint::SetValue()` is a good way to deal with this issue indeed. I've started programming it, made some progress, and hopefully can make it into a...
Okay, I've implemented Supervision CC and use it to set the Fibaro FGT001 and get confirmation without an explicit get. Code works (for me), but is definitely not production quality....
Sure. I need some feedback on the implementation by OpenZWave devels before I dare to make it into a PR. It works for my case perfectly well, you can find...
Pull request can be found here: ~#2525~ #2584.
If I recall correctly, the logic is when a device supports the Supervision CC, you should not request the set value immediately. This is problematic because many devices need some...
"Green Energy today" (energy_green) is computed from h1d + h2d + h3d, which is supposed the _diversion_ charge (hence the 'd'). It is green in the sense it's used for...
Naming here is confusing/incorrect. The myenergy API labels all non-boosted charge as diversion. It isn't necessarily green and could be very well be imported from the grid. But I also...
Lol, I am working on a PR. But first we need to understand the problem. I might be wrong after all.
Thanks for the report. I just commited an update to support the Adafruit-GFX-library dated July 5th. Unfortunately not backwards compatible.