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

Wasm: Onboarding always appears for VRM read-only systems #1627

Open
blammit opened this issue Oct 24, 2024 · 1 comment
Open

Wasm: Onboarding always appears for VRM read-only systems #1627

blammit opened this issue Oct 24, 2024 · 1 comment
Milestone

Comments

@blammit
Copy link
Contributor

blammit commented Oct 24, 2024

Currently, the onboarding screen will always show on start-up when run via wasm on a VRM read-only system. This is because the system is unable to write to /Settings/Gui2/OnBoarding to clear the onboarding flag.

Need a straightforward way to determine whether the system is read-only.

One possible solution is to set a cookie in this case, instead of writing a value via MQTT.

@blammit blammit added this to the Version 1.1.0 milestone Oct 24, 2024
@mpvader
Copy link
Contributor

mpvader commented Oct 25, 2024

And another one is to get a parameter from VRM telling the wasm that its read only

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants