Hi, I’m new to MQTT so just trying to get the hang of it. I have the mosquitto broker all set up in HA, and I can see the MQTT messages being sent by my front door lock (which is set up on a Hubitat hub that I’m using for Zigbee devices). Here is what it looks like as I lock and unlock the door.
Now what I’d like to do is be able to publish messages back to the door to unlock and lock it. I’ve tried many things, but I can’t seem to get the lock to respond. I tried publishing to hubitat/front-door-yale-lock-on-la-cresta-main/lock/ in Node Red with various true/false/lock/unlock/LOCKED/UNLOCKED commands, but nothing seems to respond. Any advice on how to properly sends commands back to my Yale lock by publishing a message?