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

z2m doesn't even try to read my local OTA index file #23098

Open
DagNygren opened this issue Jun 18, 2024 · 1 comment
Open

z2m doesn't even try to read my local OTA index file #23098

DagNygren opened this issue Jun 18, 2024 · 1 comment
Labels
problem Something isn't working

Comments

@DagNygren
Copy link

DagNygren commented Jun 18, 2024

What happened?

Tried to get an OTA available for my TS0201_TZ3000 Tuya "clone" according to the instructions.

  1. created an ota directory under the "data" directory
  2. Put my file in there
  3. Created a file called my_index.json also under the "data" dir
  4. Edited my configuration.yaml file adding the lines:
ota:
  zigbee_ota_override_index_location: my_index.json
  1. Restarted z2m
  • Nothing shows up.

And when trying to debug this I ran node under strace, command "strace -f node index.js >& logg" and could find no access to the my_index.json whatsoever.

What did you expect to happen?

Expected z2m to read the my_index.json file and try to figure out if an OTA could be applied.

How to reproduce it (minimal and precise)

See the "What happened?" part

Zigbee2MQTT version

1.38.0 commit: f1847301

Adapter firmware version

6.7.8.0 build 373

Adapter

EZSP v8

Setup

Plain on x86_64

Debug log

No response

@DagNygren DagNygren added the problem Something isn't working label Jun 18, 2024
@DagNygren
Copy link
Author

Additionally turned on debug mode and found no entry of reading my index file in that log either.

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

No branches or pull requests

1 participant