-
Could the value, which can also be set from Home Assistant, be set with a decimal value with decimal places? At the moment you can only set integer values from Home Assistant. I would like to create an automation where exactly the 3 to 5 most favorable hours are determined and then exactly this value is set. At night, an integer is usually too imprecise. If you set the threshold value via the go-e app, it can also have decimal values in the query via Homeassisten. Thank you very much Könnte man den Wert, der von Homeassistent aus auch gesetzt werden kann, mit einer Dezimalwert mit Nachkommawerten setzen. Zur Zeit kann man von Homeassistent aus nur ganzzahlige Werte setzen. Ich möchte mir eine Automation erstellen, wo genau die 3 bis 5 günstigsten Stunden ermittelt und dann genau dieser Wert gesetzt wird. In den Nachtstunden ist da eine Ganzzahl meistens zu ungenau. Wenn man den Schwellwert über die go-e App setzt, kann dieser in der Abfrage über Homeassisten auch Nachkommawerte haben. Vielen Dank |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
When go-e App support floating point values - but the integration only can set integer's - then this sounds indeed more like a bug of the integration - let me check this evening, if there is something that I can/must adjust in order to support the same feature set as the App... Thanks for letting me know! |
Beta Was this translation helpful? Give feedback.
Absurd - nevertheless then this is a minor adjustment - you might like to try yourself - simply edit the file const.py @ line 265
ha-goecharger-api2/custom_components/goecharger_api2/const.py
Line 265 in edf3ead
and change from:
native_step=1,
to:
native_step=0.01,
save the file & restart HA...