Has Anyone played around with HomeASSISTANT addon for the MG4 ???

I created these 2 dashboards
Nice.

You should be able to change the decimals setting for the odometer and range readings so they are just whole numbers.

Click on the little circle with the number, it will open up a history popup, that has a gear icon at the top, click that and you can edit the settings including display precision.
 
Nice.

You should be able to change the decimals setting for the odometer and range readings so they are just whole numbers.

Click on the little circle with the number, it will open up a history popup, that has a gear icon at the top, click that and you can edit the settings including display precision.

thanks for the tip ...
 
there is one thing that I'm still wondering about .. if this integration only update the status of the car once every day (the default value) .. how does it knows that I'm driving the car ? I don't think there's a trigger from the car saying that it's moving or powered on ..
 
Mine updates automatically when it's being driven, and I have an automation to start polling as well when it's being charged. That only needs to run once, and it will keep updating thereafter until charge session ends.

It checks the sensor reporting the power draw on my EVSE and once it reports drawing more than 500 W it triggers polling to commence.

YAML:
alias: "MG4 EV - SAIC Start polling when charge session starts "
description: ""
triggers:
  - entity_id:
      - sensor.input_03_evse
    for:
      hours: 0
      minutes: 0
      seconds: 10
    above: 500
    trigger: numeric_state
  - minutes: /10
    trigger: time_pattern
conditions:
  - condition: numeric_state
    entity_id: sensor.input_03_evse
    above: 500
actions:
  - metadata: {}
    data:
      option: force
    target:
      entity_id: select.<mySAICcarID>_gateway_refresh_mode
    action: select.select_option
mode: single
 
Mine updates automatically when it's being driven, and I have an automation to start polling as well when it's being charged. That only needs to run once, and it will keep updating thereafter until charge session ends.

It checks the sensor reporting the power draw on my EVSE and once it reports drawing more than 500 W it triggers polling to commence.

mine does the same ... but from my understanding of how it works is that the app pool the information from the car either periodically or by force refresh .. the car itself cannot trigger the app to pool the data nor can it push the data ...

maybe I'm wrong (most likely is :p)..
 

Are you enjoying your MG4?

  • Yes

    Votes: 969 77.7%
  • I'm in the middle

    Votes: 185 14.8%
  • No

    Votes: 93 7.5%
Support us by becoming a Premium Member

Latest MG EVs video

MG ZS EV Retrospective & First Look at the MGS5 EV | Live Q&A with Owners & MGEVs Panel
Subscribe to our YouTube channel
Back
Top Bottom