Hyundai-Kia-Connect / kia_uvo

A Home Assistant HACS integration that supports Kia Connect(Uvo) and Hyundai Bluelink. The integration supports the EU, Canada and the USA.
MIT License
391 stars 81 forks source link

Add Vehicle to Load setting #819

Closed jwillemsen closed 4 months ago

jwillemsen commented 5 months ago

Add support for Vehicle to Load as provided by the Kona 2024 EU EV. Value can be set between 20 and 80 with increments of 10, in the provided hyundai data it is the part below, full data attached.

                 'Electric':
                {
                    'SmartGrid':
                    {
                        'RealTimePower': 0,
                         'VehicleToGrid':
                        {
                            'Mode': 0
                        },
                         'VehicleToLoad':
                        {
                            'DischargeLimitation':
                            {
                                'SoC': 20,
                                 'RemainTime': 0
                            }
                        }
                    }
                },

IMG_2893 kona2024data.txt