Search found 14 matches

by gmccarthy
Thursday 24 November 2016 11:08
Forum: dzVents
Topic: check dead devices script error [Solved]
Replies: 1
Views: 1406

Re: check dead devices script error [Solved]

Fixed it by changing code to:

Code: Select all

local message = ''
by gmccarthy
Tuesday 22 November 2016 21:17
Forum: Suggestions
Topic: Change icon/color when sensor has not updated
Replies: 13
Views: 3045

Re: Change icon/color when sensor has not updated

gizmocuz wrote:it does here... maybe not for all sensor types (like from dummies), what type of hardware/sensor are they ?

Trying to use a dummy sensor (virtual switch)
by gmccarthy
Tuesday 22 November 2016 21:09
Forum: Suggestions
Topic: Change icon/color when sensor has not updated
Replies: 13
Views: 3045

Re: Change icon/color when sensor has not updated

Like i mentioned earlier, some get a red titled widget when they are last seen more then 1 hour ago, some aren't. Does anyone know what code to change to get the sensor label to turn red on utility sensors. Its working fine on temp sensors - turns red after not reporting for a while, but not for ...
by gmccarthy
Monday 14 November 2016 19:03
Forum: dzVents
Topic: check dead devices script error [Solved]
Replies: 1
Views: 1406

check dead devices script error [Solved]

I'm trying to get the check dead devices.lua example script working and running into issues. Getting this error: 2016-11-14 18:00:00.686 LUA: ===================================================== 2016-11-14 18:00:00.687 LUA: >>> Handler: check-dead-devices 2016-11-14 18:00:00.687 LUA ...
by gmccarthy
Saturday 05 November 2016 9:54
Forum: Suggestions
Topic: Change icon/color when sensor has not updated
Replies: 13
Views: 3045

Re: Change icon/color when sensor has not updated

Thanks for the info.

Would be nice to get dummy devices added in then as a feature.
by gmccarthy
Friday 04 November 2016 18:11
Forum: Suggestions
Topic: Change icon/color when sensor has not updated
Replies: 13
Views: 3045

Re: Change icon/color when sensor has not updated

Sensor type: Dummy (Does nothing, use for virtual switches only)
Subtype: Alert
by gmccarthy
Friday 04 November 2016 10:09
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 406881

Re: NEW frontpage.html - request comments

Thanks - that did the trick! I wasn't using the G3rard version.
by gmccarthy
Friday 04 November 2016 9:53
Forum: Suggestions
Topic: Change icon/color when sensor has not updated
Replies: 13
Views: 3045

Re: Change icon/color when sensor has not updated

I've set the theme back to default but still don't see any titles changing to red? (Tried FF/Chrome on Win10)
Domoticz is running on my R-Pi (v5859)
by gmccarthy
Friday 04 November 2016 8:17
Forum: Design, usability and languages
Topic: NEW frontpage.html - request comments
Replies: 1301
Views: 406881

Re: NEW frontpage.html - request comments

Trying to customize this for an alarm page I want to setup. For temperatures its working well but I want to display Alert status. Any idea how to do this? I've changed the index and the type in the config but its displaying as ??'s { "AddjMulti" : 1.0, "AddjMulti2" : 1.0, "AddjValue" : 0.0 ...
by gmccarthy
Friday 04 November 2016 8:14
Forum: Suggestions
Topic: Change icon/color when sensor has not updated
Replies: 13
Views: 3045

Re: Change icon/color when sensor has not updated

The screenshot I pasted was from dummy sensor I setup in March (When it last communicated). The title is not red. :(
by gmccarthy
Thursday 03 November 2016 23:33
Forum: Suggestions
Topic: Change icon/color when sensor has not updated
Replies: 13
Views: 3045

Change icon/color when sensor has not updated

Not sure if the following is possible, if not would be a useful feature. When a sensor has not updated in x hours/days (Due to broken comms etc) then change the icon or colour so we can easily spot broken sensors. Capture.JPG The PIR sends updated every 5 mins so anything longer than 10 mins is ...
by gmccarthy
Sunday 31 January 2016 9:51
Forum: Suggestions
Topic: [513] Google Nest Protect (Smoke + CO sensor) support
Replies: 45
Views: 13651

Re: [513] Google Nest Protect (Smoke + CO sensor) support

Just bought a Nest Protect and added it to Domoticz. Its appearing as a single switch - is this correct?

Just wondering if its possible to monitor battery/smoke/co/test status?
by gmccarthy
Saturday 31 October 2015 11:16
Forum: Suggestions
Topic: Last seen notification
Replies: 19
Views: 8484

Re: Last seen notification

Its not to reboot anything - its more of a info notification that I need to investigate a sensor that has not reported in for a while. Found this: https://www.domoticz.com/forum/viewtopic.php?f=31&t=5498 There is already logic inside domoticz, but the function is not completed. function ...
by gmccarthy
Friday 30 October 2015 17:11
Forum: Suggestions
Topic: Last seen notification
Replies: 19
Views: 8484

Last seen notification

Not sure if the following is currently possible - if not it would be a nice feature.

Notification when last sensor time is greater than xxx.

If one of my sensors stops reporting for more than x mins I'd like to know about it as it's probably died then and needs a reboot.