Neo coolcam powerplug

At the moment, only the settings of a V1 Coolcam plug can be changed via the advanced settings in the mobile Homey app. For a new V2 plug this won’t work because the parameter numbering is incorrect.

(I understood the app developer, Marco Ruiter, is currently working on this and it will be possible to change settings for all plugs again in a coming update of the Coolcam app.)

For now, if you want to change a setting of the new V2 plug, you will have to do this manually. You need the values as listed in the table blow. There are 2 ways to do this:

  1. Via the option “Raw configuration parameters” in the advanced device settings in the mobile Homey app. Insert the values In the “Value” field in the format ‘parameter id, size, value’, for instance “3,1,1”. Then press back (left upper corner) and then save the settings (right upper corner).
    The parameter setting should have changed now.

  2. Via the developer page, Z-wave section (https://developer.athom.com/tools/zwave). Scroll down to the Tools section. There is a field in front of the “Send RAW data” button where you can insert the values.
    In this case you also need the Z-wave id of the device you want to change. This id can be found in the node overview on top of the developer Z-wave page. It is the colored number before the device name.
    Fill in the values in the format ‘device id, parameter id, size, value’, for instance “44,3,1,1” and press the “Send Raw Data” button.

Table 1: parameters and values:

Param ID V1 Param ID V2 Description Size Values Units Default value Remark
1 6 Plug meter reporting on/off 1 0 (disable) or 1 (enable) - 1 Enable or disable the reporting function
2 7 Plug meter reporting interval V1: 2 1–65535 Seconds 300 Time in seconds between every report to the host
V2: 2 30–32767 Seconds 300
3 8 Maximum current output 1 1–16 Amp 16 Maximum current the plug will supply. V1 will stay on and turn yellow, V2 will cut-off
4 10 Maximum current alarm threshold 1 1–15 Amp 15 Value must be less that the maximum output value! LED will turn yellow and alarm sent
5 3 Led Display Enable 1 0 (disable) or 1 (enable) - Enable or disable the LED indicator
6 9 Plug meter report on current change V1: 1 1–100 % 5 Percentage of current change that will trigger report
V2: 2 1–1600 Amp 50 Amount of current change that will trigger report where 1 = 0.01A, 1600 = 16A
7 1 Remember Relay ON/OFF status 1 0 (No) or 1 (Yes) - 1 Enable or disable the previous state after power loss
8 4 Configure Plug Time switch Function 1 0 (disable) or 1 (enable) - 0 Enable or disable the switching timer function
9 5 Configure Time switch Period 2 0–32767 Seconds 120 Specify the switching timer value
10 2 Button On/Off Enable 1 0 (disable) or 1 (enable) - 1 Enable or disable the manual switch button
1 Like