User Tools

Site Tools


nod_on_soft_remote

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
nod_on_soft_remote [2018/05/06 09:10] – Created page with "[[Image:nodon-soft-remote.jpg|thumb|200px|A NodOn Soft Remote in Wasabi]] The '''NodOn Soft Remote''' is a fun 4-button remote with splashproof cover, funky colours and a mag..." irlnod_on_soft_remote [2018/05/06 09:17] irl
Line 29: Line 29:
 </code> </code>
 This means a single press of the + button will activate scene 20. A long press of the ○ button will activate scene 32, followed by scene 31 when the button is released. This means a single press of the + button will activate scene 20. A long press of the ○ button will activate scene 32, followed by scene 31 when the button is released.
 +
 +
 +===== Example Configuration =====
 +
 +
 +The following is example configuration from irl to control the lounge television and Kodi using a Wasabi coloured remote (the colour is not really important).
 +
 +<code>##################################
 +### Lounge Wasabi Remote       ###
 +##################################
 +- alias: "Lounge Wasabi Remote Turn On TV"
 +  trigger:
 +    platform: event
 +    event_type: zwave.scene_activated
 +    event_data:
 +      entity_id: zwave.lounge_wasabi_remote
 +      scene_id: 10
 +  action:
 +    - service: switch.turn_on
 +      entity_id: switch.lounge_tv_power
 +- alias: "Lounge Wasabi Remote Turn Off TV"
 +  trigger:
 +    platform: event
 +    event_type: zwave.scene_activated
 +    event_data:
 +      entity_id: zwave.lounge_wasabi_remote
 +      scene_id: 32
 +  action:
 +    - service: switch.turn_off
 +      entity_id: switch.lounge_tv_power
 +- alias: "Lounge Wasabi Remote Pause Media"
 +  trigger:
 +    platform: event
 +    event_type: zwave.scene_activated
 +    event_data:
 +      entity_id: zwave.lounge_wasabi_remote
 +      scene_id: 30
 +  action:
 +    - service: media_player.media_play_pause
 +      entity_id: media_player.lounge_kodi
 +- alias: "Lounge Wasabi Remote Play Groove Salad"
 +  trigger:
 +    platform: event
 +    event_type: zwave.scene_activated
 +    event_data:
 +      entity_id: zwave.lounge_wasabi_remote
 +      scene_id: 12
 +  action:
 +    - service: media_player.play_media
 +      data:
 +        entity_id: media_player.lounge_kodi
 +        media_content_id: "plugin://plugin.audio.somafm/groovesalad"
 +        media_content_type: "MUSIC"
 +    - service: switch.turn_on
 +      entity_id: switch.lounge_tv_power
 +- alias: "Lounge Wasabi Remote Volume Down"
 +  trigger:
 +    platform: event
 +    event_type: zwave.scene_activated
 +    event_data:
 +      entity_id: zwave.lounge_wasabi_remote
 +      scene_id: 40
 +  action:
 +    - service: media_player.volume_down
 +      entity_id: media_player.lounge_kodi
 +- alias: "Lounge Wasabi Remote Volume Up"
 +  trigger:
 +    platform: event
 +    event_type: zwave.scene_activated
 +    event_data:
 +      entity_id: zwave.lounge_wasabi_remote
 +      scene_id: 20
 +  action:
 +    - service: media_player.volume_up
 +      entity_id: media_player.lounge_kodi</code>
  
  
Line 38: Line 113:
   *  [[https://nodon.fr/wp-content/uploads/2017/11/NodOn_TheSoftRemote_ZWave_UserGuide_EN.pdf|User Guide]]   *  [[https://nodon.fr/wp-content/uploads/2017/11/NodOn_TheSoftRemote_ZWave_UserGuide_EN.pdf|User Guide]]
   *  [[https://www.amazon.co.uk/NodOn-CRC-3-6-04-Z-Wave-Soft-Remote/dp/B013GM3OS8|Buy it on Amazon]]   *  [[https://www.amazon.co.uk/NodOn-CRC-3-6-04-Z-Wave-Soft-Remote/dp/B013GM3OS8|Buy it on Amazon]]
 +
 +
 +
  
nod_on_soft_remote.txt · Last modified: 2020/07/07 20:48 by 127.0.0.1