Additional values on main menu site #23447
Unanswered
Toto1308
asked this question in
scripter / SML
Replies: 2 comments 10 replies
-
Not using the scripter, but AFAIK, you can use the
The number before the variable name is decimals. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the hint. I have tried now the following script, with no change on the main page... Any further suggestions?
|
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I tried a lot of things now, but I do not get it right. Hopefully you can assist me and give a hint.
My settings:
Problem:
I like to use the voltage of the INA219 sensor and do a multiplication and division to get a different value. That value is e.g. a hight. Now I want to show this value directly on the main page of the tasmota page below of the three INA219 values. How can this be done only with the edit script page on the tasmota device?
Please find attached a screenshot of the mainpage.
Actually I use the following script:
`>D
=>volt [INA219#Voltage]
=>hoehe [volt] * 138 / 3.3
=>liter [hoehe] * 5600 / 138
=>prozent [liter] * 100 / 5600
Many thanks for your help in advance.
Regards
Thorsten
Beta Was this translation helpful? Give feedback.
All reactions