-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
Chart widget don't support expressions #1102
Comments
This is also true for the
It does not support expressions (ie
(Different chart example) |
+1 from me. Expressions also do not work with "period:". Most of the echart-settings are not supported by the chart widget. Would be great if all echart-settings could be used with expressions, because otherwise one has to build separate widget for each item, although the widgets are exact copies. Thanks. |
syntax is a bit different
and i also evaluated (with #1638), FYI |
is also not supported (At least for gauge charts) |
Which OH version did you test with? Can you please share a full example so I can try to reproduce locally? |
Thanks for the fast reply! I'm using openhab 3.3.0 (docker container)
|
fix is only available in latest oh 4 snapshots. will double check when i’m home for your case … |
Inside an oh-mark-area object the items doesn't get called from props. It only works when its hardcoded by its name.
I made a minimal example. See the last line - the item is not selected.
If I hardcode the item by its name its working, but thats not very flexible.
I tried =props.window_item and =items[props.window_item].
The text was updated successfully, but these errors were encountered: