Skip to content

Releases: CoMPaTech/stromer

Alpha release (bug fixes from v0.2.0a1)

04 Mar 22:29
fb0440f

Choose a tag to compare

Pre-release
Merge pull request #12 from CoMPaTech/async_forward_entry_setups

Build forward on #11 for #10

Alpha release (from 2022.3 to 2023.3)

04 Mar 22:18
31cf485

Choose a tag to compare

Pre-release

Fixing 2023.3 compatibility as reported per #10

Include last update sensors

26 Apr 07:09
4d34d03

Choose a tag to compare

This release adds the three update time(r)s available from the Stromer API.

As such we can skip relying the automation timing on bike speed and use the last update instead. The README is adjusted accordingly (do mind that you need to change stromer to your bike name though).

Note for purists: As both status and position from the API publish rcvts the coordinator renames the latter to rcvts_pos

DO NOT INSTALL - Testing only - adding last-update sensors

26 Apr 06:48
1bac159

Choose a tag to compare

v0.1.0a1

Version bump

Support v4 API and fix data handling and reconnection

19 Apr 20:15
9143126

Choose a tag to compare

This release supports both v2/v3 handling (with client_secret) and v4 (with only client_id). If your client_id starts with 4P don't bother filling in the client_secret during setup.

Attempt to fix reconnection issues, but locking/unlocking my bike with the app or physically now actually reproduces the state in Home Assistant (fixing #4) - though in test I put the refresh time at 20 seconds. In the release it is still at 10 minutes (you can change this in the code though, it's in custom_components/stromer/__init__.py - if time allows I will add this as a configurable option. (I know how to do it in config_flow, just need some spare time on my hands)

Improve token handling and updating entities

19 Apr 14:53
596b481

Choose a tag to compare

This release should handle token-renewal better and ensure entities are updated (i.e. correct state displayed)

Add retry

15 Mar 06:21
b914fb7

Choose a tag to compare

Merge pull request #3 from CoMPaTech/stability

Add retry

Improvements and fixes

11 Mar 15:18
f6bca58

Choose a tag to compare

Increase stability and fix typo's and missing platform

Initial release for wider testing

11 Mar 10:06
c52fffc

Choose a tag to compare

Merge pull request #1 from CoMPaTech/init_release

Initial release