Search found 3 matches

by twbon
Monday 08 January 2018 21:53
Forum: Utility
Topic: Meaning of columns in database tables for MultiMeter
Replies: 4
Views: 2984

Re: Meaning of columns in database tables for MultiMeter

The list of dutchnomad fits the charateristics of the data in my database. The order of epierre is not possible in my data.
by twbon
Monday 16 October 2017 10:11
Forum: Other questions and discussions
Topic: PHP query into domoticz.db not working
Replies: 4
Views: 972

Re: PHP query into domoticz.db not working

Egrerius, Thanks for pointing me in that direction. Although access rights were not the issue. After fiddling with them and comparing with rights and ownerships of DB I could access, I found out that I cannot access domoticz.db when domoticz is running. When I stop domoticz, I can access the DB. So ...
by twbon
Sunday 15 October 2017 22:31
Forum: Other questions and discussions
Topic: PHP query into domoticz.db not working
Replies: 4
Views: 972

PHP query into domoticz.db not working

Hi All, I am trying to get data out of the domoticz.db with sqlite3 and php. For some reason I cannot get it to work. what i do in PHP is: $dbname = "/home/name_user/domoticz/domoticz.db"; if($db = new SQLite3($dbname)) { echo("<br>Link met DB succes"); } $res = $db->query("select * from zwavenodes ...