more G-Labs products

Author Topic: Aeotec multisensor (model: DSB05-ZWEU) problem  (Read 11830 times)

December 04, 2014, 08:00:41 AM
Reply #30

NicoVermeir

  • ****
  • Information
  • Sr. Member
  • Posts: 122
    • My blog

December 04, 2014, 03:05:39 PM
Reply #31

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
Pheraps the pepper definition file for this sensor is wrong.
Have you trie setting parameter 2 instead of 1 by manually calling hg api?

g.

December 04, 2014, 03:18:56 PM
Reply #32

Gene

  • *****
  • Information
  • Administrator
  • Posts: 1472
  • Tangible is the future!
    • Yet Another Programmer
See this post:

http://forums.indigodomo.com/viewtopic.php?t=9630#p64212

in the "Config Values" there's no such parameter 1, these are all available ones:

Code: [Select]
2
3
4
5
101
102
103
111
112
113

g.

December 04, 2014, 04:43:16 PM
Reply #33

nolio

  • *****
  • Information
  • Global Moderator
  • Posts: 544
Hi,
Ok, so i think the good parameter to config the report (luminance, temperature, ....) is the 101 to 103.
But in pepperonedb and so HG (http://www.pepper1.net/zwavedb/device/121), this variable 1 appear as available. So that can be confusing ...

Thanks Gene. Bye.

December 04, 2014, 05:53:20 PM
Reply #34

NicoVermeir

  • ****
  • Information
  • Sr. Member
  • Posts: 122
    • My blog
I'm still not getting the results I expect

I tried /api/HomeAutomation.ZWave/6/Config.ParameterSet/2/0/1417628908607?_=1417628390946
but that didn't change the value on the module

also tried setting 101, 102, 103 but still only showing "Level 1"
am I missing something?

December 04, 2014, 06:25:18 PM
Reply #35

nolio

  • *****
  • Information
  • Global Moderator
  • Posts: 544
Did you have something like this ?

December 04, 2014, 06:55:53 PM
Reply #36

NicoVermeir

  • ****
  • Information
  • Sr. Member
  • Posts: 122
    • My blog

December 04, 2014, 07:04:20 PM
Reply #37

nolio

  • *****
  • Information
  • Global Moderator
  • Posts: 544
And did you set group id 1 to node id 1 ?

December 04, 2014, 07:14:30 PM
Reply #38

NicoVermeir

  • ****
  • Information
  • Sr. Member
  • Posts: 122
    • My blog

December 04, 2014, 07:45:53 PM
Reply #39

NicoVermeir

  • ****
  • Information
  • Sr. Member
  • Posts: 122
    • My blog
no matter what value I try to set to 101, 102 or 103 they always return 1

December 04, 2014, 08:24:55 PM
Reply #40

nolio

  • *****
  • Information
  • Global Moderator
  • Posts: 544

December 04, 2014, 08:31:02 PM
Reply #41

NicoVermeir

  • ****
  • Information
  • Sr. Member
  • Posts: 122
    • My blog
just found this thread that explained me the binary conversions http://forum.fibaro.com/viewtopic.php?t=3023

works fine now!

thanks for all the help :)

December 04, 2014, 09:37:55 PM
Reply #42

faramir

  • *
  • Information
  • Newbie
  • Posts: 2
Thanks NicoVermeir!  That link fixed my problem as well.