acvigue / esphome-levoit-air-purifier

ESPHome custom component for Levoit branded smart WiFi air purifiers
https://vigue.me/
Other
32 stars 8 forks source link

Levoit 400S air purifier not working correctly. #10

Closed SeveranExp closed 3 weeks ago

SeveranExp commented 4 weeks ago

I'm getting info regarding: Uptime and wifi signal and that's it.

Everything else is non responsive. Getting a lot of errors as well:

[22:45:57][E][levoit:078]: Received error response, ignoring packet [22:45:57][W][levoit:233]: ACK response timeout, retry #1 [22:45:57][E][levoit:078]: Received error response, ignoring packet [22:45:57][W][levoit:233]: ACK response timeout, retry #2 [22:45:57][E][levoit:078]: Received error response, ignoring packet [22:45:57][W][levoit:233]: ACK response timeout, retry #3 [22:45:58][E][levoit:078]: Received error response, ignoring packet [22:45:58][W][levoit:233]: ACK response timeout, retry #4 [22:45:58][E][levoit:078]: Received error response, ignoring packet [22:45:58][E][levoit:238]: Maximum NACKs received, skipping packet [22:46:12][E][levoit:078]: Received error response, ignoring packet [22:46:12][W][levoit:233]: ACK response timeout, retry #1 [22:46:12][E][levoit:078]: Received error response, ignoring packet [22:46:12][W][levoit:233]: ACK response timeout, retry #2 [22:46:12][E][levoit:078]: Received error response, ignoring packet [22:46:13][W][levoit:233]: ACK response timeout, retry #3 [22:46:13][E][levoit:078]: Received error response, ignoring packet [22:46:13][W][levoit:233]: ACK response timeout, retry #4 [22:46:13][E][levoit:078]: Received error response, ignoring packet [22:46:13][E][levoit:238]: Maximum NACKs received, skipping packet [22:46:27][E][levoit:078]: Received error response, ignoring packet [22:46:27][W][levoit:233]: ACK response timeout, retry #1 [22:46:27][E][levoit:078]: Received error response, ignoring packet [22:46:27][W][levoit:233]: ACK response timeout, retry #2 [22:46:27][E][levoit:078]: Received error response, ignoring packet [22:46:27][W][levoit:233]: ACK response timeout, retry #3 [22:46:28][E][levoit:078]: Received error response, ignoring packet [22:46:28][W][levoit:233]: ACK response timeout, retry #4 [22:46:28][E][levoit:078]: Received error response, ignoring packet [22:46:28][E][levoit:238]: Maximum NACKs received, skipping packet [22:46:43][E][levoit:238]: Maximum NACKs received, skipping packet [22:46:47][D][sensor:094]: 'Uptime': Sending state 768.15997 s with 0 decimals of accuracy [22:46:48][D][sensor:094]: 'WiFi Signal': Sending state -44.00000 dBm with 0 decimals of accuracy [22:46:47][D][sensor:094]: 'Uptime': Sending state 768.15997 s with 0 decimals of accuracy [22:46:48][D][sensor:094]: 'WiFi Signal': Sending state -44.00000 dBm with 0 decimals of accuracy [22:46:57][E][levoit:078]: Received error response, ignoring packet [22:46:57][W][levoit:233]: ACK response timeout, retry #1

The air purifier is non responsive to commands

SeveranExp commented 4 weeks ago

huh. noticed something weird, so, physical commands all seem to work no issue, Through the API though, I can't turn off the purifier, but I can turn it on. No sensor data, that one is rough. Fan speed is working though. This is confusing me a bit.

SeveranExp commented 3 weeks ago

After asking for help I understood I messed up. I flashed the 300s firmware on my 400s.

after adding the following line in the 300s example yaml:

levoit: id: levoit1 model: core400s

I got it to flash the 400s and seems everything is working correctly!

my bad!

SeveranExp commented 3 weeks ago

My bad. Everything is working correctly