cyberjunky / home-assistant-toon_boilerstatus

This component reads and displays the boiler status values from a rooted Toon thermostat.
MIT License
11 stars 4 forks source link

no data at the boiler entities #17

Closed 1mfaasj closed 1 year ago

1mfaasj commented 1 year ago

Hi

I followed the instructions (installed the boiler app in the toon store, also installed your extension in HACS. including this part in the configuration file, like this:

  - platform: toon_boilerstatus
    name: Toon
    host: toon-ip-address
    port: 80
    scan_interval: 10
    resources:
      - boilersetpoint
      - boilerintemp
      - boilerouttemp
      - boilerpressure
      - boilermodulationlevel
      - roomtemp
      - roomtempsetpoint

after a restart of home asisstant, I see the entities showing up but nothing is happening. I dont see any data. for instance image

Any ideas how to fix this? what am I missing?

Iam using the latest version of Home assistant, also the latest version of your extension.

The CV I have: Intergas Kombi Kompakt HR 28/24 HR Combiketel 6,9 - 22,6 kW CW4 this has the opentherm option so far as I know.

Thanks!

1mfaasj commented 1 year ago

logging

2022-10-27 16:47:03.589 DEBUG (MainThread) [custom_components.toon_boilerstatus.sensor] Device: boilersetpoint State: 0.0
2022-10-27 16:47:13.445 DEBUG (MainThread) [custom_components.toon_boilerstatus.sensor] Device: boilersetpoint State: 0.0
2022-10-27 16:47:13.446 DEBUG (MainThread) [custom_components.toon_boilerstatus.sensor] Device: boilerouttemp State: None
2022-10-27 16:47:13.446 DEBUG (MainThread) [custom_components.toon_boilerstatus.sensor] Device: boilerpressure State: 0.0
2022-10-27 16:47:13.446 DEBUG (MainThread) [custom_components.toon_boilerstatus.sensor] Device: boilermodulationlevel State: 0.0
2022-10-27 16:47:13.446 DEBUG (MainThread) [custom_components.toon_boilerstatus.sensor] Device: roomtemp State: 20.72
2022-10-27 16:47:13.446 DEBUG (MainThread) [custom_components.toon_boilerstatus.sensor] Device: roomtempsetpoint State: 16.0
2022-10-27 16:47:13.455 DEBUG (MainThread) [custom_components.toon_boilerstatus.sensor] Data received from Toon: {'sampleTime': '27-10-2022 16:47:00', 'boilerSetpoint': 0, 'roomTempSetpoint': 16, 'boilerPressure': 0, 'roomTemp': 20.72, 'boilerOutTemp': None, 'boilerInTemp': None, 'boilerModulationLevel': 0}
cyberjunky commented 1 year ago

What does this URL show you in a webbrowser?

http://:/boilerstatus/boilervalues.txt

If URL exists but (some) expected data is missing, this is not a home-assistant-toon_boilerstatus issue, more for Toon/Boiler Stats development

1mfaasj commented 1 year ago

I have tried these URL's:

but the message is 404 not found. Am I doing something wrong?

cyberjunky commented 1 year ago

Sorry I missed the debug output you posted earlier, it seems to be able to fetch the boilervalues.txt just fine:

2022-10-27 16:47:13.455 DEBUG (MainThread) [custom_components.toon_boilerstatus.sensor] Data received from Toon: {'sampleTime': '27-10-2022 16:47:00', 'boilerSetpoint': 0, 'roomTempSetpoint': 16, 'boilerPressure': 0, 'roomTemp': 20.72, 'boilerOutTemp': None, 'boilerInTemp': None, 'boilerModulationLevel': 0}

But the values seem empty, nothing this integration can do about, perhaps open an issue at https://domoticaforum.eu for it? Also double check if OpenTherm is used (you can see this in Toon)