Brett Adams
Brett Adams
Happy Birthday to this pull request. Today it is 1 year old. 🎂
> HomeKit can now handle supported features changing. We were able to do it without an architecture change since we had all the data we needed from the state change...
For your reference @StephenBrown2 I have also merged this to https://github.com/Teslemetry/hacs-teslemetry/blob/main/custom_components/teslemetry/icons.json
> > For your reference @StephenBrown2 I have also merged this to https://github.com/Teslemetry/hacs-teslemetry/blob/main/custom_components/teslemetry/icons.json > > Oh nice. That's much more comprehensive. Do you want me to update this PR with...
Funny enough, i managed to replicate your issue in reverse. My charge sensor is now always off. I will investigate this further.
Just to add to the complexity, I just retested while my vehicle was awake, and it worked perfectly fine. Can you go to https://dash.tessie.com/firmware Look at charge_enable_request and note it's...
I actually think I have a better solution to this problem. It seems the correct value for this switch is `user_charge_enable_request` instead of `charge_enable_request`. EDIT: its a partial fix, because...
Gahh broke it with a merge.
> Looks good but I wonder why we're setting up the weather platform instead of just using regular sensors? The main reason for weather would be the forecast services etc....
> > I dont understand why I wouldnt put weather data into a weather platform, since the fields match up so perfectly. > > It's a question as I would...