Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dasboard.esp does not do conversions #239

Open
clumsy-stefan opened this issue Jul 18, 2021 · 5 comments
Open

dasboard.esp does not do conversions #239

clumsy-stefan opened this issue Jul 18, 2021 · 5 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@clumsy-stefan
Copy link
Contributor

Not really a big issue, but dashboard.esp is only replacing values of the form [TaskName#ValueName] and not the enhanced version [TaskName#ValueName#transformation#justification] as ESPEasy does for easy calculations. So dashboard.esp needs to be adpated accordingly when transferred from an ESPEasy to RPIEasy device.

Also %syslaod% seems not to be known as system variable.

@enesbcs enesbcs added the enhancement New feature or request label Aug 21, 2021
@enesbcs
Copy link
Owner

enesbcs commented Nov 25, 2021

Are there any manual available about this enhanced version format?

@enesbcs enesbcs added the question Further information is requested label Nov 25, 2021
@clumsy-stefan
Copy link
Contributor Author

Here:
https://espeasy.readthedocs.io/en/latest/Rules/Rules.html
Look for "Formatting refered values" (about 1/3rd down the page)

@TD-er
Copy link

TD-er commented Nov 25, 2021

Also %syslaod% seems not to be known as system variable.

What about %sysload% ? ;) (not sure if it exists in RpiEasy, just noticed the swapped letters)

@enesbcs enesbcs removed the question Further information is requested label Nov 25, 2021
@enesbcs
Copy link
Owner

enesbcs commented Nov 25, 2021

What about %sysload% ? ;) (not sure if it exists in RpiEasy, just noticed the swapped letters)

System load exists in P026 Sysinfo plugin in RpiEasy. It can be added as a global variable, but calling this too soon (every second) will result very heavy cpu loads, this is the reason why i omit it.

@enesbcs
Copy link
Owner

enesbcs commented Dec 25, 2023

Please show me some real world examples, i still have no clue what are the 'justifications'

@enesbcs enesbcs added the question Further information is requested label Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants