Search found 31 matches

by Don MC
Mon Feb 05, 2018 1:43 pm
Forum: Software
Topic: IntervalTimer - Show time remaining?
Replies: 0
Views: 23537

IntervalTimer - Show time remaining?

Is there any way to make an IntervalTimer show the remaining time when activated? Now it only says "Active" below the icon and on the timer's webpage. I'd really want to know the remaining time. Or if activation of an IntervalTimer sets an end time* rather than counting down minutes, the e...
by Don MC
Wed Mar 23, 2016 6:10 pm
Forum: Software
Topic: How to get temperature from thermometer to web page?
Replies: 4
Views: 7419

Re: How to get temperature from thermometer to web page?

Sadly not yet. I've been busy lately and learning how to do this doesn't fit my schedule. Seems though that the infobar skin doesn't directly support fetching any kind of text from another source. If there would be some kind of weather plugin that sits on the infobar and that we could modify to fetc...
by Don MC
Mon Mar 07, 2016 9:30 pm
Forum: Software
Topic: New value item logger implementation!
Replies: 16
Views: 23768

Re: New value item logger implementation!

I got it working by following the wiki. Moving the old logs from text files on my R-Pi2 took less than 10 mins, resulting in a db of >70MB. I've got around 10 thermometers and 10 hygrometers with accumulated data from around 2 years back (760 days). The graphs load fast now. But I'd like to be able ...
by Don MC
Sun Mar 06, 2016 9:08 pm
Forum: Software
Topic: New value item logger implementation!
Replies: 16
Views: 23768

Re: New value item logger implementation!

Wow, thanks! Now I understand it much better. Will try it out ASAP and will provide feedback as soon as I have it up and running.
by Don MC
Sun Mar 06, 2016 10:42 am
Forum: Software
Topic: New value item logger implementation!
Replies: 16
Views: 23768

Re: New value item logger implementation!

Step by step instructions on how to set this up would be great. My thermometers are set up to log individual text logs (like for my bedroom thermometer: /var/log/nethome/t_bedroom.log). The graphs do load quite slowly and I'd like to speed that up a little bit, but I can't understand the instruction...
by Don MC
Fri Feb 19, 2016 1:41 pm
Forum: Software
Topic: How to get temperature from thermometer to web page?
Replies: 4
Views: 7419

Re: How to get temperature from thermometer to web page?

Thanks. I'm not sure quite yet how the client works. It's all greek to me. It's an Enigma2 box, with Python on top of a Linux core. The GUI is configured by XML files. An example for displaying the time on the info bar would be: <widget source="global.CurrentTime" render="Label" ...
by Don MC
Thu Feb 18, 2016 8:24 am
Forum: Software
Topic: How to get temperature from thermometer to web page?
Replies: 4
Views: 7419

How to get temperature from thermometer to web page?

I'm trying to make my set-top box display temperature on the TV screen. It's just a matter of telling the box to get a value from NetHome and then displaying it. But I don't know how to get it from NetHome. I can type this into my web browser: http://rasp.berry.ip.address:8020/rest/items/64 and get ...
by Don MC
Wed Jan 06, 2016 12:52 am
Forum: Software
Topic: Feature request: GUI to set multiple timers at once, depending on variables
Replies: 16
Views: 19522

Re: Feature request: GUI to set multiple timers at once, depending on variables

Excellent! Thank you. Will study it.

One more thing: The ValueTrigger could use another function: Action while between Min and Max.
That could be left empty (= no action) if so wished, but could also be used to trigger events.
by Don MC
Sun Dec 06, 2015 1:23 pm
Forum: Software
Topic: Feature request: GUI to set multiple timers at once, depending on variables
Replies: 16
Views: 19522

Re: Feature request: GUI to set multiple timers at once, depending on variables

Those are all great ideas. I support all of them. One question: 4) Do you mean the variables can be used as either Time Of Day and/or Time Interval? If you set Variable A=08:00 and variable B=00:15, then that B could mean either "fifteen minutes past midnight" or just "fifteen minutes...
by Don MC
Mon Nov 23, 2015 12:02 pm
Forum: Software
Topic: Feature request: GUI to set multiple timers at once, depending on variables
Replies: 16
Views: 19522

Re: Feature request: GUI to set multiple timers at once, depending on variables

I'm not nearly using the system to it's max :) There's still a lot more potential. That "NG timer" would be great. Also, an "NG ValueTrigger" would be great as well. The current trigger only has two values (min and max) and I'm forced to use multiple ValueTrigger items for that c...