node-red-contrib-aedes
node-red-contrib-aedes copied to clipboard
MQTT broker for Node-RED based on Aedes
please add support aedes-persistence-level to save data in local storage
After update my ESP-8266 it crashes: Apr 18 11:41:06 raspberrypi Node-RED[18988]: 18 Apr 11:41:06 - [red] Uncaught Exception: Apr 18 11:41:06 raspberrypi Node-RED[18988]: 18 Apr 11:41:06 - [error] TypeError: Cannot...
I was wondering what the best practice is to ensure that other apps can't access the embedded MQTT broker if I want to use it exclusively for internal pub/sub within...
**Steps to reproduce the error** Import the flow in: https://cookbook.nodered.org/mqtt/connect-to-broker, configure Aedes node (localhost:1883) and deploy **What happens** Every time the flow is deployed, the MQTT in node gets stuck...
This is an issue once again with Node-red 2.x Here is a post on the NR forms discussing the issue. [(https://discourse.nodered.org/t/error-stopping-node-close-timed-out-mqtt-nodes/52830/5)]
Hi, can you help me to use aedes adduser whit parameter like aedes adduser myuser mypass --credentials ./credentials.json \ --authorize-publish 'hello/*' --authorize-subscribe 'hello/*' to create dynamic users to restrict each...
Hi, I am not sure if this is an issue or if it is not working due to some settings on my side. I have installed node-red on AWS EC2...
Hi On my Node-Red installation, nothing happened when I tried to install Aedes node.. I did get it to work with npm of course but just wondering if there is...
Good Evening, @martin-doyle Hope everyone is safe from Corona! Trying to get 'node-red-contrib-aedes' to work via Docker swarm... So far I have it working internally within a node-red docker container,...
Hi, I am trying to use aesed on nodered with an mTLS connection. The only port that can be used is the https port so connection will be over websockets....