zxdavb / ramses_cc

HA integration for CH/DHW and HVAC systems that use the RAMSES II RF protocol
GNU General Public License v3.0
78 stars 17 forks source link

Cannot simulate a BDR91T #38

Open Happyboy0980 opened 2 years ago

Happyboy0980 commented 2 years ago

With the BDR91T now functionaly is added to the controller. To only difference between the BDR91 and BDR91T is sotware.. But still at the controller there will be different settings. The ID is accoording to overview identically, so how does the controller know it is the T version ?

Would like to simulate this to play with this, and potentially let HA steer a relay instead of the BDR91T. Since the BDR91T setting are still not so OK for a HeatPump..

zxdavb commented 2 years ago

There are plans for this... I have already started the code: https://github.com/zxdavb/ramses_rf/blob/cfa6c206755cf9bf3b4f1727a68169e14cb9d5f2/ramses_rf/devices.py#L699

I have asked someone to send me a spare BDR91T, and I'll have a look.

Happyboy0980 commented 2 years ago

Cool, can't wait to test it !

Does this mean that for the T version this part is different :

DEFAULT_BDR_ID = "13:000730" DEFAULT_EXT_ID = "17:000730" DEFAULT_THM_ID = "03:000730"

?

zxdavb commented 2 years ago

There is a lot more to it than that!