Skip to content

Commit 6fd6b01

Browse files
committed
Update README
1 parent acde3af commit 6fd6b01

1 file changed

Lines changed: 60 additions & 0 deletions

File tree

README.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
**:warning::warning::warning:Read the [release notes](<https://github.com/CoMPaTech/stromer/releases>) before upgrading, in case there are BREAKING changes!:warning::warning::warning:**
2+
13
# Stromer Custom Component for Home Assistant
24

5+
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/CoMPaTech/stomer/)
6+
[![CodeFactor](https://www.codefactor.io/repository/github/CoMPaTech/stromer/badge)](https://www.codefactor.io/repository/github/CoMPaTech/stromer)
7+
[![HASSfest](https://github.com/CoMPaTech/stromer/workflows/Validate%20with%20hassfest/badge.svg)](https://github.com/CoMPaTech/stromer/actions)
8+
[![Generic badge](https://img.shields.io/github/v/release/CoMPaTech/stromer)](https://github.com/CoMPaTech/stromer)
9+
10+
[![Open your Home Assistant instance and show your integrations.](https://my.home-assistant.io/badges/integrations.svg)](https://my.home-assistant.io/redirect/integrations/)
11+
312
## Configuration
413

514
Configure this integration the usual way, before starting you will need to retrieve your
@@ -18,3 +27,54 @@ In the current state it retrieves `bike`, `status` and `position` from the API e
1827
## State: ALPHA
1928

2029
Even though available does not mean it's stable yet, the HA part is solid but the class used to interact with the API is in need of improvement (e.g. better overall handling). This might also warrant having the class available as a module from pypi.
30+
31+
# Changelog
32+
33+
## MAR 2022 [0.0.4]
34+
- Initial release
35+
- Creates a device for your bike in Home Assistant
36+
- Refreshed location and other information every 10 minutes
37+
38+
# What does it support?
39+
40+
- Location
41+
- It inherits zones, but you could also plot your location on a map
42+
- Sensors
43+
- Like motor and battery temperature
44+
- Binary Sensors
45+
- Light-status and Omni-lock status and theft status
46+
47+
# How to install?
48+
49+
- Use [HACS](https://hacs.xyz)
50+
- Navigate to the `Integrations` page and use the three-dots icon on the top right to add a custom repository.
51+
- Use the link to this page as the URL and select 'Integrations' as the category.
52+
- Look for `Stromer` in `Integrations` and install it!
53+
54+
## How to add the integration to HA Core
55+
56+
For each bike (i.e. api-user) you will have to add it as an integration. Do note that you first have to retrieve your client ID and Secret using some tool like [mitmproxy](https://mitmproxy.org) to fetch these. If you don't know how to do this or what this implies; search from someone who can eloborate on this or do not use this integration. For more details and/or helpful users see [the Dutch Stromer forum](https://www.speedpedelecreview.com/forum/viewtopic.php?f=8&t=1445)
57+
58+
- [ ] In Home Assitant click on `Configuration`
59+
- [ ] Click on `Integrations`
60+
- [ ] Hit the `+` button in the right lower corner
61+
- [ ] Search or browse for 'Stromer e-bike' and click it
62+
- [ ] Enter your e-mail address, password and the client ID and Secret
63+
64+
# Frequently Asked Questions (FAQ)
65+
66+
## I don't like the name of the sensor or the icon
67+
68+
You can adjust these in `Configuration`, `Integration` -> `Entities` (e.g. `https://{Your HA address}/config/entities`)
69+
70+
Just click on the device and adjust accordingly!
71+
72+
Please note that you can also click the cogwheel right top corner to rename all entities of a device at once.
73+
74+
## It doesn't work
75+
76+
I'm on Discord and used to frequent the Dutch Stromer forum more often, but feel free to add a Bug through the Issues tab on [Github](https://github.com/CoMPaTech/stromer).
77+
78+
## Is it tested?
79+
80+
It works on my bike and Home Assistant installation :) Let me know if it works on yours!

0 commit comments

Comments
 (0)