michaelwoods/onstar2mqtt

How to use setChargingProfile ?

Opened this issue · 1 comments

I'm trying to change my car's charging profile but I'm unable to find the correct way to do so. Could you give us correct way of writing the command? I've tried to check on the onstarjs page but all I'm getting is command error.

I use this in a HA script, should contain enough details to help you craft the MQTT command

  • service: mqtt.publish
    data:
    topic: homeassistant/1G1FX6S03J413xxxx/command
    payload: '{"command": "cancelChargeOverride"}'