Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Node-RED tutorial video #38

Open
daxliniere opened this issue Sep 2, 2024 · 4 comments
Open

Request: Node-RED tutorial video #38

daxliniere opened this issue Sep 2, 2024 · 4 comments

Comments

@daxliniere
Copy link

Hello,
It would be great if there was a tutorial showing how this can be used for simple switch devices using Node-RED.

Best regards,
Dax.

@MacSass
Copy link

MacSass commented Sep 2, 2024

Hi, I don´t know for Node-RED, but as OpenBK in many respects uses the same commands as Tasmota, for mobile phones you can use the "Tasmotrol" app for Android or iOS, they support OpenBK as well.
For Node-RED unfortunately I can´t help - but I think it would be along the lines of other Tasmota devices.

@daxliniere
Copy link
Author

daxliniere commented Sep 2, 2024

Thanks @MacSass, my main thing was wanting to understand what commands to send to a device like this to turn them on/off:
https://www.elektroda.com/rtvforum/topic4018747.html

image
image

@MacSass
Copy link

MacSass commented Sep 2, 2024

I never worked with MQTT, but I guess those should be the same commands like Tasmota:
https://tasmota.github.io/docs/Commands/
Check that link for commands specific for MQTT, it has a section on sending commands via MQTT:
https://tasmota.github.io/docs/MQTT/#configure-mqtt-using-backlog
Just don´t forget that OpenBK does not support all Tasmota commands.

@daxliniere
Copy link
Author

Thanks so much, @MacSass. I was able to get it working with a Tasmota plugin for Node-RED.

Once the node was set as shown below, all I needed to do was send boolean True/False to turn the device on/off. This is great! I've finally got it working as I needed with your help!🙏

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants