Sven337

Results 15 comments of Sven337

https://github.com/LightningBladeXYZ/fcatalog_client/commits/master Not sure if it works, and the code does not look great. To make it IDA6 & IDA7 compatible you'll need if idaapi.IDA_SDK_VERSION < 700

This is NOT my code. I only found it. I can confirm that it works on IDA 7 without any changes.

Not stale, I intend to debug this myself at some point.

This seems like a device bug. Z2M sets attribute 0x1c to value 4 (SystemMode = Heat) but the device interprets this as "enter frost protection mode". Critically, I do not...

> For your information, when I installed my first Taffetas2 heaters, I worked with the domoticz zigate plugin developer to integrate them. He somehow managed to have 4 modes working...

I am not sure that the "Eco" mode really worked, and certainly it doesn't seem to work for me. The last relevant commit removes it https://github.com/zigbeefordomoticz/Domoticz-Zigbee/commit/70c677c6b50c3bf4c5e2377642ceefad323a68dc See here for more...

@Koenkk I'd like your input on how to solve this. toZigbee.js's thermostat_system_mode reads from constants.thermostatSystemModes It feels wasteful to duplicate the code and make a acova_thermostat_system_mode that reads from a...