Search found 7 matches

by Silenus
Wednesday 31 October 2018 6:38
Forum: Other questions and discussions
Topic: Strange Energy Spike in day graph
Replies: 6
Views: 659

Re: Strange Energy Spike in day graph

If you take a look in the table MultiMeter you'll notice that there are duplicate values between 2 and 3AM The graph is set as a 'counter' type and it will calculate the difference between all the datapoints and show that as the value. And because it's very weird to have a value of 17260414 and a ...
by Silenus
Tuesday 30 October 2018 20:31
Forum: Other questions and discussions
Topic: Strange Energy Spike in day graph
Replies: 6
Views: 659

Re: Strange Energy Spike in day graph

Same 'problem' here, definitely looks like a bug.
by Silenus
Friday 06 July 2018 8:10
Forum: Suggestions
Topic: MySQL Support
Replies: 20
Views: 8539

Re: MySQL Support

So, what I want to do is that everything that needs a database can use my redundant MySQL cluster. When I ran domoticz on an OrangePi a few months ago, I had an sd card die and that caused all my data being gone (didn't have a backup at the time). I built this MySQL cluster just so I always have a ...
by Silenus
Thursday 05 July 2018 21:40
Forum: Suggestions
Topic: MySQL Support
Replies: 20
Views: 8539

MySQL Support

Hey all, I'm not sure if this has been brought up before, searching for just MySQL gave me a lot of results so it's possible I totally missed it. Is there ever been talked about adding MySQL support? I'm running a 3-node MariaDB with Galera cluster at home for all my database related servers/vm's ...
by Silenus
Monday 05 December 2016 18:31
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: MyDomoticz - Testers wanted!
Replies: 627
Views: 133738

Re: Testers wanted!

I can login to https://my.domoticz.com/mydomoticz/dashboard but there's no instance detected. In the Domoticz error log I see "Error: PROXY: StartThread(): Exception: resolve: Host not found (authoritative)" which I'm assuming is the proxy to MyDomoticz. I'm not sure which hostname is used for ...
by Silenus
Tuesday 15 November 2016 20:30
Forum: Utility
Topic: Custom Graph for Utility
Replies: 6
Views: 7502

Re: Custom Graph for Utility

In your case Silenus, you could update the dummy sensor with a value of say 17 when off, and 22 when on. Good point, I created a small LUA script which updates the value of the dummy sensor to the Nest Setpoint value. Still, it would be useful to combine any other data in the same graph. I've seen ...
by Silenus
Tuesday 15 November 2016 15:41
Forum: Utility
Topic: Custom Graph for Utility
Replies: 6
Views: 7502

Re: Custom Graph for Utility

This still doesn't seem available in v3.5877. I even think it's useful to combine graphs of everything you have data for. For example: I want to make a combined graph of the Switch "Nest HeatingOn" and Temperature "Nest". Combining those 2 will give me a graph where I can see the temperature change ...