I have an object, which relies on Linknx logic, e.g. {{{daylight}}}, which is set by a Linknx logic specified elsewhere. This object is configured with
{{{
<object gad="1/0/0" id="daylight">Tageslicht</object>
}}}
A read on the bus shows no reply.
Thank you for your help,
Erik
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have an object, which relies on Linknx logic, e.g. {{{daylight}}}, which is set by a Linknx logic specified elsewhere. This object is configured with
{{{
<object gad="1/0/0" id="daylight">Tageslicht</object>
}}}
A read on the bus shows no reply.
Thank you for your help,
Erik
Hi,
If you want to be able to read the object's value from the bus, you need to set the read flag for that object. In linknx, you can do it like this:
<object gad="1/0/0" id="daylight" flags="crwtu">Tageslicht</object>
(If the "flags" parameter is omitted, the default value is "cwtu")
The details of flags settings are described in the wiki:
http://linknx.wiki.sourceforge.net/Object+Definition+Syntax
Regards,
Jean-François
Hi Jean-François,
thank you for your hint. That exactly does what I was looking for.
Regards,
Erik