Hi all, I have finally managed to migrate to OH3 with some challenges but after a fresh install and lot of tuning all seems to work. I an using the OpenWebNet binding to control a BTicino system. What I am not able to make work again is CEN commands on my MH202.
Thing
Thing bus_cen_scenario_control CEN_Apri_Mud “SApri Mud” [ where=“11”, buttons=“3” ]
Item
String iCEN_Apri_Mud “Apri Mud” { channel=“openwebnet:bus_cen_scenario_control:mh202:CEN_Apri_Mud:button_3” }
rule
iCEN_OpenAll.sendCommand(“PRESSED”)
sitemap
Switch item=iCEN_Apri_Mud label=“Mud Room []” mappings=[PRESSED=“Apri”] icon=“lock”
On OH2.5 was working well. Any idea on how to fix this?
Thanks