zigbee2mqtt-frontend icon indicating copy to clipboard operation
zigbee2mqtt-frontend copied to clipboard

[Bug]: Tuya Bulb does not show power source on Front End

Open Merril-r opened this issue 4 months ago • 0 comments

What happened?

I have several Zigbee GU10/E14 5W smart bulbs that do not show an icon for power sorce. Instead they show a question mark.

The model number is : [TS0505B_2_2] Power Source

const {light} = require('zigbee-herdsman-converters/lib/modernExtend');

const definition = { zigbeeModel: ['TS0505B'], model: 'TS0505B', vendor: '_TZ3210_it1u8ahz', description: 'Automatically generated definition', extend: [light({"colorTemp":{"range":[143,500]},"color":{"modes":["xy","hs"]}})], meta: {}, };

module.exports = definition;

What browsers are you seeing the problem on?

Chrome

Relevant stacktrace

No response

Did you download state.json.zip?

I will not attach state.json.zip

Merril-r avatar Oct 09 '24 08:10 Merril-r