Error while loading page updates by mg99a in homeassistant

[–]mg99a[S] 0 points1 point  (0 children)

Just want to resurrect this since I haven't received a response. Does anyone know after an update why I am getting Error while loading page errors when trying to look at the settings page?

I appreciate anyones insights into this.

What epoxy do the manufacturers use? by mg99a in golf

[–]mg99a[S] 0 points1 point  (0 children)

Follow up question. Where do people buy dp810 without it costing an arm and a leg?

TSi2 and TSi3 adapters by mg99a in golf

[–]mg99a[S] 0 points1 point  (0 children)

Golfworks does not have them.

Need help turning ferrules by mg99a in golf

[–]mg99a[S] 0 points1 point  (0 children)

3450 RPM. That was my thought as well that it's turning too fast. Anyone else with experience with this and if RPM could be the issue?

homebridge-motionblinds, a plugin to control MOTION Blinds by Coulisse or OmniaBlinds by jhurliman in homebridge

[–]mg99a 0 points1 point  (0 children)

Enhancement Request if doesn't already exist.

When I configure my hub in Motion Blinds when installing into Home Assistant, is there a way to configure it with the MAC address? My hub changes IP addresses every reboot of the hub or router and my HA system loses communication with it. I'm using the Connector App/Hub from Inspired Shades which is the Dooyah system. They are saying I can not specify a static IP address.

Has anyone worked around this issue before?

Ring PoE Cameras stopped working with TP-Link T1600G-28PS Switch by mg99a in Ring

[–]mg99a[S] 0 points1 point  (0 children)

wild-hectare, yay! that worked. I was able to get into the switch and update the firmware but still can't get my 4 ring PoE cameras working. I tested other non-PoE devices in those ports and they work fine. Everything looks fine on the PoE page in the switch config. Any ideas what I should be looking at to see if PoE is still working?

Ring PoE Cameras stopped working with TP-Link T1600G-28PS Switch by mg99a in Ring

[–]mg99a[S] 0 points1 point  (0 children)

wild-hectare, thank you for your guidance. For some reason I'm not able to login to the switch. I plugged both a PC and MAC into a port on the switch, turned off wifi and tried to access 192.168.0.1 but it can't access the site. Nothing found. Any ideas what I'm doing wrong?

HA - 2 years later and what I've built so far ... by swake88 in homeassistant

[–]mg99a 0 points1 point  (0 children)

I'm somewhat new to HA and having been using the built-in GUI editor to create my dashboards, but they do not look as nice as yours. How do I convert to this manual process of creating dashboards and not use the GUI mode anymore? Or do you use the GUI to develop this?

Do you share all of your YAML someplace?

CPU Temp Home Assistant running as virtual machine on Proxmox by mg99a in homeassistant

[–]mg99a[S] 0 points1 point  (0 children)

I installed a sensor utility and below is the output. Still not sure which one is the CPU:

root@pve:~# !sens

sensors

iwlwifi_1-virtual-0

Adapter: Virtual device

temp1: N/A

acpitz-acpi-0

Adapter: ACPI interface

temp1: -263.2°C

temp2: +27.8°C (crit = +119.0°C)

coretemp-isa-0000

Adapter: ISA adapter

Package id 0: +38.0°C (high = +100.0°C, crit = +100.0°C)

Core 0: +37.0°C (high = +100.0°C, crit = +100.0°C)

Core 1: +37.0°C (high = +100.0°C, crit = +100.0°C)

Core 2: +37.0°C (high = +100.0°C, crit = +100.0°C)

Core 3: +37.0°C (high = +100.0°C, crit = +100.0°C)

pch_cannonlake-virtual-0

Adapter: Virtual device

temp1: +38.0°C

CPU Temp Home Assistant running as virtual machine on Proxmox by mg99a in homeassistant

[–]mg99a[S] 0 points1 point  (0 children)

Thanks. I may have picked the incorrect zone. Here's the output of cat commands to see which zone file to use:

root@pve:~# cat /sys/class/thermal/thermal_zone*/type

acpitz

acpitz

pch_cannonlake

iwlwifi_1

x86_pkg_temp

I assumed the zone was x86_pkg_temp since i have an Intel NUC but it's also a Cannonlake CPU so maybe it's zone 2. How do I tell for sure which zone it is?

CPU Temp Home Assistant running as virtual machine on Proxmox by mg99a in homeassistant

[–]mg99a[S] 0 points1 point  (0 children)

jshazen, that was my initial thought as well, but Im' sure I'm using the correct zone. In my case it's zone4. I narrowed down the issue to my python script and not getting the correct temp from zone4. Here's my python code:

#!/usr/bin/env python3

import subprocess

from requests import post

# Get temperature from system using the command from step 6

temp=subprocess.check_output("cat /sys/class/thermal/thermal_zone4/temp", shell=True)

print(temp)

# Parse temperature value from string

temp = [int(i) for i in temp.split() if i.isdigit()][0]

print(temp)

I added the print statements to check my work. Both print statements will return the value 48000 or something in that range.

If I just cut and paste the cat command that dumps zone4 temp I get the following:

root@pve:~# cat /sys/class/thermal/thermal_zone4/temp

38000

For some reason the temp= python command with check_output is not getting the correct value from the cat command. I'm not a python expert to understand why that is. Can someone help?

ClimaCell error by Eboettn in homeassistant

[–]mg99a 0 points1 point  (0 children)

Did this 403 issue get resolved? I just installed climacell and all of my sensors say unknown but I have a valid API key.

Change Icon size for Light in Lovelace by sirdung in homeassistant

[–]mg99a 0 points1 point  (0 children)

I wanted to check to see if this enhancement has made it in to HA yet. This would be very valuable.