ich habe die Tage noch eine kurze rule in OH2.5 geschrieben, die bei Öffnen der Haustüre sechs Hue-Spots schalten soll:
Code: Alles auswählen
rule "Eingang an bei Tür öffnen"
when
Item Tuer_EG_Haustuere changed from CLOSED to OPEN
then
Hue_OD_Eingang_Spot1_Color.sendCommand("30,64,80")
Hue_OD_Eingang_Spot2_Color.sendCommand("30,64,80")
Hue_OD_Eingang_Spot3_Color.sendCommand("30,64,80")
Hue_OD_Eingang_Spot4_Color.sendCommand("30,64,80")
Hue_OD_Eingang_Spot5_Color.sendCommand("30,64,80")
Hue_OD_Eingang_Spot6_Color.sendCommand("30,64,80")
end
Code: Alles auswählen
2021-02-11 17:25:33.226 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Hue_OD_Eingang_Spot1' changed from 30,64,0 to 29,63,80
2021-02-11 17:25:33.229 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Hue_OD_Eingang_Spot2' changed from 30,64,0 to 29,63,80
2021-02-11 17:25:33.230 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Hue_OD_Eingang_Spot3' changed from 30,64,0 to 29,63,80
2021-02-11 17:25:33.232 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Hue_OD_Eingang_Spot4' changed from 30,64,0 to 29,63,80
2021-02-11 17:25:33.234 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Hue_OD_Eingang_Spot5' changed from 30,64,0 to 29,63,80
2021-02-11 17:25:33.237 [INFO ] [openhab.event.ItemStateChangedEvent ] - Item 'Hue_OD_Eingang_Spot6' changed from 30,64,0 to 29,63,80
Code: Alles auswählen
2021-02-11 17:25:27.494 [ome.event.ItemCommandEvent] - Item 'Hue_OD_Eingang_Spot1_Color' received command 30,64,80
2021-02-11 17:25:27.548 [ome.event.ItemCommandEvent] - Item 'Hue_OD_Eingang_Spot2_Color' received command 30,64,80
2021-02-11 17:25:27.596 [ome.event.ItemCommandEvent] - Item 'Hue_OD_Eingang_Spot3_Color' received command 30,64,80
2021-02-11 17:25:27.638 [ome.event.ItemCommandEvent] - Item 'Hue_OD_Eingang_Spot4_Color' received command 30,64,80
2021-02-11 17:25:27.661 [ome.event.ItemCommandEvent] - Item 'Hue_OD_Eingang_Spot5_Color' received command 30,64,80
2021-02-11 17:25:27.683 [ome.event.ItemCommandEvent] - Item 'Hue_OD_Eingang_Spot6_Color' received command 30,64,80
2021-02-11 17:25:27.704 [nt.ItemStatePredictedEvent] - Hue_OD_Eingang_Spot1_Color predicted to become 30,64,80
2021-02-11 17:25:27.726 [nt.ItemStatePredictedEvent] - Hue_OD_Eingang_Spot2_Color predicted to become 30,64,80
2021-02-11 17:25:27.747 [nt.ItemStatePredictedEvent] - Hue_OD_Eingang_Spot3_Color predicted to become 30,64,80
2021-02-11 17:25:27.776 [nt.ItemStatePredictedEvent] - Hue_OD_Eingang_Spot4_Color predicted to become 30,64,80
2021-02-11 17:25:27.804 [nt.ItemStatePredictedEvent] - Hue_OD_Eingang_Spot5_Color predicted to become 30,64,80
2021-02-11 17:25:27.821 [nt.ItemStatePredictedEvent] - Hue_OD_Eingang_Spot6_Color predicted to become 30,64,80
2021-02-11 17:25:27.844 [vent.ItemStateChangedEvent] - Hue_OD_Eingang_Spot1_Color changed from 30,64,0 to 30,64,80
2021-02-11 17:25:27.847 [vent.ItemStateChangedEvent] - Hue_OD_Eingang_Spot2_Color changed from 30,64,0 to 30,64,80
2021-02-11 17:25:27.850 [vent.ItemStateChangedEvent] - Hue_OD_Eingang_Spot3_Color changed from 30,64,0 to 30,64,80
2021-02-11 17:25:27.855 [vent.ItemStateChangedEvent] - Hue_OD_Eingang_Spot4_Color changed from 30,64,0 to 30,64,80
2021-02-11 17:25:27.858 [vent.ItemStateChangedEvent] - Hue_OD_Eingang_Spot5_Color changed from 30,64,0 to 30,64,80
2021-02-11 17:25:27.864 [vent.ItemStateChangedEvent] - Hue_OD_Eingang_Spot6_Color changed from 30,64,0 to 30,64,80
2021-02-11 17:25:31.048 [vent.ItemStateChangedEvent] - Hue_OD_Eingang_Spot1_Color changed from 30,64,80 to 29,63,80
2021-02-11 17:25:31.075 [vent.ItemStateChangedEvent] - Hue_OD_Eingang_Spot2_Color changed from 30,64,80 to 29,63,80
2021-02-11 17:25:31.115 [vent.ItemStateChangedEvent] - Hue_OD_Eingang_Spot3_Color changed from 30,64,80 to 29,63,80
2021-02-11 17:25:31.122 [vent.ItemStateChangedEvent] - Hue_OD_Eingang_Spot4_Color changed from 30,64,80 to 29,63,80
2021-02-11 17:25:31.128 [vent.ItemStateChangedEvent] - Hue_OD_Eingang_Spot5_Color changed from 30,64,80 to 29,63,80
2021-02-11 17:25:31.138 [vent.ItemStateChangedEvent] - Hue_OD_Eingang_Spot6_Color changed from 30,64,80 to 29,63,80
Könnte das ggf daran liegen, dass ich Hue in zwei Systemen drin habe? Wobei ich in der 3er Installation ja wirklich nur die Geräte drin habe, keine Regeln. Die werden derzeit noch komplett aus 2.5 getriggert und scheinen zunächst ja auch korrekt anzukommen.
Danke und viele Grüße
Oliver