coolex
(Kuba)
December 8, 2024, 10:25pm
197
Hi,
all my
command_line:
- sensor:
name: "TeplomÄry 2"
command: "python3 /config/inels/inels_json.py GETVALUE --json_file /config/inels/inels_temperatures2.json"
unique_id: teplomery_2
scan_interval: 10
json_attributes:
- Kotel-Topeni-korekce
- Kotel-Topeni-nastaveno
stop updating values.
In changelog i didnāt find any info about this breaking change.
Must rollback to 2024.11.3.
Kuba
nickrout
(Nick Rout)
December 8, 2024, 10:40pm
198
And we havenāt seen your logsā¦
1 Like
Keellan
December 9, 2024, 1:56am
199
Nooooo, Iām so sad that Spotify removed access to the audio features
mondomx
(Ed Saenz)
December 9, 2024, 2:49am
200
I have Frigate installed but I havenāt configured it yet, so its not started, nor starting on boot. I notice my problems get worse after reloading yaml, I just reached 82% a few minutes ago while reloading templates and automation yaml filesā¦
coolex
(Kuba)
December 9, 2024, 6:51am
202
I like to send you some debug, but in log wasnāt any message. I looks like command_line sensors stop running scripts.
In /developer-tools/state was values before upgrade.
s.m.r
(sly.m)
December 9, 2024, 8:09am
203
For thouse with Lidl Silvercrest Coordinator issue after update to 2024.12 Upgrade the EZSP Version to 6.7.8.0 !! This will fix the issue. Follow the upgrade procedure . ONLY UPDATE !!!.
In the original script firmware_upgrade.sh i changed something, related to ssh to work.
The modified script is:
#!/bin/bash
GATEWAY_HOST="$1"
SSH_PORT="$2"
FIRMWARE_FILE="$4"
EZSP_VERSION="$3"
CONFIGURATION_FRAME="\x00\x42\x21\xA8\x53\xDD\x4F\x7E"
if [ $EZSP_VERSION = "V8" ]; then
CONFIGURATION_FRAME="\x00\x42\x21\xA8\x5C\x2C\xA0\x7E"
fi
cat sx | ssh -p${SSH_PORT} root@${GATEWAY_HOST} -oHostKeyAlgorithms=+ssh-rsa -oPubkeyAcceptedAlgorithms=+ssh-rsa "cat > /tmp/sx"
cat ${FIRMWARE_FILE} | ssh -p${SSH_PORT} root@${GATEWAY_HOST} -oHostKeyAlgorithms=+ssh-rsa -oPubkeyAcceptedAlgorithms=+ssh-rsa "cat > /tmp/firmware.gbl"
ssh -p${SSH_PORT} root@${GATEWAY_HOST} -oHostKeyAlgorithms=+ssh-rsa -oPubkeyAcceptedAlgorithms=+ssh-rsa "
chmod +x /tmp/sx
killall -q serialgateway
stty -F /dev/ttyS1 115200 cs8 -cstopb -parenb -ixon crtscts raw
echo -en '\x1A\xC0\x38\xBC\x7E' > /dev/ttyS1
echo -en '$CONFIGURATION_FRAME' > /dev/ttyS1
echo -en '\x81\x60\x59\x7E' > /dev/ttyS1
echo -en '\x7D\x31\x43\x21\x27\x55\x6E\x90\x7E' > /dev/ttyS1
stty -F /dev/ttyS1 115200 cs8 -cstopb -parenb -ixon -crtscts raw
echo -e '1' > /dev/ttyS1
/tmp/sx /tmp/firmware.gbl < /dev/ttyS1 > /dev/ttyS1
reboot
"
echo "Successfully flashed new EZSP firmware! The device will now reboot."
It will ask for root password of Lidl coordinator serveral times.
erikm
December 9, 2024, 1:31pm
204
Heh, I know itās trivial, Iām a seasoned sysadmin with sufficient Docker and k8s experience. Iād like to tinker and somebody has to test and run hass core, isnāt it? Only when the hassle becomes too much Iāll switch to the hass Docker container.
Right now the only two inconveniences were Python and Rust, both of which can be easily compiled and installed in /usr/local
.
Iāve tried running the zwave-js-ui add-on as a systemd service, but that became too much of a burden (and a storage hog, like every other JavaScript/TypeScript project ) and thatās why Iām running that as a container.
antani
December 9, 2024, 5:32pm
206
did you get this to work in the end?
Here, same kind of issue on Armbian Ubuntu stable (jammy) with HA core
ffmpeg version 4.4.2
Unable to install package av==13.1.0: Ć Failed to download and build av==13.1.0
1 Like
Any known issues with the Tado integration? Since upgrading, my scripts nor manual moving of thermostat etc are actioning anything in Tado.
nickrout
(Nick Rout)
December 9, 2024, 6:53pm
209
There is a link to known issues on every integration page. Issues Ā· home-assistant/core Ā· GitHub
bocanip
December 9, 2024, 7:56pm
210
Hi.
Previously I was at 2024.10.3 version and upgraded to 2024.12.1 running on kubernetes.
Upgrade went fine apart some sensors that are refresh by commands in command_line.
I have one script that is executed inside docker that gets data from http://overpass-api.de/api/interpreter using curl command and when it is executed inside docker it does not work, outside docker it is ok.
I assume problem is curl command that comes with image?
I noticed this:
host:/config# nslookup overpass-api.de
Server: 192.168.0.1
Address: 192.168.0.1#53
Non-authoritative answer:
Name: overpass-api.de
Address: 162.55.144.139
Name: overpass-api.de
Address: 65.109.112.52
Name: overpass-api.de
Address: 2a01:4f8:261:3c4f::2
Name: overpass-api.de
Address: 2a01:4f9:3051:3e48::2
host:/config# curl -4 -vvv http://overpass-api.de/api/interpreter
20:51:46.769637 [0-x] == Info: [READ] client_reset, clear readers
20:51:57.937638 [0-0] == Info: Could not resolve host: overpass-api.de
20:51:57.938359 [0-x] == Info: shutting down connection #0
curl: (6) Could not resolve host: overpass-api.de
Outside docker above curl works ok.
Curl version inside docker is:
curl 8.11.0 (x86_64-alpine-linux-musl) libcurl/8.11.0 OpenSSL/3.3.2 zlib/1.3.1 brotli/1.1.0 zstd/1.5.6 c-ares/1.33.1 libidn2/2.3.7 libpsl/0.21.5 nghttp2/1.62.1
Regards.
Itās a known issue. Hopefully should be patched in the core 2024.12.2 release on Friday.
opened 12:29PM - 08 Dec 24 UTC
closed 01:04PM - 08 Dec 24 UTC
integration: tado
### The problem
After updating to 2024.12.1 my climate automations fail becauseā¦ the TADO integration doesn't respond anymore to the set climate commands. The TADO app is working OK. Also setting the temparature from the UI in home assistant doesn't work. As far as i can find, there are no error logs.
### What version of Home Assistant Core has the issue?
2024.12.1
### What was the last working version of Home Assistant Core?
2024.11.?
### What type of installation are you running?
Home Assistant OS
### Integration causing the issue
14.0
### Link to integration documentation on our website
https://www.home-assistant.io/integrations/tado
### Diagnostics information
_No response_
### Example YAML snippet
```yaml
action: climate.set_temperature
target:
entity_id: climate.gameroom_ac
data:
temperature: 20
```
### Anything in the logs that might be useful for us?
_No response_
### Additional information
_No response_
Thereās a manual workound in the meantime which I can confirm works
opened 05:47PM - 05 Dec 24 UTC
closed 08:13PM - 06 Dec 24 UTC
integration: tado
### The problem
Since I installed Home Assistant Core Update 2024.12.0 I can'ā¦ t use HA to control my tado thermostats anymore, neither manually nor with scripts or automations. There are no errors, the target temperature just isn't set.
The attempt to set a new target temperature doesn't show up in the logbook at all, but changing HVAC modes is still working and when I set the temperature via the tado app, HA shows the new target temperature.
I restored a backup for version 2024.11.3 and everything was working as intended, then I updated to 2024.12.0 again and the same problems manifested. Restored 2024.11.3 again, working again.
### What version of Home Assistant Core has the issue?
core-2024.12.0
### What was the last working version of Home Assistant Core?
core-2024.11.3
### What type of installation are you running?
Home Assistant OS
### Integration causing the issue
tado
### Link to integration documentation on our website
https://www.home-assistant.io/integrations/tado/
### Diagnostics information
_No response_
### Example YAML snippet
_No response_
### Anything in the logs that might be useful for us?
_No response_
### Additional information
_No response_
Anyone else using self-signed certs? I am now getting this error, connecting to ZoneMinder via SSL:
2024-12-08 18:45:19.929 ERROR (MainThread) [homeassistant.components.cert_expiry.coordinator] Certificate validation error: {IP redacted} [Missing Authority Key Identifier]
2024-12-08 18:45:19.965 ERROR (MainThread) [homeassistant.components.cert_expiry.coordinator] Certificate validation error: {IP redacted} [self-signed certificate in certificate chain]
I poked around but donāt see anything in Python 3.13 indicating AKID is now a requirement in self-signed certs. Curious if anyone else has self-signed certs working on the latest version, before I fire up my CA machine and generate new certificates.
sparkydave
(š¦šŗ Dave)
December 10, 2024, 12:03am
213
Yeah, It must have just been a once off. Even my test automation using the old syntax still works.
Lode1
(Lode Bongaerts)
December 10, 2024, 8:03am
214
Well, believe it or not.
Yesterday i was creating a couple of sensors.
Then, off course, i restarted HA.
It took HA more then 5 minutes to restart.
Suddenly, all camerastreams worked perfect !
The reason ? I think i will never know but thatās ok. Everything is working now how it should be
cuppie
(Chris Cupler)
December 10, 2024, 11:57pm
215
2024.12.1 seems to have broken the Lennox iComfort thermostat integration. HA is unable to connect to the iComfort server.
Commented on issue#52 on the integrationās Github page.
MyiComfort will not load Ā· Issue #52 Ā· thevoltagesource/LennoxiComfort
nickrout
(Nick Rout)
December 11, 2024, 7:15am
216
Posting on that GitHub issue is the way to deal with it.
2024.12.2 has been released and it fixes the Tado integration issue.
1 Like
bocanip
December 11, 2024, 10:41am
218
Hi.
Can someone that is on 2024.12.1 version try command inside docker:
curl -4 -vvv http://overpass-api.de/api/interpreter
Want to see is this working fine or it is something else.
Regards