0.9.1 • Published 7 years ago

pimatic-ultrasonic v0.9.1

Weekly downloads
15
License
AGPL-3.0
Repository
github
Last release
7 years ago

pimatic-ultrasonic

Pimatic support for the HC-SR04 ultrasonic sensor.

Exapmle wiring

Example config

Add the plugin to the plugin section:

{ 
  "plugin": "ultrasonic"
}

Then add a sensor for your device to the devices section:

{
  "id": "ultrasonic",
  "name": "Ultrasonic HC-SR04",
  "class": "Ultrasonic",
  "echo": 22,
  "trigger": 18,
  "timeout": 750,
  "interval": 60000
}

You can also select the unit:

example: "displayUnit": "cm"

Credits

Luke for mmm-usonic

License

AGPL-3.0

0.9.1

7 years ago

0.9.0

8 years ago

0.8.6

8 years ago

0.8.5

8 years ago

0.8.4

10 years ago

0.8.3

10 years ago

0.8.2

10 years ago

0.8.1

10 years ago

0.8.0

10 years ago