-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Labels
powerwallFor items that to Tesla PowerwallFor items that to Tesla PowerwalltriageNew issues raised that need initial attentionNew issues raised that need initial attention
Description
Is there an existing issue for this?
- I have searched both the existing open issues & recently closed issues and did not find a duplicate of this issue.
Version of the Tesla component
3.25.3
Version of the Powerwall Gateway software
25.34.1.7e37ef9d
Model
3
Current Behavior
Battery % still showing unavailable and generating same errors as were reportedly fixed in #998 #1147
HAOS 16.2
Core: 2025.10.2
Expected Behavior
Battery % for Powerwall Shown.
Debug logs
2025-10-11 17:59:13.323 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 280, in _handle_refresh_interval
await self._async_refresh(log_failures=True, scheduled=True)
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 491, in _async_refresh
self.async_update_listeners()
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 190, in async_update_listeners
update_callback()
~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 571, in _handle_coordinator_update
self.async_write_ha_state()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1026, in async_write_ha_state
self._async_write_ha_state()
~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1151, in _async_write_ha_state
self.__async_calculate_state()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1088, in __async_calculate_state
state = self._stringify_state(available)
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1032, in _stringify_state
if (state := self.state) is None:
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 569, in state
value = self.native_value
^^^^^^^^^^^^^^^^^
File "/config/custom_components/tesla_custom/sensor.py", line 396, in native_value
return round(self._energysite.solar_power)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/teslajsonpy/energy.py", line 189, in solar_power
return self._site_data.get("solar_power")
^^^^^^^^^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'get'
Anything else?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
powerwallFor items that to Tesla PowerwallFor items that to Tesla PowerwalltriageNew issues raised that need initial attentionNew issues raised that need initial attention