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

Display On/Off not working #66

Closed
1 of 2 tasks
eric2905 opened this issue Sep 10, 2023 · 2 comments
Closed
1 of 2 tasks

Display On/Off not working #66

eric2905 opened this issue Sep 10, 2023 · 2 comments
Labels
invalid This doesn't seem right

Comments

@eric2905
Copy link

eric2905 commented Sep 10, 2023

The problem

Switching display on and off via "awtrix-light.0.display.power" (true / false) not working.

Version of nodejs

18.16.1

Version of ioBroker js-controller

5.0.12

Version of Adapter

0.8.0

Version of awtrix-light firmware

0.86

Operating system running ioBroker

Linux

Checklist of files to include below

  • iobroker.current.log (Please share the logs in debug mode)
  • Contents of the JavaScript browser console (always include in cases of issues with the user interface)

Additional information & file uploads

No response

@eric2905 eric2905 added the bug Something isn't working label Sep 10, 2023
@github-actions
Copy link

Thanks for reporting @eric2905!

  1. Check if this topic is not covered in the documentation
  2. Ensure that you use the latest beta version: NPM version
  3. Attach all necessary log files in debug mode, screenshots and other information to reproduce this issue
  4. Search for the issue topic in other/closed issues to avoid duplicates!

@klein0r klein0r added missing_log Missing (debug) log and removed bug Something isn't working labels Sep 12, 2023
@klein0r
Copy link
Owner

klein0r commented Sep 13, 2023

Works like expected:

2023-09-13 09:34:20.139  - debug: awtrix-light.0 (538535) state display.power changed: false
2023-09-13 09:34:20.139  - debug: awtrix-light.0 (538535) changing display power to false
2023-09-13 09:34:20.139  - debug: awtrix-light.0 (538535) sending "POST" request to "/api/power" with data: {"power":false}
2023-09-13 09:34:21.021  - debug: host.dev-awtrix-light-iobroker-dev Incoming Host message getHostInfo
2023-09-13 09:34:21.498  - debug: awtrix-light.0 (538535) received 200 response from "/api/power" with content: "OK"
2023-09-13 09:34:22.655  - debug: awtrix-light.0 (538535) state display.power changed: true
2023-09-13 09:34:22.655  - debug: awtrix-light.0 (538535) changing display power to true
2023-09-13 09:34:22.655  - debug: awtrix-light.0 (538535) sending "POST" request to "/api/power" with data: {"power":true}
2023-09-13 09:34:22.720  - debug: awtrix-light.0 (538535) received 200 response from "/api/power" with content: "OK"

@klein0r klein0r closed this as not planned Won't fix, can't repro, duplicate, stale Sep 13, 2023
@klein0r klein0r added invalid This doesn't seem right and removed missing_log Missing (debug) log labels Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants