Tinkerforge / warp-charger

Mit WARP, Abkürzung für "Wall Attached Recharge Point", bietet Tinkerforge Open Source Ladelösungen für Elektrofahrzeuge.
https://www.tinkerforge.com/de/shop/warp.html
57 stars 9 forks source link

Missing end user documentation regarding firmware update #9

Closed Alestrix closed 3 years ago

Alestrix commented 3 years ago

The charger's manual states that on warp-charger.com new firmware can be found. This is incorrect.

Googling for the charger's firmware leads to this GitHub project, but the user is being left alone about where to find the firmware (can be found after some searching) and which of the two files - the large one or the "_merged" one - is to be uploaded to the wallbox. I haven't found this information until now and am hesitant to "just try it out" as I don't want to brick the box.

Request:

bs-github commented 3 years ago

You might have missed the link https://www.warp-charger.com/firmwares/warp_firmware_1_2_4_60f17413_merged.bin on the https://www.warp-charger.com/#firmware website. I think it is quite obvious there.

Disclaimer: I'm as well just a customer.

KoljaWindeler commented 3 years ago

Wasn't firmware one of the navigation item ? That seems to be changed ... Again ... Customer.

Alestrix commented 3 years ago

Thanks for the pointers I'm 99% sure the menu didn't look like this when I checked earlier today Screenshot_20210718-163027_Chrome

I even went to warp-charger.com and did a text-search in the browser for "firmware" and nothing was found.

Having said that, I still think a pointer to the firmware would be a worthy addition to the readme. If I find the time I'll create a PR.

bs-github commented 3 years ago

😂😂😂 Well, fancy dynamic web pages can be a UX nightmare and less predictable in terms of text searches.

But google https://www.google.com/search?q=site%3Awww.warp-charger.com+firmware helps and the command line curl https://www.warp-charger.com/ | grep -i firmware works as well.

If you search for "firmware" on warp-charger.com within you browser right away there is nothing to be found 😟. But if you scroll down first (or jump down via the menu), you will be pleased 😃.

image

KoljaWindeler commented 3 years ago

Ha! The drop down item on the website depend on the subpage you're on ... See Screenshot_20210718-165956 Fancy

rtrbt commented 3 years ago

Well, fancy dynamic web pages can be a UX nightmare and less predictable in terms of text searches.

Yes, the fancy animations unfortunately break searching text on the page. I've got a version of the main page on my disk without all this stuff, however I didn't have the time yet to clean the changes up and commit them.

I'm 99% sure the menu didn't look like this when I checked earlier today

This sounds like a caching issue, the changed menu structure was commited on the 27th of April.

Having said that, I still think a pointer to the firmware would be a worthy addition to the readme. If I find the time I'll create a PR.

No need for you to submit a PR, as I've just seen, the readme's content is still "TBD" only (since eight months!). I will add some content later today.

rtrbt commented 3 years ago

Done.