Node-red is great. I'd be interested in entire flows, entire integrations for home automation purposes (ofc with credentials data taken out). So if anyone has something interesting to show please share thanks
msev
@msev
Best posts made by msev
-
RE: Node-Red as Controller
Latest posts made by msev
-
RE: Parking Sensor
@hek I'll try, then I'll show the sketch for fixing mistakes :D...Also Newping library doesn't work on ESP, so I'll have to use Ultrasonic library.
-
RE: Parking Sensor
I meant for the esp8266.
@TD22057 said:
@msev said:
This sketch doesn't support MQTT right? Has anyone maybe a version of this sketch which outputs MQTT? Or could you guys maybe guide me on how I would do it?
MySensors uses radios to communicate with a gateway over RF. The gateway can be set up to convert those messages to/from MQTT (or use software to convert the serial messages to/from MQTT). So there aren't going to be any sensor sketches with MQTT in them. If you use an ESP, then you could send MQTT directly but then you're on WIFI and don't need MySensors.
-
RE: Parking Sensor
This sketch doesn't support MQTT right? Has anyone maybe a version of this sketch which outputs MQTT? Or could you guys maybe guide me on how I would do it?
-
RE: Gateway and Nodes with just ESP8266 (wireless network of sensors - wifi)
Can I please get some more feedback? Or else I'm never gonna start to use this hehe :D...Since my stuff is exclusivly currently based on esp8266
-
RE: Gateway and Nodes with just ESP8266 (wireless network of sensors - wifi)
Would each gateway then respond to the controller via wifi? Maybe with mqtt protocol if controller wouldn't have support for mysensors protocol?
@hek , have you seen this https://github.com/ESP8266nu/ESPEasyMySensors
And if you implement a "super"-gateway that one would gather information from all of the others?
-
Gateway and Nodes with just ESP8266 (wireless network of sensors - wifi)
I have a dream/wish and I don't know if its already possible here with Mysensors. To have entire network wireless so Gateway and Sensor Nodes (like ESPEasy or Souliss). Since these esp's are so cheap (for example look at Wemos D1 Mini which has a built in usb-serial chip for ease of use) it makes sense to used them for deployment inside the house where one has power supply available (since esp without sleeping is a bit power hungry).
There are also some commercially available esp platforms emerging (like Sonoff and Slampher) and a rgb controller on aliexpress, also a rgblightbulb from vsfscan or something if forgot the name.
Is it already possible or is it planned? Hek?
-
RE: Node-Red as Controller
Node-red is great. I'd be interested in entire flows, entire integrations for home automation purposes (ofc with credentials data taken out). So if anyone has something interesting to show please share thanks
-
RE: ioBroker = Home automation/Node ALL in ONE/ for noobs https +Let's encrypt/MQTT/Node Red/
This is great! I love node-red its so easy to use even for non-programmers.
Maxtox do you maybe know would it be possible to have esp8266 sensor nodes and a esp8266 gateway (so that the protocol would go via wifi). That would be really nice and cheap, and as a controller could be a raspberry pi.