File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ I offer you a fully assembled and tested Doorman-S3 which comes with the Stock F
37
37
- USB-C port for easy flashing (and because USB-C is cool 😎)
38
38
- It's super small (37mm x 37mm) and fits almost everywhere
39
39
- Configurable WS2812B RGB LED to indicate specific events
40
- - 2 additional GPIO via Screw Terminal for easy expansion with your own sensors and devices
40
+ - 2 additional GPIO via Screw Terminal for easy expansion with your own sensors and devices (i.e. I²C)
41
41
- 1 Relay via Screw Terminal to switch up to 40V (max. 2.5A) for oldschool intercom systems
42
42
- 1 External Button via Screw Terminal (G + BTN)
43
43
- Bridge Rectifier for the Bus-wire input to correct polarity
Original file line number Diff line number Diff line change @@ -41,6 +41,21 @@ binary_sensor: // [!code ++] // [!code focus]
41
41
` ` `
42
42
:::
43
43
44
+ ::: details Use I²C Sensors
45
+ If you want to add Sensors via the I²C bus you can use the two free GPIO Pins and add the I²C component to your configuration.\
46
+ Now you can attach your Sensors to the two free I²C GPIO Pins.
47
+ ` ` ` yaml
48
+ <!--@include : minimal.example.yaml-->
49
+
50
+ i2c : // [!code ++] // [!code focus]
51
+ sda : GPIO40 // [!code ++] // [!code focus]
52
+ scl : GPIO48 // [!code ++] // [!code focus]
53
+ scan : true // [!code ++] // [!code focus]
54
+ id : i2c_bus // [!code ++] // [!code focus]
55
+ ` ` `
56
+ :::
57
+
58
+
44
59
## Advanced Examples
45
60
### Home Assistant
46
61
::: details Sending Bus commands
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ You just received your Doorman? Skip to the [Quickstart](getting-started).
25
25
- USB-C port for easy flashing (and because USB-C is cool 😎)
26
26
- It's super small and fits almost everywhere
27
27
- Configurable WS2812B RGB LED to indicate specific events
28
- - 2 additional GPIO for easy expansion with your own sensors and devices
28
+ - 2 additional GPIO for easy expansion with your own sensors and devices (i.e. I²C)
29
29
- 1 solid state relay to switch up to 40V (max. 2.5A) for oldschool intercom systems
30
30
- 1 External Button (G + BTN)
31
31
- Bridge Rectifier for the Bus-wire input to correct polarity
You can’t perform that action at this time.
0 commit comments