You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.bluetooth.grundfosalpha/README.md
+42-4
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,44 @@
1
1
# GrundfosAlpha Binding
2
2
3
-
This adds support for reading out the data of Grundfos Alpha Pumps with a [Grundfos Alpha Reader](https://product-selection.grundfos.com/products/alpha-reader)
3
+
This binding adds support for reading out the data of Grundfos Alpha pumps with a [Grundfos Alpha Reader](https://product-selection.grundfos.com/products/alpha-reader) or [Alpha3 pump](https://product-selection.grundfos.com/products/alpha/alpha3) with built-in Bluetooth.
4
4
5
-
The reverse engineering of the protocol was taken from [https://github.com/JsBergbau/AlphaDecoder](https://github.com/JsBergbau/AlphaDecoder).
5
+
The reverse engineering of the Alpha Reader protocol was taken from [https://github.com/JsBergbau/AlphaDecoder](https://github.com/JsBergbau/AlphaDecoder).
6
6
7
7
## Supported Things
8
8
9
+
-`alpha3`: The Grundfos Alpha3 pump
9
10
-`mi401`: The Grundfos MI401 ALPHA Reader
10
11
11
12
## Discovery
12
13
13
-
All readers are auto-detected as soon as Bluetooth is configured in openHAB and the MI401 device is powered on.
14
+
All pumps and readers are auto-detected as soon as Bluetooth is configured in openHAB and the devices are powered on.
14
15
15
16
## Thing Configuration
16
17
18
+
### `alpha3` Thing Configuration
19
+
20
+
| Name | Type | Description | Default | Required | Advanced |
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.bluetooth.grundfosalpha/src/main/java/org/openhab/binding/bluetooth/grundfosalpha/internal/GrundfosAlphaBindingConstants.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.bluetooth.grundfosalpha/src/main/java/org/openhab/binding/bluetooth/grundfosalpha/internal/GrundfosAlphaHandlerFactory.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.bluetooth.grundfosalpha/src/main/java/org/openhab/binding/bluetooth/grundfosalpha/internal/discovery/GrundfosAlphaDiscoveryParticipant.java
0 commit comments