Felix

Results 23 comments of Felix

To 3.0.4 basically it works but only if you redirect the port to 5000 and access to 5000 directly to configure 3.0.4 If you try to use ingress to access...

Hi lucasimons, did you enable the external port? To open them in influx/grafana. ![image](https://user-images.githubusercontent.com/1880220/165596512-1f4fd789-7466-4c6c-9efc-f84188ca8291.png) If you want transfer data from other source like manual installation to HASS it is quite...

Ok~ you can use node red to import the data for example. This is what I do, it is more flexible then the other options like creating sensors in config...

Good point, no that's nothing I test so far, since i just use this API: /get_vehicleinfo/ to read those data you see. Here is my NodeRedFlow: [flows.zip](https://github.com/flobz/psa_car_controller/files/8579978/flows.zip) About calculating charge...

You can analyse the panels, as far as I can see they do some SQL query's to get the data. ```sql SELECT strftime('%Y-%m-%dT%H:%M:%S', start_at) || "Z00:00" AS start_time, COUNT(*) AS...

Btw. why not follow this: https://github.com/flobz/psa_car_controller/issues/161 Since it is just another install way

the problem is you don't have telegraf which seems to be essential for data transfer. For me i have it done by rednode+mysql: ![image](https://user-images.githubusercontent.com/1880220/166145055-a3d4fee2-8913-4e36-acc0-65c5e489751c.png) But it seems telegraf exist for...

Hello again, I have test it with: HassOS I have installed: - PSA 3.0.3 - InfluxDB (https://addons.community) - Telegraf (https://github.com/Sabuto/hassio-repo) - Grafana (https://addons.community) After install everything you need to change...

Thanks, the main issue was that gpg does not work through shell with another user as owner. 1. ls -l $(tty) 2. chown www-data /dev/pts/0 3. sudo -u www-data gpg...

I also have the issue with Apache, but only if i leave the manga open, close the browser and reopen it, it open last and switch to next page work...