deconz-rest-plugin: HassIO Node-Red can not setup Conbee server
So i have HassIO 2.12 running fully updated and setup with a Conbee2 stick and i can see all my devices.
Config deCONZ: Note: for some reason it doesn’t work with: “device”: “/dev/ttyACM0” (no serial found)
{
"device": "/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_blablablabla",
"vnc_password": "vnc_pass_here"
}
Ports:
5900/tcp **disabled** deCONZ graphical desktop via VNC
80/tcp **40850** deCONZ API backend
8080/tcp **40860** deCONZ WebSocket Server
I also have Node-Red installed and added palette: node-red-contrib-deconz
And i followed this youtube video and it’s pretty straight forward: https://www.youtube.com/watch?v=i3TiZiuNofM
But every attempt to connect to Conbee fails, localhost, HassIO IP, etc etc, correct ports but no dice. Any ideas why you can’t setup Conbee server in Node-red from within HassIO?
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 16
I finally got it working. Got the API key and added the server but apparently needed to restart Node Red. Now it works fine. Thanks.