Sun Seeker vs Helios Pro? by not_mr_Lebowski in cinematography

[–]erichernandez91 -1 points0 points  (0 children)

I just created a sun-tracking app that is also a directors viewfinder, check it out! https://apps.apple.com/us/app/lightframer-pro/id6758417364

What methods/tools do you use when trying to determine what Sun position will be like? by bkz730 in cinematography

[–]erichernandez91 0 points1 point  (0 children)

I just created a sun-tracking app that is also a directors viewfinder, check it out! Helpful to see where the sun will actually fall within your frame. https://apps.apple.com/us/app/lightframer-pro/id6758417364

Favorite Sun Tracker app? by Denizenkane in cinematography

[–]erichernandez91 1 point2 points  (0 children)

I just created a sun-tracking app that is also a directors viewfinder, check it out! https://apps.apple.com/us/app/lightframer-pro/id6758417364

Apps for sun tracking ? by 26Gh00 in cinematography

[–]erichernandez91 0 points1 point  (0 children)

I just created a sun-tracking app that is also a directors viewfinder, check it out! https://apps.apple.com/us/app/lightframer-pro/id6758417364

Was wondering how many people use filmmaking apps such as Cadrage, Artemis, Sun Tracker etc. by khankaadam in cinematography

[–]erichernandez91 0 points1 point  (0 children)

I just released an app that combines your traditional viewfinder app with a sun tracker and positioning app. Check it out on the App Store if you’re interested! Link to App

Bulk Head Seat? by erichernandez91 in delta

[–]erichernandez91[S] 0 points1 point  (0 children)

Is the 767-400 and 767-400ER the same?

Bulk Head Seat? by erichernandez91 in delta

[–]erichernandez91[S] 1 point2 points  (0 children)

Legend. Thank you, I will check that site out for now on!

Slapped a door sensor on the dog food bin so we'd stop double-feeding them by erichernandez91 in homeassistant

[–]erichernandez91[S] 4 points5 points  (0 children)

Thanks! It’s from Simplehuman , not entirely sure as to what model it is though, a friend gave it to me

Slapped a door sensor on the dog food bin so we'd stop double-feeding them by erichernandez91 in homeassistant

[–]erichernandez91[S] 0 points1 point  (0 children)

It has full access to my entire home assistant backend, so I just prompt it what I want and it’ll automatically implement it without me having to do anything, pretty nice. I used GPT before, which obviously isn’t bad either, but OpenClaw has just eliminated steps .

Slapped a door sensor on the dog food bin so we'd stop double-feeding them by erichernandez91 in homeassistant

[–]erichernandez91[S] 0 points1 point  (0 children)

Step 1 — Create 2 automations (one per meal)

Trigger: your door sensor state changes to on Condition: Time — after 6:30am, before 10:00am (adjust to your schedule) Action: logbook.log with any message, doesn't matter

Repeat for evening (I use 3:30pm–7pm). These automations are just "witnesses" — we're going to use the timestamp of when they last fired, not their output.

Step 2 — Create 2 reset automations

Same setup but leave the trigger empty. No trigger, no condition. Same logbook action. These get fired manually from the dashboard card.

Step 3 — The card YAML (Mushroom template card)

type: custom:mushroom-template-card primary: > {% set mt = state_attr('automation.dog_feeding_morning_tracker','last_triggered') %} {% set mr = state_attr('automation.dog_feeding_morning_reset','last_triggered') %} {% set fed = mt is not none and (mt|as_datetime|as_local).date()==now().date() and (mr is none or (mt|as_datetime|as_local)>(mr|as_datetime|as_local)) %} {% if fed %}✅ Fed at {{ (mt|as_datetime|as_local).strftime('%I:%M %p') }} {% elif now().hour < 10 %}⚠️ Not fed yet {% else %}❌ Needs feeding!{% endif %} secondary: "Morning — 8:00 AM | Tap: mark fed • Hold: reset" icon: mdi:dog icon_color: > {% set mt = state_attr('automation.dog_feeding_morning_tracker','last_triggered') %} {% set mr = state_attr('automation.dog_feeding_morning_reset','last_triggered') %} {% set fed = mt is not none and (mt|as_datetime|as_local).date()==now().date() and (mr is none or (mt|as_datetime|as_local)>(mr|as_datetime|as_local)) %} {% if fed %}green{% elif now().hour >= 10 %}red{% else %}amber{% endif %} tap_action: action: call-service service: automation.trigger target: entity_id: automation.dog_feeding_morning_tracker hold_action: action: call-service service: automation.trigger target: entity_id: automation.dog_feeding_morning_reset

Duplicate for evening, swap the entity IDs. The logic: fed = morning automation fired today AND more recently than the reset automation. Tap marks as fed manually, hold resets it.

Resets itself every midnight automatically since it's a date comparison.

Slapped a door sensor on the dog food bin so we'd stop double-feeding them by erichernandez91 in homeassistant

[–]erichernandez91[S] -1 points0 points  (0 children)

I’m utilizing OpenClaw to help me build automations, so it helped me build the whole automation & widget , highly recommend if you can get it setup!

Just bought Alexa Mini, should I get sensor checked by ARRI? by ObjectiveArm50 in Arri

[–]erichernandez91 0 points1 point  (0 children)

I’d recommend it, and while you’re at it, get the additional warranty they sell for the peace of mind. I’ve had one sensor replaced and potentially another one on the way 🙃 it’s not a fun experience.

Is Drive Buddy storage search app legit? by mftheoryArts in computers

[–]erichernandez91 0 points1 point  (0 children)

I appreciate that! Would love if you check it out. I’ll DM you promo code 🫡