Open mmick08 opened 2 months ago
Hi Manuel, I took a look at your issue.
car
.pha
.total_increasing
to total_energy_charged
.I do not know yet when we release this, but I will write here again!
Thanks for your feedback :)
Hi,
Unfortunately, the 'car' variable is not properly exposed. The only available boolean is 'allowed to charge,' but its value is sometimes 'True' even when the car is not connected.
Thanks for the rest. 👌🏼
Hi Manuel, I took a look at your issue.
car
.pha
.total_increasing
to total_energy_charged
.I do not know yet when we release this, but I will write here again!
Thanks for your feedback :)
Hi!
why posting the same message again ? :)
"Car" or Car State is NOT available. See Screenshot. Thats what i said.
Br Manuel
Hm, my instance for some reason showed it despite the error in #244. After this is fixed, it should be visible.
Thank you 👍🏼
Thank you for the latest Beta. Now as you said "Car state" is available BUT its not the connected state at all! 🙈
Connected State should be a boolean either True or False not something like "Charging, Idle, WaitCar..."
Everything else like total_increasing for Total Energy and phase switching is now working 🎉. Thanks for that.
Hi Guys,
First of all, thank you for integrating Homeassistant MQTT directly in your firmware. A great step underlining your dedication to open source.
I just wanted to point out the following topics:
Missing entities:
Even if the auto discover works very well several important entities to do home automation are missing. i.e. "Car Connected" (is the cable plugged in or not) "Configured phases" (how many phases are currently used) "phase switching" (possibility to choose between automatic, 1-phase, 3-phases)
Wrong entity details:
As for now the "total_energy_charged" cannot be used within the Energy dashboard as state_class: total_increasing is missing for the entity.
BR Manuel