-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
add support for phoscon hive #5902
Conversation
please review, this is my first addon for zigbee2mqtt and my first commit in github. (worked for me as external addon in zigbee2mqtt)
src/devices/dresden_elektronik.ts
Outdated
model: 'Hive', | ||
vendor: 'Phoscon', | ||
description: 'Battery powered smart LED light', | ||
extend: extend.light_onoff_brightness_colortemp_color(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the color temperature range as described on https://www.zigbee2mqtt.io/advanced/support-new-devices/01_support_new_devices.html#_3-adding-converter-s-for-your-device
add the physical color temp range to phoscon Hive Read result of 'lightingColorCtrl': {"colorTempPhysicalMin":153,"colorTempPhysicalMax":370}
How can I add also the Power to the Template with the extend method? i can read out the following function via Zigbee2mqtt updates are also possible via the dresten electronic page |
Updated the code to add this, please check if it works (https://github.com/Koenkk/zigbee-herdsman-converters/pull/5902/files) |
got the same error like in ci. zigbee2mqtt will not start. /app/node_modules/zigbee-herdsman-converters/index.js:58 but can check this only as external converter. |
Fixed that, updated the code |
battery and lamp works fine now. Thanks a lot! |
What do you mean with "update list"? |
in the panel "OTA" All devices are shown up which can be updated then you can search for firmware there. |
Are you sure you added the |
okay this line i missed. now it works... my fault :D |
Thanks! |
welcome |
please review, this is my first addon for zigbee2mqtt and my first commit in github. (worked for me as external addon in zigbee2mqtt)