`color_temp_startup` feature support
See original GitHub issueIssue description I am getting this error on every start of z2m ( can not process numeric item “color_temp_startup” ) in domoticz on this devices:
IKEA | LED1903C5/LED1835C6 IKEA | LED1732G11 IKEA | LED1537R6/LED1739R5 Xiaomi | ZNLDP12LM
Additional information Zigbee2MQTT version 1.17.1-dev commit: 1bcc5f1 Coordinator type zStack3x0 Coordinator revision 20210120 Frontend version 0.3.42 Python: 3.7.3 Domoticz 2020.2 build 12913
Feature definition
{
"access":7,
"description":"Color temperature after cold power on of this light",
"name":"color_temp_startup",
"presets":[
{
"description":"Coolest temperature supported",
"name":"coolest",
"value":250
},
{
"description":"Cool temperature (250 mireds / 4000 Kelvin)",
"name":"cool",
"value":250
},
{
"description":"Neutral temperature (370 mireds / 2700 Kelvin)",
"name":"neutral",
"value":370
},
{
"description":"Warm temperature (454 mireds / 2200 Kelvin)",
"name":"warm",
"value":454
},
{
"description":"Warmest temperature supported",
"name":"warmest",
"value":454
},
{
"description":"Restore previous color_temp on cold power on",
"name":"previous",
"value":65535
}
],
"property":"color_temp_startup",
"type":"numeric",
"unit":"mired",
"value_max":454,
"value_min":250
}
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
OSRAM AC03642 SMART+ CLASSIC A 60 TW Bulb ... - GitHub
To work since it is marked as supported. Setting color temp startup with Conbee 2 stick and Deconz add-on is working.
Read more >Fuzzing Zigbee using Z-Stack
Application support sub layer: This layer forms an interface for the ... All these features are implemented in the Network layer and result ......
Read more >zigbee2mqtt 1.22.1 on Node.js NPM - NewReleases.io
This release adds support for 71 devices: 046677803087 Philips Hue White ambiance Cher ceiling light; 07502L Immax 4 in 1 multi sensor; 1740193P0...
Read more >zigbee2mqtt: Versions - Openbase
Go to the Supported adapters page, your adapter and click on "Coordinator firmware" to retrieve it. Features. #9176 Availability for groups (docs). Improvements....
Read more >[New device support]: TS0505B / _TZ3210_iwbaamgh "15W, Zigbee ...
This light buld does not support colorTempStartup ... [Feature Request] import FreeOTP's tokens.xml, 14, 2019-08-03, 2022-10-02.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
For now I have added below code to the adapters.py at line 301 to avoid the ’ can not process numeric item “color_temp_startup” ’ error…
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.