Flodu31/HomeAssistant-PeugeotIntegration

Citroen's readme error

Jordan87 opened this issue · 0 comments

Hi
Changing charging threshold was not working for me for some reason (i have tried Peugeot's and Citroen's readme), now i found error in Citroen's manual.

There is in configuration.yaml:

ec4 set custom threshold command

ec4_change_charge_threshold:
url: "http://IPofTheSoftware:5000/charge_control?vin=YourVIN&percentage={{ states('input_number.ec4_charge_threshold_slider') | int }}"
method: GET

but in automation:

alias: ec4 - apply - charging threshold
description: ""
trigger:

  • platform: state
    entity_id:
    • input_button.ec4_apply_charge_threshold_button
      condition: []
      action:
  • service: rest_command.ec4_change_charging_threshold
    data: {}
    mode: single

After renaming charging to charge it seems that everything is working now :)