Koen Kanters
Koen Kanters
From the Z2M side it looks like everything is OK, I suspect this is a bug in the fw of the device: > At the end of each month, the...
The `TS130F` comes in many forms, if you want a proper image, you can add a [whitelabel](https://github.com/Koenkk/zigbee-herdsman-converters/blob/102ed4723df2c076382dd0627827c760d1ab9b30/src/devices/tuya.ts#L2407) and use the model number for the picture.
Many different devices are detected as TS130F, so changing the picture isn't the solution. For proper detection of your device you can add it as a whitelabel
The whitelabel has a `model` property (the second argument of `tuya.whitelabel`), this should be used as the picture name to show it correctly in the z2m frontend.
You can use a meta option for this, example: - https://github.com/Koenkk/zigbee-herdsman-converters/blob/90ea42a8815357c83ad69c6c228f5bfb030ae2c9/src/converters/toZigbee.ts#L86 - https://github.com/Koenkk/zigbee-herdsman-converters/blob/90ea42a8815357c83ad69c6c228f5bfb030ae2c9/src/devices/woox.ts#L30
> I'm thinking with this one, we might want to bump the settings version so we can trigger a migration to remove all cached OTA states? Agree > How do...
> 1. Left a few TODOs, not all quite related to this specifically. Replied! > 2. I modified `reInterview` (previously only used if triggered by bridge request) to behave more...
@NoifP could you provide the data/database.db entry of your device?
For the non-working ones, can you stop z2m, replace all occurrences of `TLSR82xx` with `_TZ3210_3ulg9kpo`, start z2m and see if it works?