iobroker-community-adapters / ioBroker.roomba

Connect your iRobot Roomba to ioBroker
MIT License
6 stars 4 forks source link

Persistent error messages when Roomba is out of battery (v1.3.0) #213

Open n3ucr0n opened 2 months ago

n3ucr0n commented 2 months ago

I am experiencing a recurring issue with the iRobot Roomba adapter (version 1.3.0) on ioBroker. When the Roomba is out of battery (for example, if it is not on the charging station), the adapter logs constant error messages, which spam the entire ioBroker log. This seems to occur repeatedly as long as the Roomba is not charging or has no battery, making the logs extremely cluttered and difficult to use for debugging other issues.

This issue clogs the log, and the continuous error messages make it hard to track other events in ioBroker. It would be great if the adapter could handle low battery situations more gracefully without flooding the logs.

Installed version: 1.3.0 Environment: ioBroker on proxmox.

thank you!

mcm1957 commented 2 months ago

Please add an examle of the log

n3ucr0n commented 2 months ago

` details!

2024-09-09 23:22:57.030 - error: roomba.3 (55706) An error occured and the adapter will be stopped! See debug for more details! 2024-09-09 23:22:59.078 - error: roomba.2 (55691) An error occured and the adapter will be stopped! See debug for more details! 2024-09-09 23:23:01.126 - error: roomba.3 (55706) An error occured and the adapter will be stopped! See debug for more details! 2024-09-09 23:23:03.174 - error: roomba.2 (55691) An error occured and the adapter will be stopped! See debug for more details! 2024-09-09 23:23:05.223 - error: roomba.3 (55706) An error occured and the adapter will be stopped! See debug for more details! 2024-09-09 23:23:07.270 - error: roomba.2 (55691) An error occured and the adapter will be stopped! See debug for more details! 2024-09-09 23:23:09.318 - error: roomba.3 (55706) An error occured and the adapter will be stopped! See debug for more details! 2024-09-09 23:23:11.367 - error: roomba.2 (55691) An error occured and the adapter will be stopped! See debug for more details! 2024-09-09 23:23:13.415 - error: roomba.3 (55706) An error occured and the adapter will be stopped! See debug for more details! 2024-09-09 23:23:15.462 - error: roomba.2 (55691) An error occured and the adapter will be stopped! See debug for more details! 2024-09-09 23:23:17.510 - error: roomba.3 (55706) An error occured and the adapter will be stopped! See debug for more details! 2024-09-09 23:23:19.558 - error: roomba.2 (55691) An error occured and the adapter will be stopped! See debug for more details! 2024-09-09 23:23:21.606 - error: roomba.3 (55706) An error occured and the adapter will be stopped! See debug for more details! 2024-09-09 23:23:23.654 - error: roomba.2 (55691) An error occured and the adapter will be stopped! See debug for more details! 2024-09-09 23:23:25.703 - error: roomba.3 (55706) An error occured and the adapter will be stopped! See debug for more details! 2024-09-09 23:23:27.750 - error: roomba.2 (55691) An error occured and the adapter will be stopped! See debug for more details!

`