- Ondersteuning van EVCC zou wenselijk zijn.
Integratie in EVCC is gelukt middels HTTP plugin. Onderstaande toevoegen aan EVCC.yaml:
- name: my_battery
type: custom
power:
source: http
uri: Verwijderde link
method: GET
headers:
- content-type: application/json
auth:
type: basic
user:
password: *
insecure: false
jq: .sessy.power
cache: 60s
timeout: 10s
soc:
source: http
uri: http://ip-adres/api/v1/power/status
method: GET
headers:
- content-type: application/json
auth:
type: basic
user:
password: *
insecure: false
jq: .sessy.state_of_charge
cache: 60s
Kan je iets specifieker zijn?
Bijvoorbeeld in welke sectie van de EVCC.yaml file dit geplaatst moet worden en tevens mist de de eerste url in de power sectie.
Alvast bedankt.
Rien
Geen weet van specifieke volgorde in yaml file.
Beide url: http://hier_ip_adres_van_je sessy/api/v1/power/status
Remmo