home-assistant.io/source/_components/sensor.dovado.markdown
2017-06-13 19:26:01 +02:00

1.4 KiB

layout title description date sidebar comments sharing footer ha_category logo ha_release ha_iot_class
page Dovado How to integrate Dovado sensors within Home Assistant. 2016-11-05 08:00 true false true true System Monitor dovado.png 0.32 Local Polling

The dovado platform let you monitor your router from Dovado

To add a Dovado sensor to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
sensor:
  - platform: dovado
    username: YOUR_USERNAME
    password: YOUR_PASSWORD
    host: IP_ADDRESS
    port: PORT
    sensors:
      - network

Configuration variables:

  • username (Required): Your username.
  • password (Required): Your password.
  • host (Optional): The IP address of your router, e.g. 192.168.1.1. If no host is provided, the gateway for the same network as Home Assistant will automatically be used.
  • port (Optional): The port number of your router, e.g. 999. If no port is provided, the default API port (6435) will be used.
  • sensors array (Required): Conditions to display in the frontend.
    • network: Network state (3G, 4G, etc).
    • signal: The signal strength (%).
    • download: The download speed.
    • upload: The upload speed.
    • sms: Number of unread text messages

If the router provides SMS functionality, a service for sending SMS will also be registered in Home Assistant.