-
Notifications
You must be signed in to change notification settings - Fork 11
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
Show QR/Link code to add GX to VRM #1856
Comments
This can go on the "VRM" page (between VRM Portal ID and Log interval), with "Register installation" as the title text. Implementation note: use the |
I've updated the first message to the outcome of the discussion wrt how to tackle this + marked it as blocked since its awaiting some changes elsewhere. |
With my current modifications Output:
|
Required for victronenergy/gui-v2#1856
Changes pushed and on the todo. |
Publish product-id on dbus. victronenergy/gui-v2#1856
This is now waiting for the vrm api to have been updated |
URL structure will be: https://vrm.victronenergy.com/login?installationIdentifier=" + vrmId + "&productId=" + deviceType Implementation will be live next week. |
The VRM change is live. |
NOTE: before implementing this there are two other changes that need to be completed:
This allows to register the GX in VRM without having to connect with VC via Wifi/Bluetooth.
This url will open the VRM add installation page if the GX is not registered yet, otherwise it will open the installation page.
Exact URL to be confirmed by Alex after VRM has been updated. Discussion in Slack here.
Old proposal:
"https://vrm.victronenergy.com/login?installationIdentifier=" + vrmId + "&device=" + deviceType
The text was updated successfully, but these errors were encountered: