Add tariff support into the energy module on Berry Tasmota scripting language #21922
tiagofreire-pt
started this conversation in
Ideas
Replies: 2 comments
-
Will take a look |
Beta Was this translation helpful? Give feedback.
0 replies
-
I looked at tariff, but it does not work as Also What are you trying to achieve? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context
Use data from the tariffs previously setup to extract and process information for later on the webGUI, rules, etc.
Need
energy_tariff_1 = Returns or sets the total energy registered on the said N index tariff (float with 2 decimals)
energy_tariff_2 = ""
energy_tariff_3 = ""
energy_tariff_4 = ""
energy_tariff_5 = ""
energy_tariff_6 = ""
energy_tariff_7 = ""
energy_tariff_8 = ""
energy_tariff_9 = ""
current_tariff = Returns or sets the current tariff index (integer or 0 if tariffs disabled)
In: https://tasmota.github.io/docs/Berry/#energy-module
Beta Was this translation helpful? Give feedback.
All reactions