I have a Switcher that sends me the state every 3 seconds. So if it true I will get true every 3 seconds. The configuration in ETS is correct and in the group monitor it will be displayed every 3 seconds. But If I try to notifiy me on values with:
I always get the first changen on true and if I switch off the switcher the false.
Seems to be that I justs get changes with the command and not every value. Is that a bug or a config error?
I think I should get every notification and not only the value changes.
Thanks for help,
Rookee
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Our analysis is correct "noticifaction" send only the object where the value changed
if you want all the values of all objects it's not the "good" request
the request is : <read><objects/></read>
Anthony.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2011-12-07
Have you already try to add the 's' flag in the object definition ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello!
I have a Switcher that sends me the state every 3 seconds. So if it true I will get true every 3 seconds. The configuration in ETS is correct and in the group monitor it will be displayed every 3 seconds. But If I try to notifiy me on values with:
<admin><notification><registerall/></notification></admin>
I always get the first changen on true and if I switch off the switcher the false.
Seems to be that I justs get changes with the command and not every value. Is that a bug or a config error?
I think I should get every notification and not only the value changes.
Thanks for help,
Rookee
hi,
Our analysis is correct "noticifaction" send only the object where the value changed
if you want all the values of all objects it's not the "good" request
the request is : <read><objects/></read>
Anthony.
Have you already try to add the 's' flag in the object definition ?