Hi Guys
I have an issue using the RFXcom in combination with a Somfy led controller.
I am able to use the configuration as a roller shutter where i defined the following item
Rollershutter PergolaLED “LED [%d %%]” (gPergola) {channel=“rfxcom:rfy:a1544f1a:shutter”}
and this works perfect.
up and down enables and disables the leds.
But the controller allows dimming the leds so I defined the venitian blinds.
As the documentation states i should use a long press in order to dim the leds as
the increase and decrease translates to long_up and long_down in the rfxbinding i think the venetian blinds should solve this.
this is done with the following item
Dimmer PergolaLED2 “LED settings [%d %%]” (gPergola) {channel=“rfxcom:rfy:a1544f1a:venetianBlind”}
the logs show the following 2 entries when pushing a button from the dimmer
[DEBUG] [binding.rfxcom.handler.RFXComHandler] - Received channel: rfxcom:rfy:a1544f1a:venetianBlind, command: INCREASE
[WARN ] [binding.rfxcom.handler.RFXComHandler] - RFXCOM doesn’t support transmitting for channel ‘venetianBlind’
the same thing happens when you push the on / off / decrease button.
Anybody an idea why the rfxcom throws this warning ?
Thanks
Filip