-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: smartHomeHub/SmartIR
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: make-all/SmartIR
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 10 files changed
- 1 contributor
Commits on Dec 14, 2023
-
Implement an IR/RF controlled light entity.
Supports commands for on/off, brighten/dim, colder/warmer and night. Start with a configuration for an Iris Ohyama light.
Configuration menu - View commit details
-
Copy full SHA for c7281e9 - Browse repository at this point
Copy the full SHA c7281e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c8db60 - Browse repository at this point
Copy the full SHA 9c8db60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f67c08 - Browse repository at this point
Copy the full SHA 9f67c08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8839fbf - Browse repository at this point
Copy the full SHA 8839fbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f777b44 - Browse repository at this point
Copy the full SHA f777b44View commit details -
Configuration menu - View commit details
-
Copy full SHA for f17ec15 - Browse repository at this point
Copy the full SHA f17ec15View commit details -
light: 1000 (Iris Ohyama) add intermediate steps.
Total steps is 10 (5 in each direction from "centre"), not 5.
Configuration menu - View commit details
-
Copy full SHA for 0409198 - Browse repository at this point
Copy the full SHA 0409198View commit details -
Fix some issues found in testing.
- Save the previous value in closest_match so we can judge whether it was closer than the higher value. - There are various cases where we support brightness, so use a separate variable to track that - Add some debug logging to changes - Don't fallback to the "on" command when we got a brightness or color temperature but decided it was the same step we are on, so didn't do anything.
Configuration menu - View commit details
-
Copy full SHA for 96d47ce - Browse repository at this point
Copy the full SHA 96d47ceView commit details -
light: Iris Ohyama (1000): Use the memory function
The remote has "Full" (full brightness, mid color temp), "Night" (nightlight) and "Memory recall" buttons for turning on, and a "Memory set" button for saving the current brightness and color temp in memory. - Use the "Memory save" before the "off" command to save as we turn off. - Use "Memory recall" rather than "Full" for turning on.
Configuration menu - View commit details
-
Copy full SHA for 0850809 - Browse repository at this point
Copy the full SHA 0850809View commit details -
Avoid resync when value is not changing
When using this with Adaptive lighting, during the day the light keeps beeping due to reaching the end of its range every 90s. This is because Adaptive lighting is trying to adjust the brightness and color temperature, but they are not actually moving because of the limited number of steps. Putting the resync code inside the condition that we actually need to move the brightness should prevent this, and only resync when we are actually changing to the end of the range.
Configuration menu - View commit details
-
Copy full SHA for c084789 - Browse repository at this point
Copy the full SHA c084789View commit details
Commits on Jan 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 171c321 - Browse repository at this point
Copy the full SHA 171c321View commit details
Commits on Jan 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b80f60 - Browse repository at this point
Copy the full SHA 5b80f60View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eea8a69 - Browse repository at this point
Copy the full SHA eea8a69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f00a5f - Browse repository at this point
Copy the full SHA 9f00a5fView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master