lynxcs / homebridge-ct200

Homebridge plugin for Bosch Easycontrol CT200
MIT License
21 stars 2 forks source link

I get no auto and heating - I see just a collored dot #17

Closed Fraraven closed 2 years ago

Fraraven commented 2 years ago

Describe The Bug: I see only a dot where you should see auto and heating to select

To Reproduce:

Expected behavior: I the nefit- easy version you see underneed the temperature scale the settings. it looks when i reed the description I should expect that also here

Logs:

Plugin Config: { "access": "xxxx", "serial": "xxxx", "password": "xxxx", "away": true, "zones": [ { "index": 1, "name": "Woonkamer" }, { "index": 2, "name": "Kantoor" } ], "platform": "CT200" } ],

Screenshots: IMG_B1F9294E8CC7-1

Environment:

lynxcs commented 2 years ago

Previously, the "Cool" and "Off" settings were present, but didn't do anything. After I figured out how to remove them, the home app changed the two options, Auto and Heat, into a single button (On - 'auto', Off - 'heat' a.k.a. 'manual').

This is expected behaviour, I just neglected to update the README.md. Thank you for bringing this up, fixed and closed.