etheralm
etheralm
the current version of this library doesn't support those devices and I'm afraid that those changes aren't enough to get them working. but I already submitted a pr add support...
@eide31 you can also use the helper methods to turn the fan on/off instead of passing the configuration parameters directly: fan.turn_on() and fan.turn_off().
Ok I prepared a branch with a test script for this model. For anyone that would like to help, can you please checkout the following branch: https://github.com/etheralm/libpurecool/tree/pure_humidify_cool and then edit...
Thanks @alexbussa, I'll have a look the messages you posted later today and I'll try to figure out what changed I'll let you know when I push a new version...
Thanks for the screenshots, this with the deep clean cycle looks different than the cryptomic one, we have to figure out which message contains the value for the hours left....
Ok I just had a look at the logs you posted and this is what I found: The following new fields were added to the state message: ``` "hume": "OFF",...
ok just had a look at the "ENVIRONMENTAL-CURRENT-SENSOR-DATA" message from the logs you posted and its absolutely identical to the one from the previous models. @alexbussa may I ask how...
OK I just added support for the humidifier functions to the branch. I did it quite quickly today and everything probably won't work on the first try, but let's give...
Thanks for testing. Hmm you don't even see the first print `Running tests...` ? I guess I messed something up during the initialization of the new class. I added some...
> The value within `CURRENT-STATE` for `cltr` matches the value in the app under "deep clean cycle". Awesome. I'll add this one too to the state tomorrow. > Also searched...