doubledrat

Results 8 issues of doubledrat

so I've followed the instructions to use https://www.jsonschemavalidator.net/ but the sample responses are not validating, so I've no hope of validating my own code. have I done something wrong? I...

for me at least it's now under ['data'] ``` "data": { "charge_state": { "battery_heater_on": false, "battery_level": 82, ``` which breaks last_seen() looks like gui_settings is also under there now, which...

Get battery data Started failing last night with the following error - requests.exceptions.HTTPError: 410 Client Error: https://powergate.prd.sn.tesla.services:443/api/powerwalls/idremoved/fullstatus => Gone for url: https://owner-api.teslamotors.com/api/1/powerwalls/myidremoved

Any chance of an update to make it work with the V3 API? Things seem to be breaking (it seems yamj using this api can't download banners anymore)

as of last night, it seems that tesla is not returning the following battery data (in the UK anyway) total_pack_energy energy_left I've tested the new fleet API response, and the...

I'm getting 10's of 1,000s of errors from this I feel like I've introduced a virus into my HA instance :( nothing has a unique ID, so I can't clear...

I've added your code as described to a dashboard, but none of the battery information shows. It shows up in my overview though. Any idea what I'm doing wrong? The...

scripts states that the animation list is obtained with - `animations: "{{ state_attr('sensor.activity', 'active')|list }}"` but it should be `animations: "{{ state_attr('sensor.animated_scenes_activity_sensor', 'active')|list }}"`