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
description: "How to integrate Bbox Bandwidth measure within Home Assistant."
3
+
title: "Bbox Sensor"
4
+
description: "How to integrate Bbox Bandwidth measuring within Home Assistant."
5
5
date: 2016-10-22 01:00
6
6
sidebar: true
7
7
comments: false
@@ -12,33 +12,30 @@ ha_category: Sensor
12
12
ha_release: 0.31
13
13
---
14
14
15
-
The `bbox` platform uses the [Bbox Modem Router](https://fr.wikipedia.org/wiki/Bbox/) from the French Internet provider Bouygues Telecom.
16
-
Sensors are mainly bandwidth measures (Details below)
15
+
The `bbox` platform uses the [Bbox Modem Router](https://fr.wikipedia.org/wiki/Bbox/) from the French Internet provider Bouygues Telecom. Sensors are mainly bandwidth measures.
17
16
18
17
<pclass='note warning'>
19
-
Due to third party limitation, the sensors will only be available if the HomeAssistant and the Bbox are on the same local area network.
20
-
You can check this by going on the 192.168.1.254 address with your internet browser
18
+
Due to third party limitation, the sensors will only be available if Home Assistant and the Bbox are on the same local area network. You can check this by going to 192.168.1.254 with your web browser.
21
19
</p>
22
20
23
21
To add Bbox sensors to your installation, add the following to your `configuration.yaml` file:
24
22
25
23
```yaml
26
24
# Example configuration.yaml entry
27
25
sensor:
28
-
platform: bbox
29
-
monitored_variables:
30
-
- down_max_bandwidth
31
-
- up_max_bandwidth
32
-
- current_down_bandwidth
33
-
- current_up_bandwidth
26
+
- platform: bbox
27
+
monitored_variables:
28
+
- down_max_bandwidth
29
+
- up_max_bandwidth
30
+
- current_down_bandwidth
31
+
- current_up_bandwidth
34
32
```
35
33
36
34
Configuration variables:
37
35
38
36
- **monitored_variables** array (*Required*): Sensors to display in the frontend.
39
-
- **down_max_bandwidth**: Maximum bandwidth you can use for downloading.
40
-
- **up_max_bandwidth**: Maximum bandwidth you can use for uploadinf.
37
+
- **down_max_bandwidth**: Maximum bandwidth available for download.
38
+
- **up_max_bandwidth**: Maximum bandwidth available for upload.
41
39
- **current_down_bandwidth**: Instant measure of the current used bandwidth for download.
42
40
- **current_up_bandwidth**: Instant measure of the current used bandwidthfor upload.
0 commit comments