home-assistant-bosch-custom-component icon indicating copy to clipboard operation
home-assistant-bosch-custom-component copied to clipboard

Log spammed with HTTP 404 for IVT with 0.19.3

Open slovdahl opened this issue 2 years ago • 5 comments

Describe the bug

The log is spammed with 6 warnings like WARNING (MainThread) [bosch_thermostat_client.helper] Can't update data for Current room setpoint. Trying uri: /heatingCircuits/hc1/roomtemperature. Error message: URI /heatingCircuits/hc1/roomtemperature doesn not exist: 404, message='Not Found', url=URL('http://x.x.x.x/heatingCircuits/hc1/roomtemperature') once a minute since upgrading to 0.19.3.

Downgrading back to 0.18.3 fixes the logging.

To Reproduce

Start HA and observe the log.

Expected behavior

No warnings are logged.

Screenshots

With debug logging from my dev instance:

2022-10-11 18:29:19.083 DEBUG (MainThread) [custom_components.bosch] Updating component sensor sensor.hc1_summer_winter_threshold by 140596499242432
2022-10-11 18:29:19.084 DEBUG (MainThread) [bosch_thermostat_client.connectors.http] Sending GET request to /heatingCircuits/hc1/roomtemperature
2022-10-11 18:29:19.150 WARNING (MainThread) [bosch_thermostat_client.helper] Can't update data for Summer Winter Threshold. Trying uri: /heatingCircuits/hc1/roomtemperature. Error message: URI /heatingCircuits/hc1/roomtemperature doesn not exist: 404, message='Not Found', url=URL('http://x.x.x.x/heatingCircuits/hc1/roomtemperature')
2022-10-11 18:29:19.152 DEBUG (MainThread) [custom_components.bosch] Updating component sensor sensor.hc1_pump_modulation by 140596499242432
2022-10-11 18:29:19.152 DEBUG (MainThread) [bosch_thermostat_client.connectors.http] Sending GET request to /heatingCircuits/hc1/roomtemperature
2022-10-11 18:29:19.230 WARNING (MainThread) [bosch_thermostat_client.helper] Can't update data for Pump Modulation. Trying uri: /heatingCircuits/hc1/roomtemperature. Error message: URI /heatingCircuits/hc1/roomtemperature doesn not exist: 404, message='Not Found', url=URL('http://x.x.x.x/heatingCircuits/hc1/roomtemperature')
2022-10-11 18:29:19.231 DEBUG (MainThread) [custom_components.bosch] Updating component sensor sensor.hc1_summer_winter_switchmode by 140596499242432
2022-10-11 18:29:19.232 DEBUG (MainThread) [bosch_thermostat_client.connectors.http] Sending GET request to /heatingCircuits/hc1/roomtemperature
2022-10-11 18:29:19.321 WARNING (MainThread) [bosch_thermostat_client.helper] Can't update data for Summer Winter Switchmode. Trying uri: /heatingCircuits/hc1/roomtemperature. Error message: URI /heatingCircuits/hc1/roomtemperature doesn not exist: 404, message='Not Found', url=URL('http://x.x.x.x/heatingCircuits/hc1/roomtemperature')
2022-10-11 18:29:19.322 DEBUG (MainThread) [custom_components.bosch] Updating component sensor sensor.hc1_current_summer_winter_mode by 140596499242432
2022-10-11 18:29:19.322 DEBUG (MainThread) [bosch_thermostat_client.connectors.http] Sending GET request to /heatingCircuits/hc1/roomtemperature
2022-10-11 18:29:19.401 WARNING (MainThread) [bosch_thermostat_client.helper] Can't update data for Current Summer Winter Mode. Trying uri: /heatingCircuits/hc1/roomtemperature. Error message: URI /heatingCircuits/hc1/roomtemperature doesn not exist: 404, message='Not Found', url=URL('http://x.x.x.x/heatingCircuits/hc1/roomtemperature')
2022-10-11 18:29:19.402 DEBUG (MainThread) [custom_components.bosch] Updating component sensor sensor.hc1_actualsupplytemperature by 140596499242432
2022-10-11 18:29:19.402 DEBUG (MainThread) [bosch_thermostat_client.connectors.http] Sending GET request to /heatingCircuits/hc1/roomtemperature
2022-10-11 18:29:19.490 WARNING (MainThread) [bosch_thermostat_client.helper] Can't update data for actualSupplyTemperature. Trying uri: /heatingCircuits/hc1/roomtemperature. Error message: URI /heatingCircuits/hc1/roomtemperature doesn not exist: 404, message='Not Found', url=URL('http://x.x.x.x/heatingCircuits/hc1/roomtemperature')
2022-10-11 18:29:19.492 DEBUG (MainThread) [custom_components.bosch] Updating component sensor sensor.hc1_current_room_setpoint by 140596499242432
2022-10-11 18:29:19.492 DEBUG (MainThread) [bosch_thermostat_client.connectors.http] Sending GET request to /heatingCircuits/hc1/roomtemperature
2022-10-11 18:29:19.571 WARNING (MainThread) [bosch_thermostat_client.helper] Can't update data for Current room setpoint. Trying uri: /heatingCircuits/hc1/roomtemperature. Error message: URI /heatingCircuits/hc1/roomtemperature doesn not exist: 404, message='Not Found', url=URL('http://x.x.x.x/heatingCircuits/hc1/roomtemperature')
2022-10-11 18:29:19.573 DEBUG (MainThread) [custom_components.bosch] Bosch sensor entitites updated.

Version

  • HA version? 2022.10.2
  • HA Bosch component version? 0.19.3
  • Python Bosch HTTP client version? 0.19.3

** Debug SCAN ** ** IMPORTANT **

bosch_scan.txt

Additional context Add any other context about the problem here.

slovdahl avatar Oct 11 '22 18:10 slovdahl

I need bosch scan, so I can try to reproduce bug

pszafer avatar Oct 11 '22 18:10 pszafer

I stopped spamming the logs by disabling all sensor.hc1_*

afbeelding

rgerbranda avatar Oct 11 '22 19:10 rgerbranda

Have the same issue with my IVT PremiumLine EQ. Attaching my scan file. bosch_scan.txt

larsdunemark avatar Oct 11 '22 19:10 larsdunemark

Sorry, here's mine: bosch_scan.txt

slovdahl avatar Oct 11 '22 19:10 slovdahl

I have the same problem. Let me know if you need my log aswell.

PeterHolgersson avatar Oct 15 '22 12:10 PeterHolgersson

Fixed in 0.19.4

pszafer avatar Oct 28 '22 20:10 pszafer