https://cheerlights.com This is test post using NodeRED from testing account
November 25, 2024 at 4:12 PM
https://cheerlights.com This is test post using NodeRED from testing account
Wenn ihr im Landkreis #Altenkirchen wohnt und mehr darüber erfahren wollt, wie man eine App zur Steuerung der Solaranlage mit #nodered programmiert, dann besucht ab 2025 die IOT- Kurse der VHS Altenkirchen.
November 25, 2024 at 8:36 AM
Wenn ihr im Landkreis #Altenkirchen wohnt und mehr darüber erfahren wollt, wie man eine App zur Steuerung der Solaranlage mit #nodered programmiert, dann besucht ab 2025 die IOT- Kurse der VHS Altenkirchen.
Zuletzt irgendetw um die Daten zu verknüpfen und die Batterie zu steuern, vielleicht NodeRed.
3/n
3/n
April 26, 2025 at 8:04 AM
Zuletzt irgendetw um die Daten zu verknüpfen und die Batterie zu steuern, vielleicht NodeRed.
3/n
3/n
I have a #homeassistant issue where #nodered doesn't show one of my input_datetime objects from Homeassistant in the entity search when I add a `time` object. Does anybody know if I can force NodeRED to evict its entityId cache somehow?
September 23, 2025 at 4:11 PM
I have a #homeassistant issue where #nodered doesn't show one of my input_datetime objects from Homeassistant in the entity search when I add a `time` object. Does anybody know if I can force NodeRED to evict its entityId cache somehow?
My new “busy” light is ready for Monday. Threw a test event on my Google Calendar and it worked! @shelly_IoT + @home_assistant + @NodeRED
March 13, 2025 at 4:34 AM
My new “busy” light is ready for Monday. Threw a test event on my Google Calendar and it worked! @shelly_IoT + @home_assistant + @NodeRED
Using @SeeedStudio SenseCAP T1000 #LoRaWAN GPS tracker to track cattle. #smartagriculture #review #chirpstack #nodered #gateway #sensors
cnx-software.com/2023/09/06/usi…
cnx-software.com/2023/09/06/usi…
Using SenseCAP T1000 LoRaWAN GPS Tracker for cattle tracking - CNX Software
We've used SenseCAP T1000 LoRaWAN GPS tracker to track cattle in Thailand with a gateway running ChirpStack, Node-Red, InfluxDB, etc.
www.cnx-software.com
February 6, 2025 at 4:27 AM
Using @SeeedStudio SenseCAP T1000 #LoRaWAN GPS tracker to track cattle. #smartagriculture #review #chirpstack #nodered #gateway #sensors
cnx-software.com/2023/09/06/usi…
cnx-software.com/2023/09/06/usi…
Falls du eh schon ein NodeRed oder dergleichen hättest, könntest du das auch über ein Shelly-Relais realisieren, das man per MQTT ansteuern kann.
April 7, 2024 at 9:46 AM
Falls du eh schon ein NodeRed oder dergleichen hättest, könntest du das auch über ein Shelly-Relais realisieren, das man per MQTT ansteuern kann.
I'm unfamiliar with n8n but this looks really interesting! NodeRED is my usual go-to for stuff like this but it's not really fit for enterprise usage
November 8, 2024 at 1:09 PM
I'm unfamiliar with n8n but this looks really interesting! NodeRED is my usual go-to for stuff like this but it's not really fit for enterprise usage
Weekend project 🛠️
Some homemade quizz buzzers for a blind test (but also kind of any quiz).
3D printed parts, all running on Pi Pico W connected to a dedicated WiFi access point and with a raspberry pi running Node Red to handle music control, and logic!
#RaspberryPi #RaspberryPicoW #NodeRED
Some homemade quizz buzzers for a blind test (but also kind of any quiz).
3D printed parts, all running on Pi Pico W connected to a dedicated WiFi access point and with a raspberry pi running Node Red to handle music control, and logic!
#RaspberryPi #RaspberryPicoW #NodeRED
March 10, 2024 at 2:55 PM
Weekend project 🛠️
Some homemade quizz buzzers for a blind test (but also kind of any quiz).
3D printed parts, all running on Pi Pico W connected to a dedicated WiFi access point and with a raspberry pi running Node Red to handle music control, and logic!
#RaspberryPi #RaspberryPicoW #NodeRED
Some homemade quizz buzzers for a blind test (but also kind of any quiz).
3D printed parts, all running on Pi Pico W connected to a dedicated WiFi access point and with a raspberry pi running Node Red to handle music control, and logic!
#RaspberryPi #RaspberryPicoW #NodeRED
Is there any way to roll your own Matter controller on a DIY home automation platform? Preferably without using HomeAssistant? Would love to be able to control Matter devices in my Node-RED environment.
#homeautomation #matter #nodered
#homeautomation #matter #nodered
November 19, 2024 at 10:52 AM
Is there any way to roll your own Matter controller on a DIY home automation platform? Preferably without using HomeAssistant? Would love to be able to control Matter devices in my Node-RED environment.
#homeautomation #matter #nodered
#homeautomation #matter #nodered
Does someone know how to address e.g. Arturia standalone software music instruments directly in NodeRed without an external hardware MIDI synth like the Microfreak in a sequence sound sending MIDI signals back to the computer?
January 16, 2025 at 4:15 PM
Does someone know how to address e.g. Arturia standalone software music instruments directly in NodeRed without an external hardware MIDI synth like the Microfreak in a sequence sound sending MIDI signals back to the computer?
https://cheerlights.com This is test post using NodeRED from testing account
November 21, 2024 at 11:45 AM
https://cheerlights.com This is test post using NodeRED from testing account
the weird/great thing is, despite these messages travelling across the Irish sea - to my VPS in the UK, and then to Azure... back to my mac > nodered > MQTT > bash -> python -> then via serial to the Arduino > servo
It's not slower visually than if the button was connected to the Arduino directly.
It's not slower visually than if the button was connected to the Arduino directly.
I can now move my servo...
I press a button on my #Steamdeck
That calls my #php page
That calls an #Azure #IOTHub device
my desktop box is this device
#NodeRed routes the msg to my #mosquitto server
my systemd daemon picks up the #MQTT
Passes the message to my #Arduino via #Firmata
my servo moveth.
I press a button on my #Steamdeck
That calls my #php page
That calls an #Azure #IOTHub device
my desktop box is this device
#NodeRed routes the msg to my #mosquitto server
my systemd daemon picks up the #MQTT
Passes the message to my #Arduino via #Firmata
my servo moveth.
February 2, 2025 at 1:40 AM
the weird/great thing is, despite these messages travelling across the Irish sea - to my VPS in the UK, and then to Azure... back to my mac > nodered > MQTT > bash -> python -> then via serial to the Arduino > servo
It's not slower visually than if the button was connected to the Arduino directly.
It's not slower visually than if the button was connected to the Arduino directly.
ich werde auf diesen Beitrag antworten, wenn ich ein Heim gefunden habe :) Naturgemäß kann es allerdings bei meiner Auslastung Wochen oder Monate dauern oder herunterfallen.
In Kürze: Sender=Tasmota-Steckdose, Empfänger=Rasp. Pi, Software=NodeRed/ MQTT. NodeRed ist Mist für Github, weil grafisch :/
In Kürze: Sender=Tasmota-Steckdose, Empfänger=Rasp. Pi, Software=NodeRed/ MQTT. NodeRed ist Mist für Github, weil grafisch :/
August 5, 2024 at 8:10 AM
ich werde auf diesen Beitrag antworten, wenn ich ein Heim gefunden habe :) Naturgemäß kann es allerdings bei meiner Auslastung Wochen oder Monate dauern oder herunterfallen.
In Kürze: Sender=Tasmota-Steckdose, Empfänger=Rasp. Pi, Software=NodeRed/ MQTT. NodeRed ist Mist für Github, weil grafisch :/
In Kürze: Sender=Tasmota-Steckdose, Empfänger=Rasp. Pi, Software=NodeRed/ MQTT. NodeRed ist Mist für Github, weil grafisch :/
Jemand mit #HomeAssistant oder #NodeRed Erfahrung anwesend?
Ich möchte irgendeine Signalisierung haben, dass der Kühlschrank eingefroren ist.
Zur Verfügung steht der Stromverbrauch und Leistung.
Ich möchte irgendeine Signalisierung haben, dass der Kühlschrank eingefroren ist.
Zur Verfügung steht der Stromverbrauch und Leistung.
January 17, 2025 at 10:45 PM
Jemand mit #HomeAssistant oder #NodeRed Erfahrung anwesend?
Ich möchte irgendeine Signalisierung haben, dass der Kühlschrank eingefroren ist.
Zur Verfügung steht der Stromverbrauch und Leistung.
Ich möchte irgendeine Signalisierung haben, dass der Kühlschrank eingefroren ist.
Zur Verfügung steht der Stromverbrauch und Leistung.
Před lety jsem si v NodeRED udělal notifikace z meníček co mi chodí podle polohy vždy v 11h na telefon.
Jelikož už jsem vše z NR předělal do HA automatizací, tak jsem si zkusil NR flow udělat v n8n (což je NodeRed na steroidech).
Jelikož už jsem vše z NR předělal do HA automatizací, tak jsem si zkusil NR flow udělat v n8n (což je NodeRed na steroidech).
January 11, 2025 at 3:57 PM
Před lety jsem si v NodeRED udělal notifikace z meníček co mi chodí podle polohy vždy v 11h na telefon.
Jelikož už jsem vše z NR předělal do HA automatizací, tak jsem si zkusil NR flow udělat v n8n (což je NodeRed na steroidech).
Jelikož už jsem vše z NR předělal do HA automatizací, tak jsem si zkusil NR flow udělat v n8n (což je NodeRed na steroidech).
Realizing my @nodered setup has been growing organically over time and could use some restructuring.
Now I'm wondering about the performance of multiple MQTT IN nodes versus single MQTT IN and then pushing the data into a link in/out. I assume not much performance difference, and the latter is […]
Now I'm wondering about the performance of multiple MQTT IN nodes versus single MQTT IN and then pushing the data into a link in/out. I assume not much performance difference, and the latter is […]
Original post on mastodon.social
mastodon.social
July 6, 2025 at 4:42 PM
Realizing my @nodered setup has been growing organically over time and could use some restructuring.
Now I'm wondering about the performance of multiple MQTT IN nodes versus single MQTT IN and then pushing the data into a link in/out. I assume not much performance difference, and the latter is […]
Now I'm wondering about the performance of multiple MQTT IN nodes versus single MQTT IN and then pushing the data into a link in/out. I assume not much performance difference, and the latter is […]
My Node-RED instance in Home Assistant has become really unstable lately, and now it doesn’t work at all. I’ve disabled it and made all automations directly in Home Assistant instead.
So far it’s working quite well and noticeably faster.
#HomeAssistant #NodeRED #Automation #SmartHome
So far it’s working quite well and noticeably faster.
#HomeAssistant #NodeRED #Automation #SmartHome
September 14, 2025 at 7:45 PM
My Node-RED instance in Home Assistant has become really unstable lately, and now it doesn’t work at all. I’ve disabled it and made all automations directly in Home Assistant instead.
So far it’s working quite well and noticeably faster.
#HomeAssistant #NodeRED #Automation #SmartHome
So far it’s working quite well and noticeably faster.
#HomeAssistant #NodeRED #Automation #SmartHome
#cheerlights This is test post using NodeRED from testing account BlUe skies
November 20, 2024 at 8:40 PM
#cheerlights This is test post using NodeRED from testing account BlUe skies
@cheerlights.bsky.social #cheerlights This is test post using NodeRED from testing account BlUe skies
November 20, 2024 at 10:37 AM
@cheerlights.bsky.social #cheerlights This is test post using NodeRED from testing account BlUe skies
Followed the zigbee2mqtt v2 update instructions have found Aqara switches don't have the right actions in nodered.
Visit
HA/Zigbee2MQTT/Settings/Home Assistant Integration
Tick “Home Assistant legacy action sensors” and submit. Switches now work. Pending the correct way this should be configured.
Visit
HA/Zigbee2MQTT/Settings/Home Assistant Integration
Tick “Home Assistant legacy action sensors” and submit. Switches now work. Pending the correct way this should be configured.
January 4, 2025 at 9:04 AM
Followed the zigbee2mqtt v2 update instructions have found Aqara switches don't have the right actions in nodered.
Visit
HA/Zigbee2MQTT/Settings/Home Assistant Integration
Tick “Home Assistant legacy action sensors” and submit. Switches now work. Pending the correct way this should be configured.
Visit
HA/Zigbee2MQTT/Settings/Home Assistant Integration
Tick “Home Assistant legacy action sensors” and submit. Switches now work. Pending the correct way this should be configured.
As we celebrate #mqtt 25th Birthday, remember you can easily use it with @nodered @SnapCloud and @microblocks
#nodered #snapcloud #microblocks
#nodered #snapcloud #microblocks
October 22, 2024 at 10:17 AM
As we celebrate #mqtt 25th Birthday, remember you can easily use it with @nodered @SnapCloud and @microblocks
#nodered #snapcloud #microblocks
#nodered #snapcloud #microblocks