brauche bitte nochmal Eure Hilfe zum Astro Binding:
Mein Plan war es ein Item anzulegen was durch das Binding den Status zwischen Tag und Nacht ändert.
Leider mit meiner Config ohne Reaktion.
ITEM NACHT
Code: Alles auswählen
label: NACHT
type: Switch
category: ""
groupNames: []
tags: []
Code: Alles auswählen
configuration: {}
triggers:
- id: "1"
configuration:
thingUID: astro:sun:9b3c6b92d3
event: ""
channelUID: astro:sun:9b3c6b92d3:nauticDusk#event
type: core.ChannelEventTrigger
conditions: []
actions:
- inputs: {}
id: "2"
configuration:
itemName: NACHT
state: OFF
type: core.ItemStateUpdateAction
Code: Alles auswählen
configuration: {}
triggers:
- id: "1"
configuration:
thingUID: astro:sun:9b3c6b92d3
event: ""
channelUID: astro:sun:9b3c6b92d3:civilDawn#event
type: core.ChannelEventTrigger
conditions: []
actions:
- inputs: {}
id: "2"
configuration:
itemName: NACHT
state: ON
type: core.ItemStateUpdateAction