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

2 toons #6

Closed arcidodo closed 3 years ago

arcidodo commented 3 years ago

I have 2 rooted toons. I can’t add them both to hassio climate is working because you can enter a name. But this is not possible for the boiler Status is it possible to add an name option so i can add both of them? 😁

thx

cyberjunky commented 3 years ago

@arcidodo Can you try version 1.0.6? It will appear in HACS shortly, you can also download and install manually if you don't use HACS.

harisosmancevic commented 3 years ago

1.0.6 seems te break the whole integration for me.. i reverted to 1.0.5 again.

cyberjunky commented 3 years ago

@harisosmancevic thanks for reporting, I made a boo boo and mixed up 2 integrations, please try 1.0.7.

harisosmancevic commented 3 years ago

1.0.7 works! Not sure if the issue with multiple Toon’s is working though, sorry for using this issue.. seems that my room temp sensor is not working anymore, but not able to sort that out till tomorrow..

edit: when you do not use a name it seems to use the name of the integration: 10B9862E-4D4B-4EE0-833B-6C3512F54ECB

arcidodo commented 3 years ago
Schermafbeelding 2021-01-19 om 22 00 35

get this error.

svenahrensnl commented 3 years ago

1.0.7 works! Not sure if the issue with multiple Toon’s is working though, sorry for using this issue.. seems that my room temp sensor is not working anymore, but not able to sort that out till tomorrow..

edit: when you do not use a name it seems to use the name of the integration: 10B9862E-4D4B-4EE0-833B-6C3512F54ECB

Second that

afbeelding

arcidodo commented 3 years ago

never mind! i got it working with 2 toons:-) thx i had to remove te config and restart home assistant. and then add the code back in the configuration.yaml.

  - platform: toon_boilerstatus
    host: 10.x.x.x
    port: 80
    scan_interval: 10
    resources:
      - boilersetpoint
      - boilerintemp
      - boilerouttemp
      - boilerpressure
      - boilermodulationlevel
      - roomtemp
      - roomtempsetpoint

  - platform: toon_boilerstatus
    name: toon_boilerstatus_brouwerij
    host: 10.x.x.x
    port: 80
    scan_interval: 10
    resources:
      - roomtemp
      - roomtempsetpoint