Aeotec Multisensor 6 temperature threshold

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
alan
Posts: 6
Joined: 28 Apr 2016 14:49

Aeotec Multisensor 6 temperature threshold

Post by alan »

Hi,
was someone successful in setting the temperature threshold fir the Aeotec 5 Multisensor?

Image

I also tried setting it through the Json API but without luck:

Code: Select all

ZWave.zway/Run/devices[1].instances[0].commandClasses[112].Set(41,123,2)
Notes on the numbers:
  • 1 is the node id of my Multisensor
    112 is the command class number for configuration
    42 is the index number for the temperature setpoint
    123 is the dummy value I'm trying to set
    2 is the data size
The parameters for the Set() acquired from https://s3.amazonaws.com/cdn.freshdesk. ... tion%2Fpdf
Post Reply