Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"_zone_unknown" for 1 TRV in a multi TRV zone #64

Open
eddgrant opened this issue Jan 29, 2024 · 1 comment
Open

"_zone_unknown" for 1 TRV in a multi TRV zone #64

eddgrant opened this issue Jan 29, 2024 · 1 comment

Comments

@eddgrant
Copy link
Contributor

Hi there,

One of my EvoHome zones has 2 TRVs in it.

Messages about one of the TRVs correctly identify the zone e.g.

evohome/evogateway/rear_living/trv_04:022963/heat_demand
evohome/evogateway/rear_living/trv_04:022963/temperature

Yet for the other TRV, some messages correctly identify the zone, but some have the zone set as _zone_unknown:

evohome/evogateway/rear_living/trv_04:020517/heat_demand
evohome/evogateway/_zone_unknown/trv_04:020517/temperature

Furthermore, if I look in to the schema definition there's no reference of the TRV which has the _zone_unknown messages:

"02": {
      "_name": "Rear Living",
      "actuators": [
        "04:022963"
      ],
      "class": "radiator_valve",
      "sensor": "04:022963"
    }

If I compare this to another multi TRV zone (which doesn't suffer from the above issue) I can see that both TRVs are registered as actuators in the zone with no issues:

"07": {
      "_name": "Master Bed",
      "actuators": [
        "04:020489",
        "04:037125"
      ],
      "class": "radiator_valve",
      "sensor": "04:037125"
    }

I'm running v3.11-0.22.40, which I think is the latest version?

I've tried restarting evoGateway, but this doesn't seem to have any effect.

FWIW I'm running in eavesdropping mode, I know that not the recommended mode but I'm yet to get around to creating a device allowlist. That said, I think eavesdropping mode is probably the most useful mode for figuring out this problem?

Very grateful if you have any ideas for things I could try!

@smar000
Copy link
Owner

smar000 commented Jan 30, 2024

As the the TRV is not showing in your schema, this would explain the _zone_unknown. Can you try adding the TRV id manually, and see if it works?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants