-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Ver 1.30.4 - TS0505B disaster #17527
Comments
What was the previous known working verion? |
@Koenkk I running two instances (one in docker) but as I remember it was version 1.30.3 |
@Koenkk |
Could you check if the issue is fixed with the following external converter: const fz = require('zigbee-herdsman-converters/converters/fromZigbee');
const tz = require('zigbee-herdsman-converters/converters/toZigbee');
const exposes = require('zigbee-herdsman-converters/lib/exposes');
const reporting = require('zigbee-herdsman-converters/lib/reporting');
const extend = require('zigbee-herdsman-converters/lib/extend');
const ota = require('zigbee-herdsman-converters/lib/ota');
const tuya = require('zigbee-herdsman-converters/lib/tuya');
const utils = require('zigbee-herdsman-converters/lib/utils');
const globalStore = require('zigbee-herdsman-converters/lib/store');
const e = exposes.presets;
const ea = exposes.access;
const definition = {
fingerprint: [{modelID: 'TS0505B', manufacturerName: '_TZ3210_p9ao60da'}],
model: 'HG08008',
vendor: 'Lidl',
description: 'Livarno Home LED ceiling light',
extend: tuya.extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500], noConfigure: true}),
configure: async (device, coordinatorEndpoint, logger) => {
device.getEndpoint(1).saveClusterAttributeKeyValue('lightingColorCtrl', {colorCapabilities: 29});
},
};
module.exports = definition;
external_converters:
- ext_converter.js
|
@Koenkk seems here we mix/swap two issues together, this issue was related about light _TZ3210_c0s1xloa (model 399629_2110) and not _TZ3210_p9ao60da (model HG08008) - this light stay untouched in latest update but still have that another issue with "flashing" and your converted is for _TZ3210_p9ao60da.
then it fix this issue (functionality return back as it was in 1.30.3) and it back works fine with HA |
Pushed the fix, thanks! Changes will be available in the dev branch in a few hours from now. (https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html) |
What happened?
After update to 1.30.4 Lidl light TS0505B based - _TZ3210_c0s1xloa goes completely crazy:
Works only ON/OFF, setting brightness or light color/temp from HA completely non functional, in previous version this light works fine although it is TS0505B - notorious Z2M problem with Lidl lights based on TS0505B...
Another Lidl light TS0505B - _TZ3210_p9ao60da preserve options and functionality (except still unresolved "flash" problem although it work fine on Tuya based gw/app and have CSA certification...)
What did you expect to happen?
No response
How to reproduce it (minimal and precise)
No response
Zigbee2MQTT version
1.30.4
Adapter firmware version
N/A
Adapter
CC2562
Debug log
No response
The text was updated successfully, but these errors were encountered: