icemaker changes from skatsavos, itroduce api delays due to recent liebherr limits and Hungarian translation#46
icemaker changes from skatsavos, itroduce api delays due to recent liebherr limits and Hungarian translation#46Dwokfur wants to merge 21 commits intobhuebschen:mainfrom
Conversation
Dwokfur
commented
Oct 29, 2025
- icemaker changes from skatsavos
- introduce api delays due to recent liebherr limits
- Hungarian translation
Add icemaker
skatsavos improvements
Increased sleep duration from 5 seconds to 30 seconds in multiple async functions to allow for better API response handling.
Increased sleep duration between API calls to 30 seconds to reduce load.
Added delays to API calls for Liebherr switches.
|
I copiedthe files of this PR, deleted the integration and restarted HA. Loading the integration is now very slow, and worse, not all entities are being created. Both my freezer and fridge should contain 6 entities, but only 2 for the fridge are created. Update 1: Only after reloading the integration 3 times, all entities for both fridge and freezer are created. Update 2: entities are created, but remain unavailable Update 3: restarting HA made entities available. So far, so good |
|
I am now missing feedback of AutoDoor status. Entity cover.autodoorcontrol has both states enabled (state==unknown). Previously: the current state was disabled. |
|
Autodoor does not work, state stays on "opening" after opening door with command
So works only once after reloading integration |
|
As per Liebherr release notes, API rates has been changed in October 2025. It was working fine (almost) with one device, only being able to fetch 4 entities in total. Now for two devices it is still able to fetch 4 entities but for both 2 devices together. Some logs: Most subsequent after initial query requests are getting rate limited. |
I'm currently using iluvdata's fork, which incorporated changes to handle API rate limits. |