-
Unraid & Unifi - weird extra mac address question.
Hi guys, Just migrated form pfsense to unifi and seem to have an extra mac / IP coming from my unraid server which means I get constant messages about duplicate IPs. To check I have turned off dockers and VMs. Which would have meant (or so I thought) that I would only have a single mac address requesting an IP. However I also get an extra one and it is confusing the hec out of me. The MAC is 02:6c:44:46:72:bc which doesn't seem to be registered to anything? Anyone got any ideas - thanks! Stuart PS It all works but I just hate unknown things.
-
cannot ping IPV6 on my Home Assistant VM
Home Assistant works flawlessly in a docker, I’ve run it for like 6 plus years with no issues in multiple properties, I even have a separate docker running matter integrated with it with runs perfectly when it’s matter over WiFi. Thread over apple works great and stand alone Bluetooth. I’ve given up on thread to be honest much as I have with zigbee (I exclusively use z wave which has amazing range and ‘just works’). cheers Stuart
-
cannot ping IPV6 on my Home Assistant VM
So trying to setup Home Assistant so I can use Mater over thread as I believe I cannot do it from a docker. Long Story short - IPV6 doesn't seem to work - it has an address but when I ping it nothing and when I SSH in and try and ping something else eg Unraid or my windows PC it tells me no route. I can ping Unraid IPV6 address from my windows pc and indeed a docker IPV6. Anyone point me at what to look at? Many Thanks Stuart PS I am brand new to IPV6
-
6.12.6 no ipv6 route for vhost?
Did you ever figure this out?
-
Run a script on Docker restart? Is it possible?
So for years - literally years! Everytime I restart a particular Docker I have to remember to right click on the icon bring up a console and manually run a command. python3 /config/python_scripts/comfort2a.py For some reason I thought there must be an automated way of doing it - so I thought I would ask the collective wizdom. Anyone know if I can auto run that script on a docker startup? I'd be very greatful. Cheers Stuart
-
Idiots Guide to running a python script
Hi guys, I have a python script that I use to pull info from my alarm system into MQTT which I then use in Home Assistant. I always used to call this from home assistant. They have now changed HA so that scripts can only run for 60 seconds and this needs to keep running. Has anyone any advice on how I could do this natively in unraid? I'd be very grateful for any help. Cheers Stuart
-
schford started following Install a Docker thats not in Apps
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
so weirdly it just started working!?
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
IF I try from command console I get $ apt-get install libavahi-compat-libdnssd-dev E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied) E: Unable to lock the administration directory (/var/lib/dpkg/), are you root? $ ^C $ I have installed the via manage pallet no problems but homekit doesn't find anything and when I try a bonjour browser on pc as well it also sees nothing ? Thanks for suggestions.
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
Its running with it's own IP ...
-
[support] Spants - NodeRed, MQTT, Dashing, couchDB
Hi guys, I would love to be able to use this - https://flows.nodered.org/node/node-red-contrib-homekit-bridged so I can make my stuff availavlle to apple home. Docker installs ok but then home app on apple never finds it I am running the docker with :V8 at the end to get latest node js I wonder if the docker needs these added to it? Prerequisites These nodes are based on the extremely awesome HAP-NodeJS -Project which uses an implementation of mdns to provide Bonjour / Avahi capability. Please refer to the HAP-NodeJS Wiki and to mdns for install instructions, if you get stuck on the following. Install For Debian / Ubuntu you need to install the following in order to support Bonjour / Avahi sudo apt-get install libavahi-compat-libdnssd-dev Then run the following command in your Node-RED user directory - typically ~/.node-red npm install node-red-contrib-homekit-bridged Thanks for any advice Stuart
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
SO Just in case any one else is looking ? I had to add the below to get it working, it wont work with anything but the root rather than location / hass or something which I woudl prefer but can live with this unless anyone has any suggestions map $http_upgrade $connection_upgrade { default upgrade; '' close; } location / { proxy_pass http://192.168.0.23:8123; proxy_set_header Host $host; proxy_redirect http:// https://; proxy_http_version 1.1; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; }
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I tried many variations of home assistant docker, lets encrypt etc when googling but didn't actually search for NGINX - doh!!!! Thank you so much for the link cant believe it was documented on HASS pages - right off to play and thanks once more ?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
HI guys, Has anyone managed to get this working with the home assistant docker for the reverse proxy. I have tried the following location /ha { proxy_pass http://192.168.0.24:8123; proxy_set_header Host $host; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } but I just get anyone got any ideas? Thanks! 502 Bad Gateway nginx/1.12.2
-
[SUPPORT] Appdaemon & HADashboard - CorneliousJD Repo
To answer my own question on this you cannot mix and match bridge dockers with dockers with their own IP, so if you want dockers to be able to talk to each other they either both have to be bridge or both have their own IP addresses.
-
[SUPPORT] Appdaemon & HADashboard - CorneliousJD Repo
thought I would give this a whirl but doesn't seem to work I get this in the log any ideas? Thanks Stuart **** 2018-06-19 12:08:12.673504 INFO AppDaemon Version 3.0.1 starting2018-06-19 12:08:12.673636 INFO Configuration read from: /conf/appdaemon.yaml2018-06-19 12:08:12.674797 INFO AppDaemon: Starting Apps2018-06-19 12:08:12.676213 INFO AppDaemon: Loading Plugin HASS using class HassPlugin from module hassplugin2018-06-19 12:08:12.682130 INFO AppDaemon: HASS: HASS Plugin Initializing2018-06-19 12:08:12.682307 INFO AppDaemon: HASS: HASS Plugin initialization complete2018-06-19 12:08:12.682411 INFO Dashboards are disabled2018-06-19 12:08:12.682469 INFO API is disabled2018-06-19 12:08:15.793762 WARNING AppDaemon: HASS: Disconnected from Home Assistant, retrying in 5 seconds2018-06-19 12:08:23.857760 WARNING AppDaemon: HASS: Disconnected from Home Assistant, retrying in 5 seconds2018-06-19 12:08:31.921764 WARNING AppDaemon: HASS: Disconnected from Home Assistant, retrying in 5 seconds2018-06-19 12:08:39.985723 WARNING AppDaemon: HASS: Disconnected from Home Assistant, retrying in 5 seconds2018-06-19 12:08:48.049772 WARNING AppDaemon: HASS: Disconnected from Home Assistant, retrying in 5 seconds