đŸ”„ Advanced Heating Control

That is exactly what I did. Maybe the quirk just makes it work better that without one, I don’t know. Also not important atm, because I don’t really care about setting the temperature offset, since it will be too small, anyway. Setting the target temperature should do the trick, I just have to get it to work
 :wink:

Btw the quirk I used before, which exposes a bit more but hast issues with non-rounded setoff-values, came from here: Status of tuya TRVs implanted in ZHA. · zigpy/zigpy · Discussion #653 · GitHub

A different issue

I have a normal schedule 08.30 to 21.30
I have a “Presence schedule 21.30-03.00”


(All motion, is group of all motion sensors and a mmwave in the living room, hence its constant on)
(AHC Stue, is the AHC sensor from the snip in OP)
(AHC tilstĂŠdevĂŠrelses tid, is the scheduler user for presence)

the issue is when normal scheduler end, and I must wait the (10 min in config) for the trvs to kick back it can take more then 10 min, and Danfoss Ally, will after a change from 23C->20C->23C, opens the valve quite a lot for the some time before reverting to normal.

I don’t know if there is a way to prevent this ?

Using the quirk from the official zigpy/zha_handlers repository did not really work. It is loaded - found it in the logs - but while the device itself works, even though lacking some features, AHC gives me a warning in the logs: Your selected hvac mode auto isn't support by some of your climate entities: climate.tze200_hhrtiq0x_ts0601_thermostat This goes for"heat" and “auto”. In the end it shouldn’t matter, since all I want AHC to do is set the target-temperature, but still, it’s ugly in the logs


Also it says I should install the “uptime integration”. Will look into that. In the meantime I will revert to my former quirk, which btw. is from here (posted a too generic link before): GitHub - jacekk015/zha_quirks: All quirks in one place

What do you mean with for Tado you should use the custom integration for calibration? Where can I find this custom integration?

Yes, the manufacturer:

{{ device_attr(‘climate.YOUR_THERMOSTAT’, ‘manufacturer’) }}

I have to add it to the aqara/xiaomi group.

Don’t know the state of the official integration but last year calibration wasn’t supported and the custom integration did it. Could you navigate to your services /action in the developer tools and have a look if tado.set_climate_temperature_offset exists?

This and a few others also show this error. Do you know anything about this?

Will there be a patch that fixes the calibration and is the error on the TRV related to the calibration?

As I said, I need the manufacturer. Just paste the code into the developer template editor and post the returned value here. There are 4 different calibration strategies depending on the manufacturer.

The manual said the exclamation mark means fault. But there is no further information.

1 Like

you need to put your climate entity in ‘climate.YOUR_THERMOSTAT’

1 Like

No, it does not exist. Therefore, I want to use the custom integration but I am not sure what custom integration are you talking about?

Then this should already work. You have to set the calibration to external and you’re good to go. In the next version this is done automatically.

Oh, ok. I personally don’t own a tado thermostat but there were user who had integrated them by home kit and some using the tado integration. But this should offer the calibration service. So it seems its the official one.

nop

If it were possible, I would not have written here with them

@Ohana_Means_family

This looks exactly like my thermostat. I had to dig a lot to find a manual, which explains the calibration. Maybe this is your problem too.

So to calibrate the valve after installation:
Remove Batteries for 30 secs.
Insert them
Thing will flash
Press “the button/display” for several seconds, until F1 appears
Release. The thing will vibrate while retracting the pin, so you can install it.
Install it. DON’T touch the button.
Press Button once. Thing will calibrate.
:slight_smile:


even found the link where I got the manual from:
https://hejdom.pl/images/pdf/Siterwell-ZigBee-Radiator-Thermostat-GS361A-H04-User-Manual.pdf

Hope this helps you or someone


Did you tried to set the calibration delta to 0 and the timeout to e.g. 2s?

@panhans


Do you think it should work like this?

I have enough instructions from the TRV’s :smiley: I have 10 of them at home.
It is not a valve problem but a temperature problem.
The communication between TRV and sensor is not working properly.

I fixed the calibration for the aqaras 11 days ago. Here are the post related to that topic. Maybe it helps.

I recommend to create a AHC template sensor (described in the first post). There you can always find the timestamp of the last calibration.

I don’t understand.

But I have just seen that I have 4.3.1 and there is 4.3.11
Do I now have to delete the old blueprint and download the new one and enter everything again?

Latest version is 4.3.14 :see_no_evil: Just have a look in the blueprint description and check if you’re using the latest version. I’d provided him a test version but merged the fix in the main one.

Just try to reimport the blueprint. No need to delete your configuration. If this didn’t work open the blueprint in a file editor (config/blueprints/panhans/heating_control.yaml) and paste the content of the github version into your local file. Then just reload the automation in the developer tools.

It worked with the simple new addition :smiling_face_with_three_hearts:

1 Like

I also tried the latest version, but my “max. offset for tharget temp. is 2 degrees”-problem remains.

Can I simply adjust the threshold somewhere in the code?