Open ss89 opened 1 week ago
Tuya Zigbee has many different devices with TLSR8258 with the identifier d3a3
. Only the user can specify the specific firmware for each device. If you mix them up, there will be problems. Contact Tuya :)
Similarly, ZHA, Z2M and other software do not depend on me. This year ZHA has been changing OTA features and scripts every few months.
I do see that I as a user in this case have to check which device I have.
My main problem is: I don't see where I should find the "Image Type" myself, as it is neither printed on the device nor is it part of ZHA device information. I would now rely on the information that you are hosting here already (https://pvvx.github.io/TS0201_TZ3000/) and try to update the device with the most recent version for 1141-d3a3-*
.
However it would be nice if it was mentioned somewhere how I do find both of the values.
I do see that you do not take any responsibility etc. etc. etc. I just hoped that you could give me a little push in the right direction - and update the readme with more detail on how to get the image type.
My main problem is: I don't see where I should find the "Image Type" myself, as it is neither printed on the device nor is it part of ZHA device information.
This is a question for ZHA support. "Manufacturer Code", "Image Type", "File Version", "Stack Version" - these are standard data received from the device in Zigbee 3.0. Tuya devices do not support identification by this data. Tuya has its own Zigbee standard. As a result, completely different Tuya devices have the same version and firmware type identifiers.
"Manufacturer Code", "Image Type", "File Version", "Stack Version" - these are standard data received from the device in Zigbee 3.0.
Fair point. THIS is the information I needed. So I should be able to get this information from ZHA and if I do not get it somewhere, then this is an issue of ZHA not being verbose enough. Correct?
Correct?
Yes.
If you automatically receive an update for any Tuya device, it is recommended to double-check everything several times. Do not expect that this update will work for your Tuya device.
There are no settings or information about Zigbee devices in ZHA. All settings are set as the creators of ZHA want, by setting constants in the ZHA program code itself. The user cannot change anything. In Z2M, for any Zigbee device, you need to describe special scripts for setting up and working with the program version variants of this device. For an uninitiated user who does not know the Zigbee protocols and does not know how to program, this is not suitable at all. This is about open source Zigbee. No open source API fully supports the Zigbee 3.0 standard. And they don't plan to.
I have bought one of the TS0201 mentioned here from: aliexpress
The pages Original OTA ver 70 link references this file:
1141-d3a3-00463001-ts2001.zigbee
, so image type must bed3a3
(assuming they did not change the internals of the same article from when pvvx received it from their order vs. when I received it from my order.However without knowing this page, I wouldn't know the image type and the README.md doesn't specify on how to get it either. I'd assume that i could get it from the ota firmware flasher if it was a bluetooth device. If i'm not completely wrong, then I can not use the ota firmware flasher page to connect to it, because it has a zigbee firmware on it already, so no OTA update from bluetooth enabled device possible.
At least during resetting it (making it blink multiple times) it did not show up under a similar mac in the device connect view. There were lots of other devices, however I'd rather not want to try out ~20 devices until I find the correct one.
What should be possible via zigpy/HA/ZHA is the OTA via zigbee. I have added this to my configuration.yaml for HA:
Shouldn't I get a firmware update suggestion with this?
My device Signature in HA looks like this:
Any help is very appreciated.