elupus / esphome-nibe

Esphome components for nibe heat pumps
MIT License
69 stars 20 forks source link

Disabled configuaration entities in HomeAssistant #61

Closed elbartl closed 10 months ago

elbartl commented 10 months ago

Hello,

I have managed to successfully setup communication between my HA and Nibe using NibeGW with esphome. There are two entities in HA which are visible: "Hot Water" and "Climate System S1". The rest of the entities are all unavailable. My config is based on the yaml from example folder. The goal here is to coordinate heat pump with solar production. I would appreciate help with enabling those entities in HA. Maybe that will be beneficial for others too.

Setup: SMO 40 with Firmware: 9586 and TTGO T-CAN485 ESP32

Regards Bart

Nibe_ha_1

All entities are unavailable like that: Nibe_ha_2

elupus commented 10 months ago

Go to configuration of that entity and enable it.

elbartl commented 10 months ago

Wow that works, thanks. Did not think it is that easy. Appreciate your work and quick help!