openhab / openhab1-addons

Add-ons for openHAB 1.x
Eclipse Public License 2.0
3.43k stars 1.7k forks source link

RFXCOM BINDING #4440

Closed DickHauser closed 8 years ago

DickHauser commented 8 years ago

Hello, i need help!

Is there a possibility to add LIGHTING5.BBSB to the RFXCOM Binding?

There is always an error message: unknown subtype...

I hope theres a way because i need that for my WallSwitches :)

Best regards

9037568 commented 8 years ago

The wiki appears to indicate this is already supported.

Can you elaborate on the issue you're seeing? Also, a copy of the log (in debug mode, if possible) might help.

DickHauser commented 8 years ago

openhab.txt

Hello thanks for your reply..

The BBSB is listed on the top but, if you look closer:

Whilst the range of supported devices is impressive, not all of them are compatible with the binding for openHAB yet

The config for the binding is correct because i tested it with ELRO, BRENNENSTUHL, ..

In items i tried:

Switch DemoSwitchDC1 "Switch" {rfxcom=">010203.1:LIGHTING5.BBSB:Command"}

When i use rfxcom manually without openhab BBSB works.

1 2 I added some pictures of the configs. And the log file..

Best regards

paulianttila commented 8 years ago

RFXCOM binding use decimal numbers for id's. Also subtype should be BBSB_NEW, so try

Switch DemoSwitchDC1 "Switch" {rfxcom=">66051.1:LIGHTING5.BBSB_NEW:Command"}

DickHauser commented 8 years ago

Thank you for your advise!

The subtype BBSB_NEW works fine! :) Also with non decimal id's

Thank you very much!!!