SAIC-iSmart-API / saic-home-assistant-addon

SAIC-iSmart-API repository for Home Assistant OS (HASS.IO)
MIT License
58 stars 6 forks source link

Add detailed configuration example for most topics #19

Closed DCSBL closed 1 year ago

DCSBL commented 1 year ago

It is not possible to suggest changes to the wiki, so here is a new file. Feel free to copy it into the wiki if you wish.

This is my configuration for most things exposed by the add-on. Some things are not working quite well but it is a start. Nicest thing is the addition of correct device_classes, allowing some automatic details from HA.

DCSBL commented 1 year ago

And with a bit of frontend yaml it looks like this (using Mushroom 🍄):

Screenshot 2023-06-15 at 13 35 20

Thank you so much for all the research in the API 🙏

Eirheim-Home commented 1 year ago

Thank you so much, I have been looking high and low for exactly this (configuration.yaml example) :-) and it works most parts for me/my home assistant.

nanomad commented 1 year ago

If you need a dashboard sample:

https://gist.github.com/nanomad/dfadc32502ba73e75a6a88176a0d6404

Tonno87 commented 1 year ago

Hi, i'm very busy at the moment... But will look into this next weekend 👍

DreamT80 commented 1 year ago

This is a great initiative. I just want to add something that I've done. I'm not sure if this is the correct way to do it, but it works good for me atleast.

What I've done is that I've added a "device"-section to every entity. This allows me to group the entities to the device it belongs do (i.e., the car itself).

device

...which then groups the entities with the same device values under the same device in HA. See screenshots.

My naming maybe isn't optimal (and also, I run HA in Swedish, so there is some borking in there), but with the right naming it might come useful.

bil

bil2

Tonno87 commented 1 year ago

With python gateway 0.3.0 there is a new feature called auto discovery. So it looks like this: Screenshot 2023-07-30 12 41 00

DCSBL commented 1 year ago

Yes, absolutely amazing. No need to manually configure the car in YAML, so closing this one!