An open API service indexing awesome lists of open source software.

https://github.com/robmarkcole/pan-tilt-hat-hass

Custom component adding the pimoroni pan-tilt-hat to Home-assistant: tested in HA 0.94 ok
https://github.com/robmarkcole/pan-tilt-hat-hass

home-assistant pan-tilt-phat pimoroni

Last synced: 9 months ago
JSON representation

Custom component adding the pimoroni pan-tilt-hat to Home-assistant: tested in HA 0.94 ok

Awesome Lists containing this project

README

          

This custom component adds the [pimoroni](https://shop.pimoroni.com/products/pan-tilt-hat) pan-tilt-phat to [Home-assistant](https://home-assistant.io/).

Place the custom_components folder in your configuration directory (`pi@raspberrypi:~/.homeassistant $ mv ~/Github/pan-tilt-hat-HASS/custom_components .`) or add its contents to an existing custom_components folder. Add to your `configuration.yaml`:

```yaml
pan_tilt_phat:
```

The adds the services:
* `pan_tilt_phat.home` called with no data to return to home (0, 0)
* `pan_tilt_phat.pan` which can be called with e.g. `{"Pan":20}` to pan to 20 degrees
* `pan_tilt_phat.tilt` which can be called with e.g. `{"Tilt":30}` to tilt to 30 degrees

## Python scripts & automation
This repo also includes python scripts and automations to add slider control as shown in the image below. Moving the sliders triggers an automation which calls the python script to move the pan-tilt-hat. Copy the required content of the example config files to your own config files.