Iâve updated and waited 10 minutes. But unfortunately 1 of my zones (Hoofd Slaapkamer) no longer has an HR92 associated with them, only a sensor. Itâs a fake sensor. This is apparent firstly because this zone is not displaying Idle but instead is always heating, I can also see in my history graph that the heating is always on. What is particularly interesting is that if I change the temperature of the broken zone, I can actually hear the HR92 spring into immediate action. So it does work in some way or another.
I have identified this zone in my evohome_cc file and it indeed does not have an HR92 there. Note that the 03:xxx is a fake sensor.
Hoofd slaapkamer:
"04": {
"heating_type": "radiator_valve",
"sensor": {
"device_id": "03:256031",
"is_faked": true
},
"devices": [
"03:256031"
]
},
In the bottom of the file I see orphans and I see a 04:xxx there, which I believe to be the âmissingâ HR92 (no idea what the 10:xxxx is). Any ideas how I can fix this? I donât have any errors in the log.
"orphans": [
"10:030051",
"04:014710"
]
Weirdly enough there appears to be another zone with this issue (Badkamer Boven) as it is not displaying Idle but itâs not showing heating in the history graph either. So I guess this one is out of the ordinary but less annoying.
Badkamer boven. Here we can see that we DO have an an HR92 associated (04:xxx) and the external temperature sensor (34:xxxx)
"02": {
"heating_type": "radiator_valve",
"sensor": "34:018143",
"devices": [
"04:014712",
"34:018143"
]
},
This is my configuration.yaml file:
evohome_cc:
scan_interval: 60
serial_port: /dev/serial/by-id/usb-SHK_NANO_CUL_868-if00-port0
packet_log: /config/custom_components/evohome_cc/packet.log
advanced_override: true
restore_state: false
schema:
controller: 01:205114
zones:
"04": {"sensor": {"device_id": "03:256031", "is_faked": true}}
"05": {"sensor": {"device_id": "03:256007", "is_faked": true}}
"06": {"sensor": {"device_id": "03:256027", "is_faked": true}}