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

Add smart light bulbs support #193

Open
guyluz11 opened this issue Nov 18, 2024 · 2 comments
Open

Add smart light bulbs support #193

guyluz11 opened this issue Nov 18, 2024 · 2 comments
Labels
blocker enhancement New feature or request P2 Important issues not at the top of the work list

Comments

@guyluz11
Copy link
Owner

Let's add support for the app to set the smart light bulb brightness based on the time of day, and color based on the type of activity the user is doing.

@guyluz11 guyluz11 added enhancement New feature or request P2 Important issues not at the top of the work list labels Nov 18, 2024
@guyluz11
Copy link
Owner Author

guyluz11 commented Nov 18, 2024

Some packages for controlling smart light bulbs from different companies

  dart_ewelink_api:
    git:
      url: "https://github.com/guyluz11/dart_ewelink_api.git"
      ref: "develop"
  hue_dart:
    git:
      url: "https://github.com/guyluz11/hue_dart.git"
  # Implementation of the LIFX HTTP API
  lifx_http_api: ^0.0.17
  mi_iot_token: ^1.1.0
  # Communicate with Shelly smart devices
  shelly:
    git: "https://github.com/CyBear-Jinni/shelly.git"
  # Controlling Yeelight products over LAN.
  yeedart: ^0.3.2

@guyluz11
Copy link
Owner Author

Let's first add tips for changing the light color based on the time of day and the type of activity.

#202

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker enhancement New feature or request P2 Important issues not at the top of the work list
Projects
None yet
Development

No branches or pull requests

1 participant