Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access to Config in HA Add On #957

Open
jb123567 opened this issue Sep 14, 2024 · 7 comments
Open

Access to Config in HA Add On #957

jb123567 opened this issue Sep 14, 2024 · 7 comments

Comments

@jb123567
Copy link

I can't seem to locate the config file with the HA Add On installed within HA OS, am I missing something? I just want to update the charging price.

@jmttramos
Copy link

Hi @jb123567,
Install Portainer in HA, then find the PSACC container. Open the console.
image
write done these commands, one by one!
apt update
apt-get install nano -y

nano /data/config.json
update the price
Ctrl + x to exit, then it will be asked 'Save modified buffer? press 'Y'
image

Done

@jb123567
Copy link
Author

Hi @jb123567,

Install Portainer in HA, then find the PSACC container. Open the console.

image

write done these commands, one by one!

**apt update

apt-get install nano -y**

nano /data/config.json

update the price

Ctrl + x to exit, then it will be asked 'Save modified buffer? press 'Y'

image

Done

Thanks so much, I didn't realise Portainer was still an option. The only change was the file is actually config.ini. But worked perfectly!

@jmttramos
Copy link

You are right, the price values are in the config.ini file, not the JSON.

@Jordan87
Copy link

How to install Portainer in HAOS? I dont see it in standard addons and I didn't found any manual for HAOS or HACS.

@jb123567
Copy link
Author

How to install Portainer in HAOS? I dont see it in standard addons and I didn't found any manual for HAOS or HACS.

I use this add-on https://github.com/alexbelgium/hassio-addons

@zazazouthecat
Copy link

zazazouthecat commented Oct 3, 2024

Otherwise you can use this trick

image

see api https://github.com/flobz/psa_car_controller/blob/master/docs/psacc_api.md

@Jordan87
Copy link

Jordan87 commented Oct 3, 2024

You can't use this method to configure weather or co2 api,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants