Replies: 2 comments
-
Home Assistant core decides when refreshes are executed, not the integration. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Someone else mentioned they use a retry service, you can try that: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I have the refresh interval set to 10s. When setting up an automation to run if I have it run exactly on a minute or 10s gap it fails with:
Error: Connection to inverter ID 1 failed.
Expected behavior
The automation action should potentially queue behind the refresh so it takes effect immediately after.
Screenshots
Broken on the minute, 10s past etc
![Screenshot_20241124_092821_Home Assistant](https://private-user-images.githubusercontent.com/8619536/389261321-dbc404a7-aee8-478f-8393-1f2183fb9337.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxODExOTQsIm5iZiI6MTczOTE4MDg5NCwicGF0aCI6Ii84NjE5NTM2LzM4OTI2MTMyMS1kYmM0MDRhNy1hZWU4LTQ3OGYtODM5My0xZjIxODNmYjkzMzcuanBnP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMDk0ODE0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YjY1OWE4N2NjMGMxMGVmMmIxMzM0ZDUxNzI3NWVjZWQ0MTY2MWNlZjU4NDQ5YTJkMjAyYjNiOGEzZTI4ZjlmYyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.pfOpZUPNnWQ-nEvADUBGz5XKhn5ElMu5EZrQp4z6nsc)
Working at 5s interval (also at 15, 25 etc)
![Screenshot_20241124_092836_Home Assistant](https://private-user-images.githubusercontent.com/8619536/389261328-fa299ae6-dfeb-47d3-b793-235398487b40.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxODExOTQsIm5iZiI6MTczOTE4MDg5NCwicGF0aCI6Ii84NjE5NTM2LzM4OTI2MTMyOC1mYTI5OWFlNi1kZmViLTQ3ZDMtYjc5My0yMzUzOTg0ODdiNDAuanBnP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMDk0ODE0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MDUxMTRiODA1NzgzYzI2NzY3OWVjOWEyZjY2Yjk5N2ZhNjk3NGRlYTVhYjIwMzE3ZTMwNjJhNzQ1MjkxY2ZjNiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.sbSBXkaz-0eSE4LEWy4qKZZUUdF2-MC5Irmq5IKZakI)
Diagnostic File
No diagnostic file taken
Debug logs
No response
Home Assistant Version
2024.11.3
solaredge-modbus-multi Version
3.0.2
Installation Type
HAOS
Read the Instructions
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions