Georgi Gardev

Results 21 comments of Georgi Gardev

Thanks for the suggestion! And yeah, that's something I was considering during initial development, and it's a fair request. I didn't do it initially, because it increases complexity drastically. Will...

I don't have a lot of time to work on the card for now, but I like the idea. In case anyone wants to give it a try and open...

Hi, I haven't used HassOS so I don't have much experience with it, sorry :/ My understanding is that it should pull the python dependencies that are listed in the...

@ronaldt80, @Plevuus thanks for the info! Can you share what's the exact model name of your (http) devices that the integration sets? You should be able to see it in...

@ronaldt80, @Plevuus Thanks. I just released version `1.4.0` with some ability to do per-device configuration. I added initial configurations for your devices, it may not be perfect, but should be...

Per-model config is currently located in https://github.com/GeorgeSG/philips_airpurifier_http/blob/master/custom_components/philips_airpurifier_http/model_config.py

@ronaldt80 hm, after 1.4.0/1.4.1, it's expected that for your device, manual mode will be send automatically. So changing the speed, should explicitly also change the mode to manual. So if...

Yeah, I removed it because it was not working consistently. It depended on acquiring the Mac address of the device via the API. I don't know if it will even...

I'm not sure about using random numbers. I think the guidelines are to use something tied to the device, and if the device has an IP, use the mac address....

Also, I'm planning to convert this to config flow to be future proof.