seydx / homebridge-philipsair-platform

Homebridge plugin for philips air purifier and humidifier.
MIT License
25 stars 14 forks source link

AC2889/10 Unable to get data for polling: Error: spawnSync python3 ETIMEDOUT. #36

Open malinowskim opened 2 years ago

malinowskim commented 2 years ago

Describe the bug Air purifier to plugin is adding without any problem, but after while this info starts to popping out and shows on every time. [30.01.2022, 15:34:10] [Philips Air] [Air Purifier] Unable to get data for polling: Error: spawnSync python3 ETIMEDOUT. [30.01.2022, 15:34:10] If your have "Error: spawnSync python3 ETIMEDOUT" your need unplug the accessory from outlet for 10 seconds and plug again.

In Home App and HB i can see device, but after this error start to shows up, device is always visible in HB as ON (even device is turn off). When I tap button in Home App or HB button is update to correct status and I can turn on device.

Screenshots image

Environment

alexkerber commented 2 years ago

Did you get it to work @malinowskim?

TharuMCD commented 2 years ago

I would be interested in a solution to this. I have the identical issue.

A solution would be wonderful - it still works and I can turn the machine on and off. However HomeKit will persistently report the machine as ON, even when it is not. Also throws up perpetual error messages in the log ... which is just annoying.

Thank you. Michael.

wilkovb commented 10 months ago

Any update on this?

Thanks!

PascalOchel commented 9 months ago

py-air-control is missing on your system. Solution: goto Terminal (e. g. in your Homebridge UI open the menu and select Terminal), there enter: pip install py-air-control

wilkovb commented 9 months ago

Yes I found it.

Thanks!