Sören Beye
Sören Beye
The issue here is that the "Tank Full" Error is the same as "No Tank at all". At least as far as my testing goes. The error code already visible...
@elvenpath The error code is read from the state response here: https://github.com/Hypfer/esp8266-midea-dehumidifier/blob/51d6799d6a0166339e04c2e4e52cbb83cb9e4792/src/esp8266-midea-dehumidifier/serialCommunication.ino#L18 and set to the published mqtt json here: https://github.com/Hypfer/esp8266-midea-dehumidifier/blob/51d6799d6a0166339e04c2e4e52cbb83cb9e4792/src/esp8266-midea-dehumidifier/esp8266-midea-dehumidifier.ino#L217 with the state topic being declared here: https://github.com/Hypfer/esp8266-midea-dehumidifier/blob/51d6799d6a0166339e04c2e4e52cbb83cb9e4792/src/esp8266-midea-dehumidifier/esp8266-midea-dehumidifier.ino#L78 @clh27...
How does this handle devices without ionizer support?
That results in the fan running constantly as it completely bypasses the FAN outputs of the Ikea PCB
That would require more hardware. The permanent 3.3V were just there for the taking I wasn't able to spot any downsides of running the fan continuously Actually I'm more worried...
Looking at the changes, it seems that this removes all the home assistant functionality?
Might be related to this: https://github.com/knolleary/pubsubclient/issues/239 and this: https://github.com/Hypfer/esp8266-vindriktning-particle-sensor/blob/e6ff884dfb68036f855f042d9b4e05165366b09d/src/esp8266-vindriktning-particle-sensor.ino#L90 Please check your broker config.
Yes I don't think it's the firmware itself dying but rather the wifi connection. It might reconnect faster than the older connection times out which means that the LWT will...
https://github.com/Hypfer/esp8266-vindriktning-particle-sensor/issues/15#issuecomment-889892467
There already is a light sensor for automatic dimming in place, however even in the "dim" state, the LEDs are still way too bright IMO. I've mitigated that issue with...