First, a couple of friendly pointers:
- You don’t have to bother obscuring 192.168… addresses as they are not route-able over the internet.
- Please don’t post screenshots of your config. It makes it difficult to re-use in a reply. See point 11 here for how to format pasted code correctly.
Now on to your problem:
I suspect your binary sensor mqtt state topic is incorrect but you don’t show what %sysname%
or %tskname%
or %valname%
resolve to in your ESPEasy. So I can’t tell you anything other than it should be:
state_topic: "%sysname%/%tskname%/%valname%"
(replace %...name%
with the actual names in your ESPEasy)
Where did you get sensor/MotionSensor/Motion
?
You can use a client like MQTT.Fx to see what your sensor topic is if you are not sure what these values are.