Thanks for this, I've been using Node-red for years but nice to be reminded of the basics and also the newer Node-red changes.
@corey83993 ай бұрын
Changing from single topic to dynamic was what I was looking for. Thanks for the video
@ath0rus3 ай бұрын
I have spent the last hour going around in circles trying to find a guide that shows hoiw to use mqtt (espically in Node red), I found this video and it seems really good (im only up to 1:13 lol)
@captmulch14 ай бұрын
Excellent - and I didn’t know about mqtt explorer - exactly what I needed!
@csongorvarga4 ай бұрын
@captmulch1 yes, a must have free tool. Simple, yet is does everything you need.
@7null Жыл бұрын
Great overview for the new - like me
@fsprtube Жыл бұрын
To elaborate: Store data at 00:00, 00:01, 00:02, 00:03,..................23:00: and full day delta for kwh_produced, kwh_consumed, gas_consumed.
@bipod2119 ай бұрын
Great video 👌
@csongorvarga9 ай бұрын
Thanks!
@flatfoot5 ай бұрын
outstanding. thank you
@csongorvarga5 ай бұрын
Thank you ❤
@p23rodriguez Жыл бұрын
Thank you for this video!!!!
@Dr.SherazAslam Жыл бұрын
very very nice video. appreciated
@Dr.SherazAslam Жыл бұрын
Do you prepared any video that can help storing data having multiple fields on the same topic? How I can store different fields in influxdb via node red. Now I’m able to store single value
@jumadhaheri Жыл бұрын
Nice this is great
@itolond2 ай бұрын
how do you start the mqtt server in node read?
@csongorvarga2 ай бұрын
You don't. MQTT server is completely different from Node-Red. That needs to be installed separately.
@itolond2 ай бұрын
@@csongorvarga ok i was looking for it , what is recommended for mqtt - local Lan (mocsa, hive?)
@fsprtube Жыл бұрын
Hi Csongor, nice videaos and keep up the effort. I have used the storing of data in csv files and it works great. For Sensors t his is great. I have a MQTT with meterdata and want to only store at the whole hr and at 00:00 Can there be a time/data functionality be added?
@csongorvarga Жыл бұрын
Thanks. Yes, there is an option. Store the data that comes in from the MQTT node in a flow variable. And have a separate inject node that runs every hour and fetch the data from the flow variable. It will contain the latest data as new data always overwrites the one came before.
@rozymahsun Жыл бұрын
Nice
@mohsinjessa8951 Жыл бұрын
Just started watching this video...and first suggestion...first slide "Content" line "Connecting to the MQTT Broken" change broken to broker.
@csongorvarga Жыл бұрын
ahhh, thanks. Too bad it is not possible to change video on YT once uploaded.
@vanderleisilvasantos5343 Жыл бұрын
Nice man, can you explains how to connect with Alexa
@csongorvarga Жыл бұрын
I there are a set of Alexa specific nodes, but I don't have any Alexa devices, so this is all I know.
@bpetrikovics2 жыл бұрын
"Connecting to the MQTT broken" on the contents should be broker, probably :)
@csongorvarga2 жыл бұрын
Did I say broken? Hahaha
@ainaamarni2476 Жыл бұрын
Hi why is my mqtt in just keep connecting
@csongorvarga Жыл бұрын
On the right when you see your debug, go to the Configuration Nodes and check to make sure you don't have duplicate configuration for the same MQTT server. I had this issue once.