dmoranf / home-assistant-wattio

Wattio Smart Home custom integration for Home Assistant
MIT License
7 stars 0 forks source link

Is there an option to disable climate control on Wattio? #1

Closed azaceta closed 3 years ago

azaceta commented 3 years ago

I've replace my wattio therm with a Nest, as Wattio is not modulant neither Opentherm, which I needed. But I've kept 1 pod plus the energy meters. Not sure if I will keep it all, but meanwhile, I've got 2 thermostat in Home Assistant. Is there an option, like with security: false to disable the climate control? If not, it would be a nice addition.

Thx!

dmoranf commented 3 years ago

Hi Asier,

It's not possible right now but i think it's a good idea, i'll try to implement it in the next update, maybe a filter by ieee (device id) so if you have multiple devices of one kind you can exclude one and not the others ...

FYI: There's a new and updated repo for the component https://github.com/dmoranf/home-assistant-wattio with HACS support (custom repository at the moment, i'm waiting for HACS approval for default repository inclusion).

Regards!

dmoranf commented 3 years ago

You can now avoid adding a sensor to hass using the sensor_exclude option in configuration.yaml.

Just specify device's IEEE in list format and in lowercase (you can find it in Wattio's APP inside the device, Advanced tab) :

sensor_exclude: ["ieee1", "ieee2"]

azaceta commented 3 years ago

Sounds nice, but I've installed the latest version, added the sensor_exclude clause, and the HA server still shows Wattio's climate entity. Do I need to delete or reset any part of the initial installation?

dmoranf commented 3 years ago

Mmm it shouldn't be necessary doing anything else ... does it make any difference if you write the ieee full in lower case or full in upper case?

If the component excludes a sensor it writes an error message to hass logs just to show why is not adding the device ... Do you have any kind of entry in your hass log?

Regards!

azaceta commented 3 years ago

Using lowercase in the IEEE id solved it! Climate entity is gone as needed. Thanks a lot!