Feature Requests

Posted on
Thu Apr 26, 2018 2:23 am
durosity offline
User avatar
Posts: 4320
Joined: May 10, 2012
Location: Newcastle Upon Tyne, Ye Ol' England.

Feature Requests

Could you also add in sunrise and sunset times? Then I can ditch a couple more variables for control pages :)

Computer says no.

Posted on
Sun Apr 29, 2018 1:50 am
srkinard offline
Posts: 320
Joined: Apr 10, 2016
Location: Austin, Texas

Re: Feature Requests

Dude...perfect timing on this!

My little 2011 mac mini running Indigo has been using a lot of CPU time lately. I have 8 tablets running various control pages throughout the house and I had put a clock display in the lower corner of each one. The only way I had gotten that to work was a scheduled task to insert timestamp into a variable, then have that variable displayed on the control pages for a clock.

This action definitely had an impact running every minute...using this plugin removed the need to do this and has helped bring the CPU use down alongside some other tweaks.

As far as a feature request, a few more date variations? like
Sun, Apr 29, 2018
Sunday, April 29
etc..

Thanks!
Ross

Posted on
Sun Apr 29, 2018 1:53 am
howartp offline
Posts: 4559
Joined: Jan 09, 2014
Location: West Yorkshire, UK

Re: Feature Requests

I’m going to look into providing each date item separately, then see how best for users to join the states together how they want, such as the examples you gave.


Sent from my iPhone using Tapatalk Pro

Posted on
Sun Apr 29, 2018 1:58 am
howartp offline
Posts: 4559
Joined: Jan 09, 2014
Location: West Yorkshire, UK

Re: Feature Requests

In fact I’ve just thought how to do it.

I’ll provide mechanism for users add custom states using the python date format, which I’ll then refresh for you same as the others, all in one place.

Peter


Sent from my iPhone using Tapatalk Pro

Posted on
Mon Apr 30, 2018 9:37 am
jay (support) offline
Site Admin
User avatar
Posts: 18220
Joined: Mar 19, 2008
Location: Austin, Texas

Re: Feature Requests

srkinard wrote:
This action definitely had an impact running every minute...using this plugin removed the need to do this and has helped bring the CPU use down alongside some other tweaks


Really? An Insert Timestamp into Variable action running once a minute should have had no impact on performance. Once a second, perhaps, but not once a minute.

Jay (Indigo Support)
Twitter | Facebook | LinkedIn

Posted on
Mon Apr 30, 2018 9:39 am
howartp offline
Posts: 4559
Joined: Jan 09, 2014
Location: West Yorkshire, UK

Re: Feature Requests

jay (support) wrote:
srkinard wrote:
This action definitely had an impact running every minute...using this plugin removed the need to do this and has helped bring the CPU use down alongside some other tweaks


Really? An Insert Timestamp into Variable action running once a minute should have had no impact on performance. Once a second, perhaps, but not once a minute.

I did wonder, as presumably my plugin is doing as much in one minute as your action, in fact more as I’m inserting timestamp into several states every minute. (Not date, I only update those daily)


Sent from my iPhone using Tapatalk Pro

Posted on
Mon Apr 30, 2018 3:39 pm
howartp offline
Posts: 4559
Joined: Jan 09, 2014
Location: West Yorkshire, UK

Re: Feature Requests

See announcement thread for update 1.0.4.

Posted on
Tue May 01, 2018 1:13 am
srkinard offline
Posts: 320
Joined: Apr 10, 2016
Location: Austin, Texas

Re: Feature Requests

howartp wrote:
jay (support) wrote:
srkinard wrote:
This action definitely had an impact running every minute...using this plugin removed the need to do this and has helped bring the CPU use down alongside some other tweaks


Really? An Insert Timestamp into Variable action running once a minute should have had no impact on performance. Once a second, perhaps, but not once a minute.

I did wonder, as presumably my plugin is doing as much in one minute as your action, in fact more as I’m inserting timestamp into several states every minute. (Not date, I only update those daily)


Sent from my iPhone using Tapatalk Pro


Well...seems the server still gets taxed...it takes time for things to ramp up after a restart. I think I'm going to just migrate it to the main 2010 Mac Pro again. Even with all the items running on that box, the CPUs are barely running a 7-10% average over time with occasional spikes to 30% or so when multiple people stream from Plex.

I'm gonna upgrade the 6c/12t Mac Pro CPUs from 2.4GHz E5645s in there now to a pair of X5690s running 3.46GHz soon...so the spikes should be shorter. As much as I'd like to justify buying a new 5K iMac, I don't actually need it...it's nothing more than an "I want" scenario.. Probably gonna upgrade the Mac Pro with a PCIe card + NVMe 1TB SSD to I can get much faster response from all services on it.

DIdn't mean to derail the Feature Request thread with tech weirdness...

Thanks again for the plugin Peter!

Posted on
Sun Jun 10, 2018 2:20 pm
howartp offline
Posts: 4559
Joined: Jan 09, 2014
Location: West Yorkshire, UK

Re: Feature Requests

durosity wrote:
Could you also add in sunrise and sunset times? Then I can ditch a couple more variables for control pages :)

Done.

See 1.0.5

Posted on
Sun Jun 10, 2018 5:18 pm
durosity offline
User avatar
Posts: 4320
Joined: May 10, 2012
Location: Newcastle Upon Tyne, Ye Ol' England.

Re: Feature Requests

Cool! Thanks!


Sent from my iPhone using Tapatalk

Computer says no.

Posted on
Sat Jun 23, 2018 1:59 pm
ckeyes888 offline
Posts: 2425
Joined: Nov 26, 2009
Location: Kalispell, MT

Re: Feature Requests

Nit picky I’m sure but how about a space between the time and am pm?
10:00am would display 10:00 am.

Thanks,

Carl

Posted on
Sun Jun 24, 2018 8:06 am
howartp offline
Posts: 4559
Joined: Jan 09, 2014
Location: West Yorkshire, UK

Re: Feature Requests

ckeyes888 wrote:
How about a space between the time and am pm?

You can do this with the five custom formats.

Code: Select all
%I:%M %p 09:00 am
%-I:%M %p 9:00 am

Posted on
Sun Jun 24, 2018 2:35 pm
ckeyes888 offline
Posts: 2425
Joined: Nov 26, 2009
Location: Kalispell, MT

Re: Feature Requests

Sorry but I'm not sure how to implement this.

I copy and pasted this: %-I:%M %p into Custom 1
and set a trigger to fire on any change to Custom 1 to set my time variable but it doesn't work.

Must have missed something?

Thanks,

Carl

Posted on
Sun Jun 24, 2018 2:42 pm
ckeyes888 offline
Posts: 2425
Joined: Nov 26, 2009
Location: Kalispell, MT

Re: Feature Requests

Getting closer. I set the trigger to fire on a change to local time and that works but the am pm is now in upper case.
Can it be in lower case?

Thanks,

Carl

Posted on
Sun Jun 24, 2018 2:42 pm
howartp offline
Posts: 4559
Joined: Jan 09, 2014
Location: West Yorkshire, UK

Re: Feature Requests

If you just display the state Custom1 on a control page (or look in the UI states), it should show correctly?

I’m not at pc at moment to get screenshots.


Sent from my iPhone using Tapatalk Pro

Who is online

Users browsing this forum: No registered users and 1 guest