Closed Niklas31 closed 1 year ago
This issue is not related to a particular version of this plugin, but a failure of one of the Electrolux/AEG (AWS) servers used to support the API.
This plugin periodically polls the /health-check/api/v1/health-checks
API, which reports the state of all of the API servers. Currently 8 of the 9 servers are reporting that they are healthy, but the one responsible for firmware updates is reporting a problem. I have been seeing the same. It looks like that server failed on 23rd March, and is still down. It will need to be fixed by Electrolux/AEG.
By default that API is checked every 60 seconds, but that can be changed by specifying a different value for pollIntervals: { serverHealthSeconds: 60 }
in the config.json
file as explained in the README.
The status of all 9 API servers is logged each time, but only ones reporting an error status are logged at a non-debug log level.
The only thing I could consider changing would be to reduce the frequency of logging the issue at a non-debug level, e.g. only report it when a change of status is detected. However, I am reluctant to do that since it will make it more difficult to diagnose whether any other issues are due to the fault of this plugin or a known problem with the API.
A couple of entries in the log every 60 seconds will not be affecting homebridge performance. I certainly don't see any performance issues on my own homebridge instance. However, I don't use HOOBS, and I do not support HOOBS. If HOOBS has a problem then you will need to take that up with its developers.
Thanks for the quick reply! I set the pool interval to 10 minutos so it won't flood my log.
Awesome work with this pluggin! I almost sold my pure i9 after they ended IFTTT support.
Description of Issue
AEG log keeps saying that 1 of 9 API is not working. This issue is flooding Hoobs log:
12/04/2023 07:58:28Aspirador PonteHomebridge AEG Robot VacuumERROhcsda.FirmwareService Unknown Unknown prod 513 I am dead!
log-2.txtIt started after 0.2.2 I believe. Been waiting for the fix in 0.2.3, but I guess it is an error only for me. The robot is working when I set it to clean, but Hoobs is really slow ( I think because of this error) and the log is flooded.
Plugin Version
0.2.3
AEG/Electrolux Appliance(s)
No response
HomeKit App(s)
Hoobs
Diagnostic Checks
Log File