Hi everyone, I’m having trouble with my HM-PB-2-WM55-2, I am only able to receive commands from half of the switch.
First some of the backstory and setup, I was using FHEM untill now but decided to switch over to OpenHab2 (installed using Openhabian) and Homegear for various reasons. I am currently running both setups by changing the SD-card because I was not able to implement all functionality I need in OpenHab yet. Both FHEM and Homegear use the same rfKey
and centralAddress
and I am able to switch my devices using both setups. I use a HM-CFG-LAN for communication, and my lanKey
is disabled (I think FHEM still has problems with that, I’ll probably activate it once I permanently switched to OpenHab).
For already paired devices to be recognized by Homegear I used the peers add ...
command with the values from my FHEM setup and DEVICETYPE from the files under /etc/homegear/devices/0
. So for example the command for the switch was this: peers add 00C2 25**** LEQ00***** 14
When looking at /var/log/homegear/homegear.log
I am able to see the commands and the upper side/on side works as expected, but the lower side/off side produces this error:
02/15/19 14:46:57.398 Module HomeMatic BidCoS: Unknown channel in getParameterSet: 2
The channel 2 is also missing in OpenHab, generally there were a lot more Keys at some point (eg. the one for continual press or the long press release), but I don’t know why they went missing.
Here in the FHEM config there are also two channels, one for the upper and one for the lower side:
define Schalter1 CUL_HM 25****
attr Schalter1 .devInfo 020000
attr Schalter1 .stc 40
attr Schalter1 IODev HMLAN1
attr Schalter1 autoReadReg 4_reqStatus
attr Schalter1 expert 2_full
attr Schalter1 firmware 1.4
attr Schalter1 model HM-PB-2-WM55-2
attr Schalter1 room 11.0_System
attr Schalter1 serialNr LEQ00*****
attr Schalter1 subType pushButton
attr Schalter1 webCmd getConfig
define Schalter1_Btn_01 CUL_HM 25****01
attr Schalter1_Btn_01 expert 1
attr Schalter1_Btn_01 model HM-PB-2-WM55-2
attr Schalter1_Btn_01 peerIDs 00000000,
attr Schalter1_Btn_01 room 11.0_System
define Schalter1_Btn_02 CUL_HM 25****02
attr Schalter1_Btn_02 expert 1
attr Schalter1_Btn_02 model HM-PB-2-WM55-2
attr Schalter1_Btn_02 peerIDs 00000000,
attr Schalter1_Btn_02 room 11.0_System
I also looked at /etc/homegear/devices/0/rf_pb-2-wm55_ge_v1_4.xml
where it is defined and in the file I wasn’t able to find anything regarding the channel 2, channel 0 and 1 are listed. Is it possible that I somehow got a wrong version of this file? Is there a way to check/update?
I don’t want to pair every device again if I don’t absolutely have to since that would mean a lot of work, I also wan’t to know where this problem came from and if other devices are affected as well and I just didn’t realize it yet.
I hope you are able to help me, thank you in advance! Also, I will only be able to respond after the weekend, sorry for that!