Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Leictory LK06 sprinkler controller & made the SH07 sprinkler controller device definiton support controllers with at least 4 zones #2143

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

zalatnaicsongor
Copy link
Contributor

Little bit of extra for DP 107:

dp 107 can contain at most 10 schedules
dp 107:

//8BARAIqggJAAEKAgsDDAQNBQ4GD/8CARYI/g8AAQEPAxkFEAZ4/wMBFxwQEBoBAxEFd/8EARYRKAoAAAEKAwo= -> ffff01011008aa080900010a020b030c040d050e060fff02011608fe0f0001010f031905100678ff0301171c10101a0103110577ff04011611280a0000010a030a

ff //preamble

ff01 //schedule preamble + first schedule
01 // enabled
1008 // start hh:mm -> 16:08
aa // days 10101010 (sun tue thu sat)
08 // cycle mins
09 // soak mins
00 // smart weather off (does not skip watering when the weather is rainy or snowy)
010a // zone 1 10 mins
020b // zone 2 11 mins
030c // zone 3 12 mins
040d // zone 4 13 mins
050e // zone 5 14 mins
060f // zone 6 15 mins

ff02 //schedule preamble + second schedule
01 // enabled
1608 // start hh:mm
fe // days (all)
0f // cycle mins
00 // soak mins
01 // smart weather on (skips watering when the weather is rainy or snowy)
010f // zone 1
0319 // zone 3
0510 // zone 5
0678 // zone 6

…ntroller device definiton support controllers with at least 4 zones
@make-all make-all merged commit e20d494 into make-all:main Jul 23, 2024
4 checks passed
make-all added a commit that referenced this pull request Jul 28, 2024
- rename human_presence_sensor.yaml to more specific name. There is no
  evidence that is is generic enough to go without some identifier.

PR #2153, #2150, #2146, #2145, #2143, #2137, #2136, #2134, #2116,
PR #2087, #2033
timlaing pushed a commit to timlaing/tuya-local that referenced this pull request Aug 8, 2024
- rename human_presence_sensor.yaml to more specific name. There is no
  evidence that is is generic enough to go without some identifier.

PR make-all#2153, make-all#2150, make-all#2146, make-all#2145, make-all#2143, make-all#2137, make-all#2136, make-all#2134, make-all#2116,
PR make-all#2087, make-all#2033
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants