smar000 / evoGateway

Python script for listening in and responding to evohome heating control radio messages
46 stars 17 forks source link

Unknown zone for src: #41

Closed Maikel-K closed 2 years ago

Maikel-K commented 2 years ago

Hi, im running the evoGateway and im getting a lot of the following messages:

2021-12-11 17:09:27,827 [278] ----> Unknown zone for src: '30:134878 (RFG) {'alias': 'Internetmodule'}' 2021-12-11 17:09:32 |049| RFG Internetmodule -> | I| outdoor_temp | temperature: null 2021-12-11 17:09:32,260 [278] ----> Unknown zone for src: '30:134878 (RFG) {'alias': 'Internetmodule'}' 2021-12-11 17:09:34 |049| RFG Internetmodule -> CTL Controller | W| zone_mode | mode: temporary_override, setpoint: 19.5, until: 2021-12-11T18:00:00 [Zone 05 ] 2021-12-11 17:09:34,476 [774] Both 'target_zone_id' and 'src_zone_id' not found in ZONES

I tried to see if i could get all devices to report their ID number but i cant figure out if there is a command to get it? I tried changing the requested temperatures and dont see to much happening. In the above snippet of some of the output i can see a temperature change that i issued trough the Honeywell app. But this is RFG to the controller only info i guess

Maikel-K commented 2 years ago

After running the autotune function thats available in the evofw3 project it seems that it has fixed the problem. Seeing less to none of the above errors.