unifi2mqtt
unifi2mqtt copied to clipboard
Connect Ubiquiti UniFi controller to MQTT :satellite:
On my network I have several Sonos speakers and Google Pixel phones. Using hostname in the MQTT path presents some issues: For sonos they all use the same hostname, so...
If one uses the hint from the Dockerfile to pass arguments, the script exits with an error: ``` $ docker run --rm 118f2b38c69f -e "unifi-password=supersekrit" [eval]:1 unifi-password=supersekrit ^^^^^^^^^^^^^^ SyntaxError: Invalid...
…as some devices don't have hostnames. Also adding "name" attribute which is an admin specified name given to devices within the unifi admin UI
Hi really basic question but what does this get installed on? i'm running the unifi controller software on my windows 10 pc. does this expect the unifi controller to be...
root@vmUniFi:/home/stone/node_modules/unifi2mqtt# unifi2mqtt -a 127.0.0.1 -p 8443 -c username -s sekret -w obscurity -k -u mqtt://username:[email protected]:1883 /usr/local/lib/node_modules/unifi2mqtt/index.js:16 let mqttConnected; ^^^ SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside...
Hi All I am getting an issue where i am getting a 'NoSiteContext' error message. I only have a single site, so it should be 'default', i have tried specifying...
Like it says :)
The code presently does not totally understand the difference between UniFi AP's and other UniFi equipment... It needs to be extended to deal with switches in particular. In my case...
Sometimes no ssid messages happend. My unifi has 2 ssid's (stas, iot) but sometimes event if I'm sure that device connected to stas ssid message published with unifi/status/wifi//event/connected topic
Maybe you can emphasize that when using a multi site unifi controller, the unifi site should be entered with it's ID, not the name. The ID is found in the...