Rich Turner

Results 135 comments of Rich Turner

Options now implemented are: *Sun Position Trigger - location, position (SUNRISE, SUNSET, TWILIGHT_HORIZON, etc.) and optional offsetMins *Duration - ISO8601 duration (e.g. PT1M) *Cron - A CRON expression to determine...

Quite a bit behind safari: https://gs.statcounter.com/

Haven't tracked down any timescales on an implementation of this on the Firefox timeline so we either need to avoid using this input type or roll our own component (dialog...

Just spoken to @DonWillems about the confusion here; what @Miggets7 says is correct and connecting to existing managers will have limitations due to not having the new API endpoints and...

That path is the old console app config file which is named after the realm and should not exist any longer. See skype chat discussion but to recap: ``` Whole...

This is the weird bit of code that was added to the manager app for some reason so that it can get the colours from the file. I don't believe...

Maybe some confusion over the term app here; as I mentioned it is some code in the manager web app that makes the request for this resource and it then...

If I'm reading your comment correctly then this behaviour sounds correct as it is an AND condition. Each attribute in the condition will need the `RULES_RESET_IMMEDIATE` configuration item.

Each condition needs some sort of latch otherwise it would continue to fire each time the rule is evaluated. Even with `RULES_RESET_IMMEDIATE` a new value must be received for the...

Need a more generalised approach not just for `RULES_RESET_IMMEDIATE`, i.e. WHEN Light ON and Outside Brightness > 1000lux THEN SEND ALERT `DON'T WASTE ENERGY` If the light goes on then...