I'm doing my first steps with eibd and linknx. Both have compiled and are running. I can write group addresses with "groupswrite" and in /var/log/linknx.log I see "New value on for object test_on_off (type: 1.001)".
But I don't see where the state of this object is saved. I would guess under /var/lib/linknx/persist directory. But although this directory is r/w for everybody, the directory remains empty.
In linknx.xml I've written
What am I missing?
Tx - Ivan
But I don't see where the state of this object is saved. I would guess under /var/lib/linknx/persist directory. But although this directory is r/w for everybody, the directory remains empty.
In linknx.xml I've written
Code:
<persistence type="file" path="/var/lib/linknx/persist"/> <object type="1.001" id="test_on_off" gad="0/1/6" init="request"><listener gad="2/1/6"/>HomeLivingFireplace</object>
Tx - Ivan
Kommentar