Hi all,
very new to Home assistant and all things home automation but really keen to learn.
I have installed HAOS on an old windows laptop via Virtual box and am trying to get a few things integrated but I’m struggling to get a lot of it to work properly.
I’m about to delete my instance and start over and hoping for some advice on the best way to go about with considering what I’m hoping to integrate.
I’m wondering if I should should attempt running a docker container system, could that help with some of my issues below?
is it more an issue with the devices I’m using? being cloud based devices by big brands…
(I’m hoping to set up a local system if I can prove that I am able to work with HA)
Current Issues.
I want a device tracker that would work with my home WIFI (BT Smarthub 2) that can tell me when devices connect and disconnect to run notification automations.
i tried;
device_tracker:
- platform: bt_smarthub
host: 192.168.1.254
and also installed UPNP/IGD integration that popped up. I have a populated Known_Devices.yaml folder but I cant seem to see any activity generated by the connection/disconnection of the devices nor do any of the automations that have these entities as triggers ever trigger… if that makes sense…
Ive tried to set up remote access via CloudFlare, i have attempted to follow several different methods but am currently using; [How tos · brenner-tobias/addon-cloudflared Wiki · GitHub](github .com/brenner-tobias/addon-cloudflared/wiki/How-tos#how-to-configure-remote-tunnels)
but i constantly get the following error on the log;
Failed to serve quic connection error=“timeout: no recent network activity” connIndex=3 event=0 ip=198.41.200.33
ive tried to set up my Google Nest Thermostat following
but that doesn’t work
i get the same problem detailed;
github .com/home-assistant/core/issues/130286?notification_referrer_id=NT_kwDOBbeu17QxMzI4OTU0MzY0MTo5NTkyMzkyNw
My Ring Door bell seems to disconnect constantly
[ERROR] plugin/errors: 2 api.ring.com. A: dial tcp 1.0.0.1:853: i/o timeout
Eufy Door Lock also Disconnects regularly
2024-11-11 09:20:50.678 ERROR eufy-security-ws:eufy-security-client [mqtt] MQTT Error {
error: {
cause: undefined,
message: ‘Error: Keepalive timeout’,
context: undefined,
stacktrace: ‘Error: Keepalive timeout\n’ +
’ at MqttClient.onKeepaliveTimeout (/usr/src/app/node_modules/mqtt/build/lib/client.js:1049:28)\n’ +
’ at Timeout._onTimeout (/usr/src/app/node_modules/mqtt/build/lib/KeepaliveManager.js:67:29)\n’ +
’ at listOnTimeout (node:internal/timers:573:17)\n’ +
’ at process.processTimers (node:internal/timers:514:7)’
}
BLINK camera’s
Motion Detection is several minutes delayed on HA Logbook
Also they seem to ‘ARM’ & ‘DISARM’ randomly, several times a day.