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

Weekly schedule support #9

Open
cristianchelu opened this issue Jan 14, 2025 · 0 comments
Open

Weekly schedule support #9

cristianchelu opened this issue Jan 14, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@cristianchelu
Copy link
Owner

Placeholder issue to keep track of ideas regarding support of different schedules across an entire week, instead of daily.

Aqara Smart Pet Feeder C1 (Zigbee)

  • ZHA no support / Z2M supports via mqtt topic publish
  • Schedule entry day-of-week encoded as enum:
    const daysLookup = {
     0x7f: 'everyday',
     0x1f: 'workdays',
     0x60: 'weekend',
     0x01: 'mon',
     0x02: 'tue',
     0x04: 'wed',
     0x08: 'thu',
     0x10: 'fri',
     0x20: 'sat',
     0x40: 'sun',
     0x55: 'mon-wed-fri-sun',
     0x2a: 'tue-thu-sat'
    };

Petlibro feeders

@cristianchelu cristianchelu added the enhancement New feature or request label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant