Search found 34 matches

by bobkersten
Thursday 28 September 2017 18:24
Forum: Other questions and discussions
Topic: multiple temperature sensors in one graph
Replies: 20
Views: 9704

Re: multiple temperature sensors in one graph

What's the status of this graph optoin? I'm looking for exactly this! Honestly, I've stopped putting energy into this custom charts effort due to the way the core of Domoticz works. Instead, I've started writing my own controller software, initially only supporting the hardware I own. I've reduced ...
by bobkersten
Thursday 09 February 2017 9:37
Forum: Show your projects
Topic: Intelligent Multi-Zone Heating Script
Replies: 16
Views: 10008

Re: Intelligent Multi-Zone Heating Script

Whatever suits your needs, but I would say, yes :)
by bobkersten
Thursday 09 February 2017 9:02
Forum: Show your projects
Topic: Intelligent Multi-Zone Heating Script
Replies: 16
Views: 10008

Re: Intelligent Multi-Zone Heating Script

My first guess is that you didn't create a commandArray in your script. You can see this being done in the script_device_shared.lua script in my github repository, at the first line. This is necessary for the addCommand function to work properly. Can you verify that adding this line somewhere to the ...
by bobkersten
Sunday 06 November 2016 17:27
Forum: Show your projects
Topic: Intelligent Multi-Zone Heating Script
Replies: 16
Views: 10008

Re: Intelligent Multi-Zone Heating Script

Place it anywhere you can include it, or copy and paste it's content into the time_verwarming script.
by bobkersten
Sunday 06 November 2016 15:32
Forum: Other questions and discussions
Topic: multiple temperature sensors in one graph
Replies: 20
Views: 9704

Re: multiple temperature sensors in one graph

The easiest way to run a separate development version of Domoticz is by using the "Domoticz Remote Server" hardware. Your main server that is running your house will keep on running and doesn't need to be interrupted by restarts while your second Domoticz just fetches data from this main server ...
by bobkersten
Sunday 06 November 2016 15:21
Forum: Show your projects
Topic: Intelligent Multi-Zone Heating Script
Replies: 16
Views: 10008

Re: Intelligent Multi-Zone Heating Script

The oDatetime object is created and populated in the variables-script in the inc folder. It has nothing to do with the missing database file. You can create an empty database file using the structures from the script, that should work. You will also need to have sqlite3 installed for the script to ...
by bobkersten
Saturday 05 November 2016 19:37
Forum: Other questions and discussions
Topic: multiple temperature sensors in one graph
Replies: 20
Views: 9704

Re: multiple temperature sensors in one graph

As I've mentioned before, it's far from ready yet :) but I've put my progress in a branch in my own fork of domoticz. It can be found here: https://github.com/bobkersten/domoticz.git And the branch is not surprisingly called "custom_charts". As of now only temperature, setpoint and a few electrical ...
by bobkersten
Wednesday 02 November 2016 19:30
Forum: Other questions and discussions
Topic: Edit button on switches not working
Replies: 7
Views: 2036

Re: Edit button on switches not working

I think those switches are somehow corrupted. Can you try recreating one of those buttons again and see if that solves the issue? I'd like to see a screenshot of one of those switch widgets. When I create a selector switch directly by "Create Virtual Sensor" and select Selector from the list I get a ...
by bobkersten
Wednesday 02 November 2016 19:01
Forum: Other questions and discussions
Topic: Edit button on switches not working
Replies: 7
Views: 2036

Re: Edit button on switches not working

What kind of switches are they? Selector switches? For dummy devices or some other kind of device?

And could you try a different browser, like chrome? I can't seem to reproduce the error you're describing.
by bobkersten
Tuesday 01 November 2016 6:49
Forum: Other questions and discussions
Topic: multiple temperature sensors in one graph
Replies: 20
Views: 9704

Re: multiple temperature sensors in one graph

mischa wrote:How do you get the chart menu option?
It's something I've been working on myself, but like I said, it isn't ready yet.
by bobkersten
Monday 31 October 2016 23:07
Forum: Other questions and discussions
Topic: multiple temperature sensors in one graph
Replies: 20
Views: 9704

Re: multiple temperature sensors in one graph

And as the original poster requested; something like this.
by bobkersten
Monday 31 October 2016 22:59
Forum: Other questions and discussions
Topic: multiple temperature sensors in one graph
Replies: 20
Views: 9704

Re: multiple temperature sensors in one graph

Something like that, only from within Domoticz :) Like this.
by bobkersten
Monday 31 October 2016 22:36
Forum: Other questions and discussions
Topic: multiple temperature sensors in one graph
Replies: 20
Views: 9704

Re: multiple temperature sensors in one graph

This is something that's on a lot of people's wishlist for quite some time now, including mine. Not only to be able to combine temperature sensors into one chart, but also utility, switch and other devices. For instance, combine thermostat setpoints with actual room temperatures and cv control ...
by bobkersten
Sunday 30 October 2016 11:37
Forum: 1-wire
Topic: 1-wire 24h graph only has 1 value per hour
Replies: 5
Views: 4292

Re: 1-wire 24h graph only has 1 value per hour

When I add a dummy meter of the same type and subtype, I get bars, also by the hour. That's correct behaviour since this type of device doesn't report actual power usage, only energy consumption. Ofcourse it's not that hard to calculate them, but that's currently not implemented. Still unsure why ...
by bobkersten
Sunday 30 October 2016 8:37
Forum: Other questions and discussions
Topic: Week graphs ?
Replies: 9
Views: 3437

Re: Week graphs ?

Hehe, yeah that's true, but the week graphs on the utility tab are a bit more detailed :) I think it's possible to add week graphs for other sensors too, the data should be there right? I'll take a look when I get the chance.
by bobkersten
Sunday 30 October 2016 7:43
Forum: LUA
Topic: [LUA - PIR and DIMMER] How to override the "SET... FOR... " command
Replies: 4
Views: 3580

Re: [LUA - PIR and DIMMER] How to override the "SET... FOR... " command

Could you try sending an On command from Lua (so in addition to the manual press)? It should cancel all future events for the same device.
by bobkersten
Wednesday 26 October 2016 16:25
Forum: 1-wire
Topic: 1-wire 24h graph only has 1 value per hour
Replies: 5
Views: 4292

Re: 1-wire 24h graph only has 1 value per hour

What are the Type and SubType parameters of this device in the Devices overview screen?
by bobkersten
Wednesday 26 October 2016 16:16
Forum: Other questions and discussions
Topic: Is it possible to know if a switch has been activated with a timing condition?
Replies: 1
Views: 490

Re: Is it possible to know if a switch has been activated with a timing condition?

Currently there is no way to differentiate between a temporary or permanent On/Off action. You can however solve this with uservariables quite easily. Just store a flag when you turn it On for 5 minutes and remove it when it turns Off again. Anywhere between that period, if the device is On and the ...
by bobkersten
Friday 03 June 2016 19:27
Forum: Other questions and discussions
Topic: update with git pull
Replies: 1
Views: 1349

Re: update with git pull

Git is not really on topic here, even if it is used to install Domoticz. On top of that, your question is very easily answered with a simple Google search. One of the top results was this:

http://stackoverflow.com/questions/4157 ... al-changes
by bobkersten
Friday 03 June 2016 11:00
Forum: PiFace
Topic: PiFace on CE1
Replies: 3
Views: 4453

Re: PiFace on CE1

As this is a very specific tweak which requires soldering and tampering with the PiFace board I think the best solution for you is to add support in the config file and not bother "standard" users with additional confusing settings (yes, I changed my mind about option 3 :-)). Since you're already on ...