Closed GoogleCodeExporter closed 9 years ago
I am not running windows, but looking at your OZW_Log.txt, you don't seem to be
calling "SetNodeOn", but "SwitchAllOn". The Switchall is unreliable, because
your device needs to support it too (most likely your doesn't?).
Original comment by uAle...@gmail.com
on 25 Jan 2015 at 8:46
Are you using the ValueIDs to On/Off the device now? If no reply, i will close
this one in a few days.
Original comment by uAle...@gmail.com
on 15 Feb 2015 at 7:00
Hi I was using setnodeon and set node off earlier versions but with this
version although I am using the same format but dimmer neither turn on or off
can you send me an example main cpp file.
Regards
Original comment by uciba...@gmail.com
on 19 Feb 2015 at 11:53
I think this is an actual bug, theoretically set node on/off should set a value
id from its minimum to maximum, and the value id should set everything
in-between. I think now that there are two people reporting the same problem
that a bug in the code has been verified. My question to the developers is does
switchallon/switchalloff call the same procedures as setnodeon/setnodeoff...
i'm guessing not.
I'm happy to provide any information I can, just let me know what and how.
Original comment by t3rr0rby...@hobbyware.org
on 21 Feb 2015 at 8:06
Also I have been busy with many things on the go, but I will test out the
valueid's tomorrow and get back to you. Sorry for the delayed response and
testing.
Original comment by t3rr0rby...@hobbyware.org
on 21 Feb 2015 at 8:10
This is not a bug. The SetNode[level/on/off] functions are dependent upon the
device correctly supporting the basic class, but as pointed out many times
already, it's unreliable and very inflexible. You should be using ValueIDs and
the SetValue* functions instead as these are the standard way to control a
device.
In future versions, I will probably depreciate the setnode* calls as they cause
to much confusion.
Original comment by jus...@dynam.ac
on 21 Feb 2015 at 7:17
Original issue reported on code.google.com by
T3rr0rBy...@gmail.com
on 25 Jan 2015 at 8:24Attachments: