No, as long as there is no updated version to OS Agent you can just leave it as it is. Also there is no correlation between sudo apt update && sudo apt upgrade -y && sudo apt autoremove –y and OS Agent.
I missed that there was an agent update. I did the monthly Debian update but did not update the agent. My sensor for the agent is not working correctly.
Hi!
I accidentally selected wrong architecture in 3.2) and now all addons are installed for aarch instead of armv7. I tried to re-run homeassistant-supervised.deb and even tried to remove that Debian package, but it does not ask for architecture anymore. Is there any way to change the architecture?
with this installation NodeRed Addon getting this on log “RuntimeError: This module can only be run on a Raspberry Pi!”
> node $NODE_OPTIONS node_modules/node-red/red.js "--settings" "/etc/node-red/config.js"
20 Dec 20:56:00 - [info]
Welcome to Node-RED
===================
20 Dec 20:56:00 - [info] Node-RED version: v2.1.4
20 Dec 20:56:00 - [info] Node.js version: v16.13.1
20 Dec 20:56:00 - [info] Linux 5.10.0-10-arm64 arm64 LE
20 Dec 20:56:02 - [info] Loading palette nodes
20 Dec 20:56:07 - [info] Dashboard version 3.1.2 started at /endpoint/ui
Traceback (most recent call last):
File "/opt/node_modules/node-red-node-pi-gpio/testgpio.py", line 3, in <module>
import RPi.GPIO as GPIO
File "/usr/lib/python3.9/site-packages/RPi/GPIO/__init__.py", line 23, in <module>
from RPi._GPIO import *
RuntimeError: This module can only be run on a Raspberry Pi!
20 Dec 20:56:07 - [warn] rpi-gpio : Raspberry Pi specific node set inactive
20 Dec 20:56:08 - [info] Settings file : /etc/node-red/config.js
20 Dec 20:56:08 - [info] Context store : 'default' [module=memory]
20 Dec 20:56:08 - [info] User directory : /config/node-red/
20 Dec 20:56:08 - [warn] Projects disabled : editorTheme.projects.enabled=false
20 Dec 20:56:08 - [info] Flows file : /config/node-red/flows.json
20 Dec 20:56:08 - [info] Server now running at http://127.0.0.1:46836/
my /boot/firmware/config.txt file
arm_64bit=1
core_freq=
enable_uart=1
upstream_kernel=1
dtparam=i2c_vc=on
dtparam=i2c_arm=on
dtoverlay=i2c-rtc,ds1307,addr=0x68
dtoverlay=dwc2,dr_mode=host
kernel=vmlinuz-5.10.0-10-arm64
# For details on the initramfs directive, see
# https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=10532
initramfs initrd.img-5.10.0-10-arm64
Hello guys,
I just reinstalled home assistant with debian 11 to solve the problem with supervisor but problem didn’t solve.
Any idea how can I fix this??
If you insist on running HA on Raspbian you should take a look i.e. at these instructions: How to Install Home Assistant on Raspberry Pi. The instructions in this thread are for installing HA Supervised on a Raspi with Debian 11 (not Raspberry Pi OS).