mjarkk / vanmoof-web-controller

Change the speed limit of a VanMoof S3 or X3 via a website
https://mooovy.app
GNU Lesser General Public License v2.1
79 stars 14 forks source link

Does this tool still work on version v1.8.2? #22

Closed mjarkk closed 2 years ago

mjarkk commented 2 years ago

I recently noticed people talking about version v1.8.2 and I was wondering if that still work with this tool. My own bike is still on v1.7.6 and I don't want to loose the fastest speed option (yet).

jericho1ne commented 2 years ago

Neither of these these two options will "stick" once selected (if the bike has 1.8.2 firmware). I assume there is work to be done :)

Screen Shot 2022-07-02 at 8 55 33 AM
jericho1ne commented 2 years ago

Curious if I can assist in any way. PowerLevel(Max) and SpeedLimit(NO_LIMIT) both seem to return the previously selected values - seems as if the firmware simply refuses to do your bidding :)

export enum PowerLevel {
    Off = 0,
    First = 1,
    Second = 2,
    Third = 3,
    Fourth = 4,
    Max = 5,
}

export enum SpeedLimit {
    JP = 2,
    EU = 0,
    US = 1,
    NO_LIMIT = 3,
}
sanderDijkxhoorn commented 2 years ago

Curious if I can assist in any way. PowerLevel(Max) and SpeedLimit(NO_LIMIT) both seem to return the previously selected values - seems as if the firmware simply refuses to do your bidding :)


export enum PowerLevel {

    Off = 0,

    First = 1,

    Second = 2,

    Third = 3,

    Fourth = 4,

    Max = 5,

}

export enum SpeedLimit {

    JP = 2,

    EU = 0,

    US = 1,

    NO_LIMIT = 3,

}

image

I am not sure if we can do anything about this as of now. We are looking into downgrading/upgrading #6

mjarkk commented 2 years ago

@jericho1ne Thanks for confirming the site still works with the features the bike exposes to us.

I think we should disable the 37km/h option and assistance level 5 if the bike's firmware is above v1.8 because when they are visible users think they can use that and be confused when it doesn't work

stefanstranger commented 1 year ago

Just to tested 1.8.2 firmware with the following result.

Screenshot_20220710-175527

Cannot save option for 37 km and gear 5 options. Could change speed from 25 to 32 km.

sanderDijkxhoorn commented 1 year ago

Just to tested 1.8.2 firmware with the following result.

Screenshot_20220710-175527

Cannot save option for 37 km and gear 5 options. Could change speed from 25 to 32 km.

We are aware of this, we will add a check if you are above version 1.8 these features will be removed. PR 26 ;)

stefanstranger commented 1 year ago

Would it also be possible to change the bell sound using one of your sounds?

sanderDijkxhoorn commented 1 year ago

Would it also be possible to change the bell sound using one of your sounds?

Do you mean is it possible to set a custom bell sound? Well you can use the 3 default bells + 1 Easter egg boat bell. Currently it is not possible to set a custom bell sound.

stefanstranger commented 1 year ago

And how to I set the Easter-egg boat horn?

sanderDijkxhoorn commented 1 year ago

And how to I set the Easter-egg boat horn?

Oh I didn't knew we have not add that to the web app, currently you can set it trough the Moofer app made by Quinten (paid) or we would have to add it to the app or web app. (I would have to look how I can log bluetooth on my Macbook if I wanna add it myself or you would have to wait until I got my Windows laptop again which should log more of the bluetooth connection)

sanderDijkxhoorn commented 1 year ago

And how to I set the Easter-egg boat horn?

I am gonna try my best now, I don't have any experience with sending and logging the bluetooth requests. The horns are probably gonna give me headache but I will try my best. :)

sanderDijkxhoorn commented 1 year ago

I got it to work :) Seems like the sound is low tho not sure how I can change that looking into it now. Found the issue the bike was not on lmao

sanderDijkxhoorn commented 1 year ago
image

I added these, seems like Mjarkk is pretty busy right now, I hope he can look into my PR's soon. (I will create a new PR asap with the bells)

sanderDijkxhoorn commented 1 year ago

I am currently missing 1 bell tone but I couldn't figure out how to add the submarine yet... :!

sanderDijkxhoorn commented 1 year ago

@stefanstranger can you try this: My PR with bells added

stefanstranger commented 1 year ago

Just configured the boat horn!

image

Let me test if this is now working later today when I'm on a bike ride :-)

stefanstranger commented 1 year ago

And this what I now see in the original vanMoof app. So it seems that a new horn can be configured. Screenshot_20220716-140255

sanderDijkxhoorn commented 1 year ago

And this what I now see in the original vanMoof app. So it seems that a new horn can be configured.

Screenshot_20220716-140255

👍 I will add the submarine bell as well when I get home. 😃

stefanstranger commented 1 year ago

Tested when riding my bike and the new boat horn works like a charm. Thanks for enabling this feature.

sanderDijkxhoorn commented 1 year ago

Tested when riding my bike and the new boat horn works like a charm. Thanks for enabling this feature.

👍

No problem :)

stefanstranger commented 1 year ago

Is the PR already merged in main?

sanderDijkxhoorn commented 1 year ago

Is the PR already merged in main?

Yes :)

PR #29 & #31 have been merged into main, you should now be able to set your bell to one of the 4 bells and you can now see your current bell on the web app.

Abandoned101 commented 1 year ago

Hi hoping some one can help me get this connected to my bike? Shop updated the firmware(gutted) I've followed the link and signed in and selected my bike but nothing happens.

sanderDijkxhoorn commented 1 year ago

Hi hoping some one can help me get this connected to my bike? Shop updated the firmware(gutted) I've followed the link and signed in and selected my bike but nothing happens.

Hi,

Which firmware version are you on now?

With the latest firmware versions you can no longer set the 37 kmph & assist 5 mode.

Abandoned101 commented 1 year ago

Yeah am now on 1.8.1 and gutted they updated it was the most depressing ride home ever. Am also on the EU settings so was hoping to atleast be able set it to US

sanderDijkxhoorn commented 1 year ago

Yeah am now on 1.8.1 and gutted they updated it was the most depressing ride home ever. Am also on the EU settings so was hoping to atleast be able set it to US

The US option should be working, doesn't it?

Abandoned101 commented 1 year ago

Yeah am now on 1.8.1 and gutted they updated it was the most depressing ride home ever. Am also on the EU settings so was hoping to atleast be able set it to US

The US option should be working, doesn't it?

This is all I see Screenshot_20220804-202544_Samsung Internet

sanderDijkxhoorn commented 1 year ago

Yeah am now on 1.8.1 and gutted they updated it was the most depressing ride home ever. Am also on the EU settings so was hoping to atleast be able set it to US

The US option should be working, doesn't it?

This is all I see

Screenshot_20220804-202544_Samsung Internet

What happens if you click on the bike?

Edit: also what browser is that, does it support Bluetooth?

Abandoned101 commented 1 year ago

Nothing just highlights it blue as shown in the picture

sanderDijkxhoorn commented 1 year ago

Nothing just highlights it blue as shown in the picture

Which browser do you use and do you know if it supports Bluetooth?

Abandoned101 commented 1 year ago

Yeah am now on 1.8.1 and gutted they updated it was the most depressing ride home ever. Am also on the EU settings so was hoping to atleast be able set it to US

The US option should be working, doesn't it?

I didn't have permissions on! 🤦‍♀️ your a legend thank you! Do you think you'll be able to get past the block on power assist 5 and the speed restrictions?

sanderDijkxhoorn commented 1 year ago

Yeah am now on 1.8.1 and gutted they updated it was the most depressing ride home ever. Am also on the EU settings so was hoping to atleast be able set it to US

The US option should be working, doesn't it?

I didn't have permissions on! 🤦‍♀️ your a legend thank you!

Do you think you'll be able to get past the block on power assist 5 and the speed restrictions?

I don't think it is possible to get it working on the latest firmware since they removed it. Currently the only way we think would be possible is by downgrading/fake upgrading to an older version which still has the features or using an custom firmware.

Abandoned101 commented 1 year ago

Yeah am now on 1.8.1 and gutted they updated it was the most depressing ride home ever. Am also on the EU settings so was hoping to atleast be able set it to US

The US option should be working, doesn't it?

I didn't have permissions on! 🤦‍♀️ your a legend thank you! Do you think you'll be able to get past the block on power assist 5 and the speed restrictions?

I don't think it is possible to get it working on the latest firmware since they removed it. Currently the only way we think would be possible is by downgrading/fake upgrading to an older version which still has the features or using an custom firmware.

Thought this might be the case. Well thank you for all your efforts wish I could help in some way

sanderDijkxhoorn commented 1 year ago

Yeah am now on 1.8.1 and gutted they updated it was the most depressing ride home ever. Am also on the EU settings so was hoping to atleast be able set it to US

The US option should be working, doesn't it?

I didn't have permissions on! 🤦‍♀️ your a legend thank you!

Do you think you'll be able to get past the block on power assist 5 and the speed restrictions?

I don't think it is possible to get it working on the latest firmware since they removed it. Currently the only way we think would be possible is by downgrading/fake upgrading to an older version which still has the features or using an custom firmware.

Thought this might be the case. Well thank you for all your efforts wish I could help in some way

If you would like contribute to the project you could check out PR #19, we are currently working on a flutter app version. Thanks for confirming that 1.8.1 still works. If you know more about the firmware downgrading/upgrading process or anything else feel free to join our discord server.

bjhollingsworth commented 1 year ago

Confirmed working with 1.8.2 (using Bluefy) - got my fingers crossed for a way to re-instate 37kph/5th gear but in the meantime, thanks SO much for getting me away from 16MPH hell!

alexsorel commented 11 months ago

Confirm it works on 1.8.2 (S3), Android with Chrome. But no display of 37 km/h nor level 5.

sanderDijkxhoorn commented 11 months ago

Confirm it works on 1.8.2 (S3), Android with Chrome. But no display of 37 km/h nor level 5.

Like FAQ says, since version 1.8.1 or above those modes have been removed from the bike firmware.

attilatdeak commented 10 months ago

The tool itself works fine even with 1.9.3. The offroad mode and level 5 are removed on firmware level.