klein0r / ioBroker.awtrix-light

Integrate your Awtrix Light device (e.g. Ulanzi TC001) via HTTP
https://haus-automatisierung.com
MIT License
62 stars 4 forks source link

BuildIn Apps can't be activated anymore #71

Closed volkerrichert closed 11 months ago

volkerrichert commented 11 months ago

The problem

The "activate" buttons inside the object tree doesn't activate the buildIn apps any more. The AWtrix always returns "FAILED" with status 500.

Version of nodejs

18.17.1

Version of ioBroker js-controller

4.0.24

Version of Adapter

0.8.0

Version of awtrix-light firmware

0.88

Operating system running ioBroker

Linux

Checklist of files to include below

Additional information & file uploads

-- log awtrix-light.0 2023-09-25 14:14:57.524 warn (switch) Unable to execute action: AxiosError: Request failed with status code 500
awtrix-light.0 2023-09-25 14:14:57.523 warn received 500 response from /api/switch with content: "FAILED"
awtrix-light.0 2023-09-25 14:14:57.372 debug sending "POST" request to "/api/switch" with data: {"name":"time"}

the naming of the BuildIn apps seems to be case sensitive. {"name":"time"} fails, but {"name":"Time"} works fine.

image

Volker

github-actions[bot] commented 11 months ago

Thanks for reporting @volkerrichert!

  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!
volkerrichert commented 11 months ago

image