Good evening all. I have made the topic Daikin wifi controller options. I came a long way with @mwittig . Thanks for the great support. But in the end i can’t seem to find the solution for the log watcher who doesnt update info on pimatic.
I try to explain it as plain as possible and every step i make. Hope my explanation and my crappy english is ok
I log in with putty. The go to /home/pi
There i sudo nano test.log
In this logfile i add 1 line: temp=24
Then i cntrl X the file and save it.
Now i have the logfile.
Then i make a log-watcher device. This is the device:
Then i add it to my home page and 24 appears in the pimatic frontend.
Then i sudo nano the test.log again and change the line to:
temp=26
Then save with cntrl X and then go back to pimatic frontend.
The number isnt getting updated only when i go to the device. then click save and voilá, its updated.
Anyone have an idea?