Once Node RED is activated, it is available at https://venus.local:1881 (use local IP address if needed).
If prompted for login, user is admin and password is the one you have configured in Settings -> General -> Set root password.
Node RED requires the installation of the "Large" version of the Venus OS firmware. To do so go to Settings -> Firmware -> Online updates, set Image type to Large, search latest firmware by clicking to Press to check and start the update with Press to update to vM.mm :
After the update, enable Node-RED in Settings -> Venus OS Large features :
Create a file /data/home/nodered/.node-red/settings-user.js on your device with :
module.exports = {
editorTheme: {
theme: "dark"
},
}Reboot your device with reboot command.

