vincentwolsink / home_assistant_micronova_agua_iot

Home Assistant integration controlling heating devices connected via the Agua IOT platform of Micronova
Apache License 2.0
24 stars 15 forks source link

NOBIS #141

Closed thebadboyltz closed 2 months ago

thebadboyltz commented 2 months ago

Hello, first of all thank you for your work. I have a NOBIS stove, in the shutdown phase it takes a certain amount of time and it happens that when we send the shutdown command it does not work (the NOBIS cloud is capricious. Is it possible that when we trigger the stop mode the thermosat in HA changes color In my IOS homekit application the color changes to black when the stop command is triggered.

IMG_9609 IMG_9610

vincentwolsink commented 2 months ago

Hi @thebadboyltz. I can make it go to off if the stove has a specific status when it is turning off (for example FINAL CLEANING for my stove). Please check the status sensor at the time the stove is turning off and let me know.

thebadboyltz commented 2 months ago

this is what status returns as information. OFF is off, START is the start-up phase, WORK is when the stove is working, ECO STOP is when it is in the standby phase and STOP is when it is in the shutdown phase. It would be great to be able to display the different colors in the thermostat depending on the status. One thing that would also be good is to add the possibility of changing the fan speed from the thermostat. It’s called REAL VENT FRONT

IMG_9611 IMG_9612 IMG_9613 IMG_9614

IMG_9615

IMG_9617 IMG_9618

vincentwolsink commented 2 months ago

The thermostat in HA does not support multiple colors or multiple fans. Unfortunately we have to work with the features available. That is why a lot of things have different entities.

I can make the thermostat go to off mode if the stove is in STOP. That way you can see if the command was successful and the stove is shutting down.

thebadboyltz commented 2 months ago

if you know how to do this it is an excellent and most important thing.

for the fan function in addition to the power control is this possible?

vincentwolsink commented 2 months ago

for the fan function in addition to the power control is this possible?

No. Home assistant does not support multiple fan controls on one climate entity.

I will release a new version with improved status mapping in a few minutes.

thebadboyltz commented 2 months ago

thank you, it works 100%