@Sylvain wrote:
Hi All,
I managed to add a sensor for FKB to check if motion is detected:
- platform: mqtt name: "BRG Fully Motion" state_topic: "fully/event/onMotion/MyDeviceID" value_template: '{{value_json.type}}' payload_on: visual off_delay: 10 device_class: motion
thats cool, but I also would like to know if the screen is on. Should be simple, right? Well, perhaps. but I’m stuck :)/ The problem is that FKB reports the screen status in seperate topics for screenOn and screenOff
Screen on: MQTT message
fully/event/screenOn/MyDeviceID { "deviceID":"MyDeviceID" "event":"screenOn" }
Screen off: MQTT message
fully/event/screenOff/MyDeviceID { "deviceID":"MyDeviceID" "event":"screenOff" }
Anyone got a clue how to deal with this in Home Assistant?
Posts: 1
Participants: 1