01-23-2026, 12:35 AM
(01-22-2026, 12:18 PM)admin Wrote: what you want to do? monitor analog data?
I solved it by manually fetching the data every 2 seconds. Is there a better approach?
alias: COLB - Poll analog (A_FF) every 2s
mode: single
triggers:
- seconds: /2
trigger: time_pattern
actions:
- data:
topic: COLB/xxxxxxxxxxxx/set
payload: "{State=A_FF}"
action: mqtt.publish

