when i made the : /usr/bin/python3 /home/yunohost.app/homeassistant/config/scripts/GetTempChauffageEauPiscine.py on the SSH work fine
When i made the /usr/bin/python 3 /config/scripts/GetTempChauffageEauPiscine.py
On SSH i get an error message on no such file or directory exist.
SSH on what? What is your installation method? How did you push the script?
If HAOS + SSH addon, they run in different environments (docker containers), so there basically no link between the 2 besides the /config folder.
Home assitant is installed in Yunohost environment Mini PC (Linux)
i use VS Code to acces to the Yaml configuration file
and SSH if needed to test my Python scripts
i also use Shell_Comand to another Python script to set a value and it works fine. I dont think it’s acces problem.