Search found 16 matches

by PeteDD
Thu Jan 02, 2025 3:49 pm
Forum: General discussion
Topic: Action on schedule change.. Only when changing a certain way...
Replies: 0
Views: 294

Action on schedule change.. Only when changing a certain way...

I want to initiate an action when the Schedule changes (for example) from (1) day_night to (2) away and a different action when it changes in the other diection. Trying to use the "on change" feature, for my (1) day_night schedule causes the action to occur when a change occurs in either d...
by PeteDD
Mon Sep 16, 2024 9:30 pm
Forum: General discussion
Topic: CodeProjectAI... 2 dogs = 1 person
Replies: 6
Views: 6352

Re: CodeProjectAI... 2 dogs = 1 person

Newer versions of CodeAI fixed this... and now we have three dogs...
by PeteDD
Thu Aug 15, 2024 12:18 pm
Forum: General discussion
Topic: Towards a better multi-phone geofence
Replies: 7
Views: 8191

Re: Towards a better multi-phone geofence

@TimG
Node Red does take some getting used to and it seems like I start anew each time I do something with it. But... I have Cursor for software development and chatGPT-4.0 seems to be pretty good and writing Node Red functions. So...I had "help".
by PeteDD
Thu Aug 15, 2024 12:37 am
Forum: General discussion
Topic: Towards a better multi-phone geofence
Replies: 7
Views: 8191

Re: Towards a better multi-phone geofence

Here is how I did it with Node Red (which I already had running on a Raspberry Pi server) http in -> Process Geofence Function -> http response | |->CheckHomeStatus and PrepareURL function -> http request -> debug (optional) Here's the http in: Method: GET URL: /geofence Here's Process Geofence: con...
by PeteDD
Wed Aug 14, 2024 7:16 pm
Forum: Blue Iris 5
Topic: Change Schedule based on DIO bits?
Replies: 1
Views: 5718

Re: Change Schedule based on DIO bits?

hmmmm... I did not think this was such a hard question that there was neither
a positive "yes, you can change schedules based on DIO states"
nor negative "no, you cannot change schedules based on DIO states"
answer...
by PeteDD
Sat Aug 10, 2024 7:06 pm
Forum: General discussion
Topic: Towards a better multi-phone geofence
Replies: 7
Views: 8191

Re: Towards a better multi-phone geofence

@TimG
I could probably cobble something up with Node Red to accept inputs from EfiGeoZone but was really hoping to keep it more self-contained within BlueIris. Re doing it in BI, once I figure out how to get DIO states to trigger schedule changes, it would be relatively trivial.
by PeteDD
Sat Aug 10, 2024 1:14 pm
Forum: General discussion
Topic: Towards a better multi-phone geofence
Replies: 7
Views: 8191

Re: Towards a better multi-phone geofence

@TimG
Does that address the multi-phone objective I am trying to achieve?
by PeteDD
Fri Aug 09, 2024 10:40 pm
Forum: Blue Iris 5
Topic: Change Schedule based on DIO bits?
Replies: 1
Views: 5718

Change Schedule based on DIO bits?

Can one change schedules based on DIO bit states?

For example

DIO bit1 AND DIO bit2 true, change schedule to "away"

DIO bit1 AND DIO bit2 false change schedule to "at-home"

And if so, how?
by PeteDD
Fri Aug 09, 2024 10:07 pm
Forum: General discussion
Topic: Towards a better multi-phone geofence
Replies: 7
Views: 8191

Towards a better multi-phone geofence

The android app and the ability to coordinate having multiple phones outside the fence to activate a change, for example, to an “away” schedule is a great feature. Thing is though that the geofence implementation in the android app has proven to be less than prompt or reliable. I switched to using E...
by PeteDD
Thu Apr 11, 2024 10:26 pm
Forum: Blue Iris 5
Topic: Trigger an event when camera restarted from android app
Replies: 1
Views: 1294

Re: Trigger an event when camera restarted from android app

Wow... I didn't think I could stump this brilliant group so easily...