Sign inSign up

lordraw/webhookmyspeedtoha

By lordraw

Updated about 1 year ago

a simple webhook form myspeed for send data to home assistant

Image
0

424

lordraw/webhookmyspeedtoha repository overview

enviroment:

  • HA_TOKEN = long time token access ha
  • HA_URL= http://:8123/api

default expose port 5000

add this configuration to ha


recorder:
  include:
    entities:
      - input_number.speedtest_ping
      - input_number.speedtest_download
      - input_number.speedtest_upload
      - input_number.speedtest_time

input_number:
  speedtest_ping:
    name: Ping
    min: 0
    max: 1000
    step: 1
    unit_of_measurement: "ms"

  speedtest_download:
    name: Download
    min: 0
    max: 10000
    step: 0.1
    unit_of_measurement: "Mbps"

  speedtest_upload:
    name: Upload
    min: 0
    max: 10000
    step: 0.1
    unit_of_measurement: "Mbps"

  speedtest_time:
    name: Durata Test
    min: 0
    max: 60
    step: 1
    unit_of_measurement: "s"

Tag summary

Content type

Image

Digest

sha256:9dd8c30bb

Size

369.6 MB

Last updated

about 1 year ago

docker pull lordraw/webhookmyspeedtoha