-
Notifications
You must be signed in to change notification settings - Fork 8
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
Doesn't work with v6.6.x #63
Comments
Hi, So is there a way to upgrade to a version 6.5.2. The first step would be a get our hands on the firmware update URL or package. I realise this is not directly related to this repo. I have searched elsewhere without success. |
Looks like you can indeed update to a specific version! In essence, wallbox's firmware update is just a Here's the script that does the updating: https://pulsar-repo.wall-box.com/pool/main/s/sys-update/sys-update-1.5.0-all.deb I think it's kind of tricky though as that repo doesn't seem to contain any 6.x firmware at all - maybe it's just for restoring functionality? When you click "update" in the app - it's the app on your phone that is downloading the .deb and sending it to the charger, then charger executing an "offline" install. |
The app gets an encrypted and signed tar.gz over a HTTP API. Inside is essentially a deb repo and some metadata. |
Yeah but how do we get this .tar.gz by ourselves, preferably any version we like? 🤔 |
Filing this mostly for visibility.
See https://community.home-assistant.io/t/wallbox-pulsar-plus-integration/200339/1195 and #62
Someone will have to change the code to subscribe to redis channels instead of reading from redis keys. The implementation will also need to work for both <6.6 and >=6.6
The text was updated successfully, but these errors were encountered: