Describe the issue 1
After calling the enable_dpel service, the dpel_limit and dpel_mode sensors show as unknown until the next scheduled poll cycle. Since the default poll interval is 60 seconds, this means sensors can be in an unavailable state.
They are unavailable
- when you boot HA
- when you install the integration 1st time
Describe the issue 2
when you fired DPEL command but update did not come back yet. If got DPEL sensor reporting 'on' and Limit and Mode still unavailable. I had to reload the integration to get the sensors available and report values
Account type
[X] Installer
Envoy
[X] Metered with CTs installed
Home Assistant
Version: 2026.5
Request
Initial launch of HA and integration (w/installer account) to set the DPEL limit and mode sensors and report default state to HA (to set initial avialability). Use the API response / POLL results to update and set accordingly the actual settings. Aim: avoid unknown sensors. I'd rather work with:
if DPEL reports 'off' set Production/Export mode to default 'unknown' and Limit to 'unknown' instead of sensor unavailable - until the updates drop in..
Describe the issue 1
After calling the
enable_dpelservice, thedpel_limitanddpel_modesensors show asunknownuntil the next scheduled poll cycle. Since the default poll interval is 60 seconds, this means sensors can be in an unavailable state.They are unavailable
Describe the issue 2
when you fired DPEL command but update did not come back yet. If got DPEL sensor reporting 'on' and Limit and Mode still unavailable. I had to reload the integration to get the sensors available and report values
Account type
[X] Installer
Envoy
[X] Metered with CTs installed
Home Assistant
Version: 2026.5
Request
Initial launch of HA and integration (w/installer account) to set the DPEL limit and mode sensors and report default state to HA (to set initial avialability). Use the API response / POLL results to update and set accordingly the actual settings. Aim: avoid unknown sensors. I'd rather work with:
if DPEL reports 'off' set Production/Export mode to default 'unknown' and Limit to 'unknown' instead of sensor unavailable - until the updates drop in..