home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.91k stars 30.98k forks source link

adding thermostat intergas gateway (https://github.com/home-assistant/core/issues/89405) #129253

Closed vunnies closed 4 weeks ago

vunnies commented 4 weeks ago
          > Next and final was to create a card for Thermostat. E.g. the standard card in HA: <img alt="image" width="373" src="https://private-user-images.githubusercontent.com/65387179/278797730-0afd3a54-bfbf-4b85-b4c9-fbdfb490f06d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDgzMDk1MjAsIm5iZiI6MTcwODMwOTIyMCwicGF0aCI6Ii82NTM4NzE3OS8yNzg3OTc3MzAtMGFmZDNhNTQtYmZiZi00Yjg1LWI0YzktZmJkZmI0OTBmMDZkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDAyMTklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwMjE5VDAyMjAyMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWYzZmM0MDQwNjRjNDZiNWNkOWMyOWY3M2I3MDUzZmExODQwNzhjOTdmODZkZjUwMDVmOTgxMzliM2Y1NmI3ZDImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.jhAHw2Pw7nSUrDrNO7R0tT6UPNrn_o2xJRUsQc2KPa0">

Or using a custom card (e.g. from https://github.com/nervetattoo/simple-thermostat) like I did eventually. Hope this can help to get your Intergas into your Home Assistant.

Hi, thanks for the detailed workaround! If you don't mind, how did you create the Thermostat card exactly? It requires a "climate" entity, and neither the "incomfort" integration, nor your manual setup here creates one... And more importantly -- does it actually work? When I tried that in the official app, it seemed to only create a "Room setpoint override" value, but did not change the actual set temperature; not sure how to get that one.

Originally posted by @mgc8 in https://github.com/home-assistant/core/issues/89405#issuecomment-1951584152

vunnies commented 4 weeks ago

I have the same question. As above. My Intergas gatweway does not work with the integration but managed to pull all states from the boiler with adding it to my config.yaml. But i don't have control over the thermostat as mentioned above

Kind regards Vincent

joostlek commented 4 weeks ago

We use github for tracking issues. For discussions, please refer to the forums or discord. Thanks