Skip to main content

Questions tagged [nodejs]

1 vote
1 answer
216 views

I'm in the process of creating a Raspberry Pi-powered home automation system. I have a complicated node.js script running on the Pi, and I want to be able to send commands from the Pi to my Alexa (e.g....
Blue Herring's user avatar
0 votes
1 answer
100 views

I'm a newbie building an IOT system comprised of two clients, the first client (Client A) will be a Subscriber and the second client (Client B) will be a Publisher. For the Broker, I intend to use ...
TimH's user avatar
  • 3
1 vote
1 answer
663 views

I have an esp32 board loaded with this software which is logging values about the number of detected wifi and bluetooth devices detected via LoraWAN. In senddata.cpp it seems to be logging out the ...
mheavers's user avatar
  • 121
3 votes
0 answers
707 views

I cannot find how to send command to my Tasmota DHT11 device via MQTT Broker. I'm using mqtt.js library in Nodejs. var mqtt = require('mqtt'); var topic = 'cmnd/tasmota_E30D62/'; var client = mqtt....
Henri's user avatar
  • 131
0 votes
1 answer
198 views

What are the benefits of using the Greengrass vs the Node SDK package? We have a software stack happily interacting with IoT Core services (running on buildroot) using the Node SDK. I'm trying to ...
Steve's user avatar
  • 103
2 votes
0 answers
129 views

I have an intent to request a bank account info by it's number. I tried with only one slot of AMAZON.Number but if the account number is ***012345, Alexa understand this as ***012337 (last two digits ...
Ninita's user avatar
  • 153
5 votes
1 answer
318 views

The Node-RED documentation is clear - set metrics to true to track flow execution and memory usage information. So, I stopped Node-RED with pm2, edited the settings.js file and started Node-RED. But, ...
cogitoergosum's user avatar