GreenPower GreenPower_On_Off_Switch

ModelGreenPower_On_Off_Switch
VendorGreenPower
DescriptionOn/off switch
Exposesaction, linkquality
PictureGreenPower GreenPower_On_Off_Switch
White-labelPhilips 8718696743133, Niko 91004

Notes #

Green Power #

This is a Zigbee Green Power device which allows it to be very energy efficient. Messages from Green Power devices cannot be “understood” by normal Zigbee devices, therefore they need to be “translated” first. Not all Zigbee devices can do this translation, currently the only devices known to do this are Philips Hue devices. This means that the Green Power device has to be in range of a Philips Hue device in order to use it.

Green Power devices don’t support binding and are not included in network scans.

Pairing Philips Hue Tap #

This device requires your Zigbee network to run on channel 11, 15, 20 or 25. In order to pair it hold the corresponding button for that channel 10 seconds.

Button (dots)Channel
111
215
320
425

Pairing Friends of Hue switches (EnOcean PTM 216Z module based) #

This device has 4 buttons: A0 (left-top), A1 (left-bottom), B0 (right-top), B1 (right-bottom). In case the module is integrated in a single rocker switch, you need to remove the caps to expose all buttons. A button can be pressed by holding the contact of that button and then push the energy bar.

To pair it hold the corresponding button for that channel for 7 seconds or more.

ButtonChannel
A015
A120
B011
B125

Once the device is paired you need to confirm the channel. To do this press A1 and B0 together. Important: don’t press any other buttons between this and the pairing.

In case you want to pair it to a different channel you have to factory reset the device. This can be done by pressing all buttons (A0, A1, B0 and B1) simultaneously for at least 7 seconds.

This device can work on any channel, not only 15, 20, 11 or 25. For this refer to the EnOcean PTM 216Z manual chapter 5.3

Exposes #

Action (enum) #

Triggered action (e.g. a button click). Value can be found in the published state on the action property. It’s not possible to read (/get) or write (/set) this value. The possible values are: identifyrecall_scene_0recall_scene_1recall_scene_2recall_scene_3recall_scene_4recall_scene_5recall_scene_6recall_scene_7store_scene_0store_scene_1store_scene_2store_scene_3store_scene_4store_scene_5store_scene_6store_scene_7offontogglereleasepress_1_of_1release_1_of_1press_1_of_2release_1_of_2press_2_of_2release_2_of_2short_press_1_of_1short_press_1_of_2short_press_2_of_1.

Linkquality (numeric) #

Link quality (signal strength). Value can be found in the published state on the linkquality property. It’s not possible to read (/get) or write (/set) this value. The minimal value is 0 and the maximum value is 255. The unit of this value is lqi.

Manual Home Assistant configuration #

Although Home Assistant integration through MQTT discovery is preferred, manual integration is possible with the following configuration:

sensor:
  - platform: "mqtt"
    state_topic: "zigbee2mqtt/<FRIENDLY_NAME>"
    availability_topic: "zigbee2mqtt/bridge/state"
    value_template: "{{ value_json.action }}"
    icon: "mdi:gesture-double-tap"

sensor:
  - platform: "mqtt"
    state_topic: "zigbee2mqtt/<FRIENDLY_NAME>"
    availability_topic: "zigbee2mqtt/bridge/state"
    value_template: "{{ value_json.linkquality }}"
    unit_of_measurement: "lqi"
    icon: "mdi:signal"
Close Menu