Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
upsert committed Nov 15, 2017
1 parent 379273c commit 1cc113e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ReadMe.md
Expand Up @@ -81,6 +81,11 @@ The Integration Report must be updated after any change to device configuration

To update the custom component, copy the latest files into `custom_components` directory and overwrite existing files. If you have no other custom components, you can remove the contents of the directory before copying the files.

## Pico Remote Sensors
All Pico remotes and wall keypads in the system will each get their own `sensor` in Home Assistant.

The sensor's value will change when a button is pressed according to this [button map](button_map.md).

## Troubleshooting

Enable debugging in your main configuration.yaml to see more logging:
Expand Down
23 changes: 23 additions & 0 deletions button_map.md
@@ -0,0 +1,23 @@
## Pico Wireless Control Button to Sensor Value Mapping

For all models, sensor value `0` is idle state with no buttons pressed.

For all models **except** PJ2-4B:

Button | Sensor Value
-------- | ------------
ON | 1
FAVORITE | 2
OFF | 4
RAISE | 8
LOWER | 16


**PJ2-4B** models only:

Button | Sensor Value
-------- | ------------
Button 1 | 1
Button 2 | 2
Button 3 | 4
Button 4 | 8

0 comments on commit 1cc113e

Please sign in to comment.