ceeram
ceeram
Currently fresh installs will generate unique salt and store in console/config/salt.php salt is used for hashing passwords as well, so being able to reuse the salt when recreating the box...
The following code in `check-ssh-agent.sh`: ``` # Show loaded keys echo "SSH Forwarded keys:" OUTPUT=$(ssh-add -l 2>&1) EXITCODE=$? echo "=> $OUTPUT" ``` includes an unhandled error with message from `ssh-add...
Look into: https://github.com/walle/wsdl2phpgenerator and: https://github.com/mikaelcom/WsdlToPhp
The localtuya integration is broken after HA update from 2025.11.3 to 2025.12. I had added some lamps already, if i now try to add more after the update of HA...