smar000 / evoGateway

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

Binding TRVs #49

Closed serych closed 1 year ago

serych commented 1 year ago

Hi, I have functional evoGateway which is receiving messages from four TRVs (without evohome controller). Is there any way, how to bind TRVs to the evoGateway? Or is it done just by defining zones in devices.json? Any example configuration or tutorial?

Thanks a lot for any info!

Jakub

smar000 commented 1 year ago

Hi

Binding with the evoGateway is not supported, as evoGateway's role is just to provide a gateway via MQTT - i.e. it has no control functionality in itself for controlling your heating system.

However, you may want to look at the underlying ramses_rf library that evoGateway uses, in case there is anything there that can help you with this.