Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fehler/Warnung im Protokoll #448

Closed
IOGogo opened this issue Oct 14, 2024 · 2 comments
Closed

Fehler/Warnung im Protokoll #448

IOGogo opened this issue Oct 14, 2024 · 2 comments
Labels
wontfix This will not be worked on

Comments

@IOGogo
Copy link

IOGogo commented Oct 14, 2024

Ich bekomme ständig im Protokoll Warnungen und Fehlermeldungen.

Der Fehler ist für mich nich reproduzierbar.

Homeassistant > Version core_2024.10.1
Bosch Thermostat > 0.26.3 ( RC300/RC310 netfit Muduline 3000)

Logger: homeassistant.helpers.entity
Quelle: helpers/entity.py:942
Erstmals aufgetreten: 06:54:24 (550 Vorkommnisse)
Zuletzt protokolliert: 09:11:25

Update for sensor.switch_temp fails
Update for sensor.chimney_temp fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1300, in async_device_update
await self.async_update()
File "/config/custom_components/bosch/sensor/base.py", line 118, in async_update
if self._attr_state_class
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'BoschSensor' object has no attribute '__attr_state_class'. Did you mean: '_attr_state_class'?

@davidhrbac
Copy link

Same here. I need to reboot HA almost every day.

2024-10-21 21:08:06.863 WARNING (MainThread) [bosch_thermostat_client.sensors.sensor] Can't update data for System pressure. Trying uri: /heatSources/systemPressure. Error message: URI /heatSources/systemPressure doesn not exist: 404, message='Not Found', url='http://192.168.88.147/heatSources/systemPressure'
2024-10-21 21:08:08.578 ERROR (MainThread) [homeassistant.util.logging] Exception in async_update when dispatching 'bosch_sensor_update': ()
Traceback (most recent call last):
File "/config/custom_components/bosch/sensor/base.py", line 118, in async_update
if self._attr_state_class
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'BoschSensor' object has no attribute '__attr_state_class'. Did you mean: '_attr_state_class'?
2024-10-21 21:08:30.302 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.system_pressure fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 942, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1300, in async_device_update
await self.async_update()
File "/config/custom_components/bosch/sensor/base.py", line 118, in async_update
if self._attr_state_class
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'BoschSensor' object has no attribute '__attr_state_class'. Did you mean: '_attr_state_class'?

Copy link

stale bot commented Jan 21, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Jan 21, 2025
@stale stale bot closed this as completed Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants