Danielhiversen / pyRFXtrx

A Python library to communicate with the RFXtrx family of devices from http://www.rfxcom.com/ . Included in http://www.home-assistant.io
Other
41 stars 48 forks source link

Support for other blinds types #78

Closed t0mg closed 3 years ago

t0mg commented 5 years ago

Hi,

Back in April I posted on home assistant forum about an issues that's blocking me from giving Hass a shot. Here's the post: https://community.home-assistant.io/t/help-with-rfxtrx-cover/10768/18

Unfortunately no one answered, so I'm giving it another shot here.

Basically I have blinds of a type that isn't supported by pyRFXtrx but works fine on domoticz. I could really use some pointers to add it here :)

Here's the data I got from the RFXtrx software:

Packettype = BLINDS1 subtype = ASP Sequence nbr = 1 id1-3 = 0020AA decimal:8362 Command = Open Signal level = 8 -56dBm

Thanks!

elupus commented 3 years ago

Packet structure can be deduce here: https://github.com/domoticz/domoticz/blob/development/main/RFXtrx.h#L1760. What is needed is a new lowlevel class in this packet matching that structure from domotics.

t0mg commented 3 years ago

Haha thanks @elupus in the mean time, that particular blind motor broke and I replaced it with a Somfy, which is supported. So I actually no longer need this type (and I can't test it anymore). Thanks for the pointer anyway!

elupus commented 3 years ago

Darn.. would have been good to get it added when there was one body that could test :)