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

Changing LED color does not work #286

Closed
coderbyheart opened this issue Aug 14, 2024 · 4 comments
Closed

Changing LED color does not work #286

coderbyheart opened this issue Aug 14, 2024 · 4 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@coderbyheart
Copy link
Member

coderbyheart commented Aug 14, 2024

STR:

  1. Turn off LED
  2. Wait for LED to be turned off
  3. Set LED to red
  4. Wait for LED to be turned red
  5. Set LED to green
  6. Observe that the LED stays red.

The green state is reported correctly to the cloud, but the color is not changed.

Logs

[01:09:25.966,094] <dbg> app: shadow_get: LED object (1424010) values received from cloud:
[01:09:25.966,125] <dbg> app: shadow_get: New RED value: 0
[01:09:25.966,125] <dbg> app: shadow_get: New GREEN value: 255
[01:09:25.966,156] <dbg> app: shadow_get: Timestamp: 1723629502
[01:09:25.966,278] <dbg> led: led_set_running: led_set_running
[01:09:25.966,308] <dbg> led: running_run: running_run
[01:09:25.966,369] <dbg> trigger: trigger_callback: Received message on channel CONFIG_CHAN
[01:09:25.966,400] <dbg> trigger: trigger_callback: Running SMF
@coderbyheart coderbyheart added the bug Something isn't working label Aug 14, 2024
@coderbyheart coderbyheart added this to the version X milestone Aug 14, 2024
@simensrostad simensrostad self-assigned this Aug 14, 2024
@simensrostad
Copy link
Collaborator

Found the issue, fix coming up

@simensrostad
Copy link
Collaborator

#288

@simensrostad
Copy link
Collaborator

v2.0.0-preview34

@coderbyheart
Copy link
Member Author

It works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants