esp-rfid icon indicating copy to clipboard operation
esp-rfid copied to clipboard

Extendet MQTT Features

Open AlexanderSch90 opened this issue 4 years ago • 9 comments

Hey, i loved to see that now extendet MQTT Support is available!

Can you please tell me how i can use it? Please give me an example how i can open the door or add and delete an user over MQTT.

Thanks!!

AlexanderSch90 avatar Sep 06 '19 06:09 AlexanderSch90

Same for me. I'd like to know the mqtt command to activate the door. Thanks.

lb-ha avatar Sep 06 '19 19:09 lb-ha

Take a look here https://github.com/marelab/rfid-door-node-red thats a complete Node-RED workflow that uses all these MQTT features of the developer version

Am Fr., 6. Sept. 2019 um 21:59 Uhr schrieb lb-ha [email protected]:

Same for me. I'd like to know the mqtt command to activate the door. Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/esprfid/esp-rfid/issues/309?email_source=notifications&email_token=AB2OVH6TMTQXFKQC6DEDWLDQIKZBRA5CNFSM4IUFQ4TKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6D45TI#issuecomment-528993997, or mute the thread https://github.com/notifications/unsubscribe-auth/AB2OVH2XD7TLPDUHRN6W6T3QIKZBRANCNFSM4IUFQ4TA .

marelab avatar Sep 07 '19 12:09 marelab

@marelab thanks for your work, but i hope this infos will be written down on this readme. I will try your Node-Red Flow. Thanks for sharing...

@lb-ha if i see it right you can test this command: {"cmd":"opendoor","doorip":"192.168.178.123"}

AlexanderSch90 avatar Sep 07 '19 20:09 AlexanderSch90

Please share with us if you find out any use case with the MQTT functionality.

omersiar avatar Sep 10 '19 10:09 omersiar

The MQTT functionality is written down by @marelab here: https://github.com/marelab/esp-rfid

AlexanderSch90 avatar Sep 16 '19 09:09 AlexanderSch90

Would it be possible to have the doorbell button generate an MQTT message?

peteshoard avatar Oct 05 '19 16:10 peteshoard

Hello, today I'm trying to use the opendoor command fromHA. I'm new to this and I really don't know how to send this command from HASSIO. I prefer not to node red because I want to understand the basics first. I use Mosquitto. Is it possible to use the MQTT command_topic to send the command 'opendoor'?

MHOMEASS avatar Oct 23 '19 18:10 MHOMEASS

https://github.com/marelab/esp-rfid/blob/stable/README.md#using-mqtt-topics

AlexanderSch90 avatar Oct 23 '19 19:10 AlexanderSch90

Would it be possible to have the doorbell button generate an MQTT message?

I'm using a piece of code on a standalone ESP to handle that. Would be great if this feature could be implemented.

I can quote the code I'm using later.

irqnet avatar Jan 26 '20 15:01 irqnet

In the dev branch the full MQTT documentation is ready: https://github.com/esprfid/esp-rfid/blob/dev/README-MQTT.md

matjack1 avatar Nov 29 '22 21:11 matjack1