smar000 / evoGateway

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

Add handler for mix_zone_valve_cfg & CM927 device name #34

Closed NotBobTheBuilder closed 3 years ago

NotBobTheBuilder commented 3 years ago

Hi!

I have a CM927 thermostat that seems to produce the mix zone valve configuration command from time to time.

I added code to print it when received, and also a name for the device type 12, which is the CM927.

Thanks!

smar000 commented 3 years ago

Thanks for the PR! I will get it incorporated into the next release.

One thing to consider though - I will be moving over to the evohome_rf (see https://github.com/zxdavb/evohome_rf) framework in the not too distant future, and so you may want to try out the experimental version in my gw_evhome_rf and check if that supports your mixer (I don't have a mixer to test against). I think David's framework already supports the command 1030 .

smar000 commented 3 years ago

I have moved to the ramses_rf framework (previously called evohome_rf). This framework directly supports mix valves I believe.

This PR will no longer work against the current build. I will thus close this PR for now, but if you are still finding issues, please re-open an issue and we can look at it.

Thanks.