Changing schedules not working

karson
Posts: 6
Joined: Sun Feb 06, 2022 2:00 pm
Location: Iowa

Changing schedules not working

Post by karson »

I've had a ticket in for awhile and haven't heard back, so wanted to ask the collective where I'm missing the functionality to switch schedules based on time.

I have geofencing set up our family's phones to set Home/Away and have had pretty good success on the iOS companion app handling that, but now I'm adding another schedule (manual) to the mix.

The problem is, it doesn't actually change the profile to Night (Red/3) during the scheduled times. Also, the camera I've shown below doesn't have the active profile number on the border anymore, only when I change the schedule to all one color does it show the active profile on the camera border.

Can someone share a screenshot of how they have their Home/Away/Night scheduling, or how to set the On Schedule Change field, if that's needed?
Last edited by karson on Fri Feb 11, 2022 8:05 pm, edited 1 time in total.
User avatar
YrbkMgr
Posts: 587
Joined: Sun Nov 24, 2019 12:56 am
Location: Chicagoland

Re: Changing schedules not working

Post by YrbkMgr »

Each camera has the option to override the global schedule. Look into camera settings. Fwiw, there's a webinar they did for profiles and schedules - that may be helpful.
  • "Whenever I take something apart to fix it and put it back together again, I end up with like six really important looking pieces left over" -Tim Allen
  • If you know what your after, you'll recognize it when you see it.
karson
Posts: 6
Joined: Sun Feb 06, 2022 2:00 pm
Location: Iowa

Re: Changing schedules not working

Post by karson »

Thanks for the response. Trying a multitude of things, so getting a bit crossed up. I am moving away from static scheduling, and instead relying on the HTTP API to change to Profile 3 (Night). It returns a valid response when hitting it in a browser, but the schedule doesn't change in BI.
Last edited by karson on Fri Feb 11, 2022 8:06 pm, edited 1 time in total.
User avatar
YrbkMgr
Posts: 587
Joined: Sun Nov 24, 2019 12:56 am
Location: Chicagoland

Re: Changing schedules not working

Post by YrbkMgr »

karson wrote: Fri Feb 11, 2022 6:33 pm Thanks for the response. Trying a multitude of things, so getting a bit crossed up. I am moving away from static scheduling, and instead relying on the HTTP API to change to Profile 3 (Night). It returns a valid response when hitting it in a browser, but the schedule doesn't change in BI.
Totally understand about getting crossed up - you're in good company. As for the rest of your reply, you lost me. I don't know if you're GTG or still have an issue...
  • "Whenever I take something apart to fix it and put it back together again, I end up with like six really important looking pieces left over" -Tim Allen
  • If you know what your after, you'll recognize it when you see it.
karson
Posts: 6
Joined: Sun Feb 06, 2022 2:00 pm
Location: Iowa

Re: Changing schedules not working

Post by karson »

I resolved it by realizing there needs to be a unique schedule for the three profiles. So I have a Schedule Home = 1 Home (green) profile, Schedule Away = 2 Away (blue) profile and Schedule Night =3 Night (red) profile.

This was the only way I was able to get profiles to stick by invoking HTTP Get commands to change profiles outside of Blue Iris. I use Home Assistant and Node Red for automations, so this was why I needed the scheduling to work via HTTP.

Image

Image

Image


This is how it's all tied together.

Image
User avatar
YrbkMgr
Posts: 587
Joined: Sun Nov 24, 2019 12:56 am
Location: Chicagoland

Re: Changing schedules not working

Post by YrbkMgr »

Right on for posting the solution. And, uh... maaad props for the diagramming skills.
  • "Whenever I take something apart to fix it and put it back together again, I end up with like six really important looking pieces left over" -Tim Allen
  • If you know what your after, you'll recognize it when you see it.
karson
Posts: 6
Joined: Sun Feb 06, 2022 2:00 pm
Location: Iowa

Re: Changing schedules not working

Post by karson »

YrbkMgr wrote: Wed Feb 23, 2022 12:58 am Right on for posting the solution. And, uh... maaad props for the diagramming skills.
You're welcome - too often questions are left stagnant even if the OP resolved it. That stinks. I threw that last screenshot of my Node Red flow if that interests anyone to leverage BI integration with outside automation/security platforms.
User avatar
YrbkMgr
Posts: 587
Joined: Sun Nov 24, 2019 12:56 am
Location: Chicagoland

Re: Changing schedules not working

Post by YrbkMgr »

A righteous posture indeed. What did you create the Red Note flow diagram with?
  • "Whenever I take something apart to fix it and put it back together again, I end up with like six really important looking pieces left over" -Tim Allen
  • If you know what your after, you'll recognize it when you see it.
karson
Posts: 6
Joined: Sun Feb 06, 2022 2:00 pm
Location: Iowa

Re: Changing schedules not working

Post by karson »

YrbkMgr wrote: Wed Feb 23, 2022 3:15 pm A righteous posture indeed. What did you create the Red Note flow diagram with?
I use Home Assistant to "glue" my home together. For example, it's existing DSC security system (54 sensors), along with other smart home integrations (Z-wave, OpenSprinkler, OpenGarage, motorized blinds, etc..). While Home Assistant can also do automation, I prefer not to and use Node Red to automate all the exposed devices Home Assistant has visibility/control over. Node Red is composed of "flows", that based on conditions, can listen to/call HTTP/MQTT/almost anything. It's really quite powerful.

In this case, it's a great conduit between Blue Iris' API and performing automations based on camera triggers.
User avatar
YrbkMgr
Posts: 587
Joined: Sun Nov 24, 2019 12:56 am
Location: Chicagoland

Re: Changing schedules not working

Post by YrbkMgr »

Node Red is composed of "flows", that based on conditions, can listen to/call HTTP/MQTT/almost anything. It's really quite powerful.
So that diagram was generated by Node Red? It mapped the flow? I thought you used some software to draw a flowchart. I'm a visual person so diagramming is quite useful. Not just for VMS, but in general. That's why I'm asking.
  • "Whenever I take something apart to fix it and put it back together again, I end up with like six really important looking pieces left over" -Tim Allen
  • If you know what your after, you'll recognize it when you see it.
Post Reply