aeotec_minimote
Differences
This shows you the differences between two versions of the page.
| Previous revision | |||
| — | aeotec_minimote [2020/07/07 20:48] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{file: | ||
| + | |||
| + | The Aeotec Minimote is a [[z-wave]] remote. | ||
| + | |||
| + | |||
| + | ====== Use with Home Assistant ====== | ||
| + | |||
| + | |||
| + | |||
| + | ===== Including in the Z-Wave Network ===== | ||
| + | |||
| + | |||
| + | This part is tricky, you might have to retry this a couple of times. | ||
| + | |||
| + | * Click the "Add Node Secure" | ||
| + | * Press the Minimote button labeled Learn or Join – The blue LED will blink slowly. | ||
| + | * The blue and red LEDs will blink quickly to indicate detection of the other Z-Wave controller | ||
| + | * The blue LED will stay solid for 2 seconds to indicate success; the red LED will stay solid for 2 seconds to indicate failure. | ||
| + | |||
| + | Check Home Assistant or the OZW logs to see if the inclusion was successful. | ||
| + | |||
| + | |||
| + | ===== Scene Mode ===== | ||
| + | |||
| + | |||
| + | Once included into your network, you must set configuration parameter 250 (Mode) to " | ||
| + | |||
| + | Once set up, the following scenes will be activated by button presses: | ||
| + | |||
| + | ^ Button^ Quick Press^ Long Press | | ||
| + | | 1| 1| 2 | | ||
| + | | 2| 3| 4 | | ||
| + | | 3| 5| 6 | | ||
| + | | 4| 7| 8 | | ||
| + | |||
| + | |||
| + | If you have a remote that uses squares instead of numbers, the buttons are numbered like so: | ||
| + | |||
| + | < | ||
| + | LEDs --> | oo | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ________ | | ||
| + | | ||
| + | | Inc Rem | | ||
| + | | ||
| + | | Ass Lrn | | ||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | Inc - Include | ||
| + | Ass - Associate | ||
| + | </ | ||
| + | |||
| + | ===== Example Configuration ===== | ||
| + | |||
| + | |||
| + | The following is example configuration from irl using the Aeotec Minimote: | ||
| + | |||
| + | < | ||
| + | ################################## | ||
| + | ### Minimote | ||
| + | ################################## | ||
| + | - alias: " | ||
| + | trigger: | ||
| + | platform: event | ||
| + | event_type: zwave.scene_activated | ||
| + | event_data: | ||
| + | entity_id: zwave.bedroom_minimote | ||
| + | scene_id: 1 | ||
| + | action: | ||
| + | - service: light.toggle | ||
| + | entity_id: light.bedroom_ceiling_light | ||
| + | - alias: " | ||
| + | trigger: | ||
| + | platform: event | ||
| + | event_type: zwave.scene_activated | ||
| + | event_data: | ||
| + | entity_id: zwave.bedroom_minimote | ||
| + | scene_id: 2 | ||
| + | action: | ||
| + | - service: light.toggle | ||
| + | entity_id: light.bedroom_lava_lamp | ||
| + | - alias: " | ||
| + | trigger: | ||
| + | platform: event | ||
| + | event_type: zwave.scene_activated | ||
| + | event_data: | ||
| + | entity_id: zwave.bedroom_minimote | ||
| + | scene_id: 5 | ||
| + | action: | ||
| + | - service: media_player.media_play_pause | ||
| + | entity_id: media_player.bedroom_kodi | ||
| + | - alias: " | ||
| + | trigger: | ||
| + | platform: event | ||
| + | event_type: zwave.scene_activated | ||
| + | event_data: | ||
| + | entity_id: zwave.bedroom_minimote | ||
| + | scene_id: 6 | ||
| + | action: | ||
| + | - service: switch.toggle | ||
| + | entity_id: switch.bedroom_tv_power | ||
| + | </ | ||
| + | |||
| + | |||
| + | ====== External Links ====== | ||
| + | |||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | |||
| + | |||
