Page 1 of 1

Missing RFXCOM supported blinds in Domoticz

Posted: Monday 24 September 2018 17:24
by Martin
Hello all,

RFXCOM supports blinds up to 16 at the moment.

The latest Domoticz stable version only shows blinds up to 13
Recently Bert from RFXCOM added support for Blinds 16 Zemismart, which I like to use.
https://nl.aliexpress.com/item/32809752 ... sstype=600
How can this be included in the pulldown menu domoticz?

Regards,

Martin

Re: Missing RFXCOM supported blinds in Domoticz

Posted: Wednesday 26 September 2018 11:34
by Martin
List of supported blinds in RFXCOM

Re: Missing RFXCOM supported blinds in Domoticz

Posted: Wednesday 26 September 2018 13:10
by melgi
Martin,

If you try a similar solution as described in this post viewtopic.php?f=44&t=24626 and this post viewtopic.php?f=44&t=24622&p=190270#p190207, I think you might be able to do this. Just be sure you have an RFXcom firmware that can detect Blinds T16.

Re: Missing RFXCOM supported blinds in Domoticz

Posted: Wednesday 26 September 2018 13:39
by Martin
Melgi,

Thanks for thinking with me. Unfortunatly RFXCom only supports transmit in case of BlindsT16. So learning from the remote is not an option.
It is working with the RFXmanager program. So firmware support of RFXCom is not an issue.
If I look at the Domoticz code I see the file main/RFXNames.cpp that contains;

{ pTypeBlinds, sTypeBlindsT0, "RollerTrol/Hasta" },
{ pTypeBlinds, sTypeBlindsT1, "Hasta old" },
{ pTypeBlinds, sTypeBlindsT2, "A-OK RF01" },
{ pTypeBlinds, sTypeBlindsT3, "A-OK AC114" },
{ pTypeBlinds, sTypeBlindsT4, "RAEX" },
{ pTypeBlinds, sTypeBlindsT5, "Media Mount" },
{ pTypeBlinds, sTypeBlindsT6, "DC106" },
{ pTypeBlinds, sTypeBlindsT7, "Forest" },
{ pTypeBlinds, sTypeBlindsT8, "Chamberlain" },
{ pTypeBlinds, sTypeBlindsT9, "Sunpery" },
{ pTypeBlinds, sTypeBlindsT10, "Dolat DLM-1" },
{ pTypeBlinds, sTypeBlindsT11, "ASP" },
{ pTypeBlinds, sTypeBlindsT12, "Confexx" },
{ pTypeBlinds, sTypeBlindsT13, "Screenline" },
{ pTypeBlinds, sTypeBlindsT14, "Hualite" },

But how to go forward is above my head :-(