Convert a Tasmota Rule into Berry Script #22366
Replies: 2 comments
-
One approach could be like this: (untested)
One BTW. Your old rule does not really work, as the You could also do it in a very different way using HASPmota for display styling, without needing any Berry program as intermediate processing. |
Beta Was this translation helpful? Give feedback.
-
It works perfectly! Thank you very much! |
Beta Was this translation helpful? Give feedback.
-
Hello community,
I have a problem.
I would like to convert a Tasmota Rule into Berry Script.
This is the rule:
Rule1 on AM2301#Temperature do DisplayText [f0s1l3c1]Temperatur: %value% ~f8C ~20 endon
on AM2301#Humidity do DisplayText [f0s1l5c1]Feuchtigkeit: %value% %H ~20 endon
on AM2301#DewPoint do DisplayText [f0s1l7c1]Taupunkt: %value% ~f8C ~20 endon
on Counter#C1 do backlog var1 %value%; MULT1 0.01; DisplayText [f0s1l1c1]GAS: %var1% m3 ~20 endon
Who can please give me some help on how to convert this? I've been searching the Internet for days for solutions, but unfortunately I haven't found anything suitable.
Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions