-
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
adding support for sowilo device #6191
Conversation
src/devices/sowilo.ts
Outdated
vendor: 'Sowilo DS', | ||
description: 'Heimdall Pro. 5 channel RGBWW controller.', | ||
extend: extend.light_onoff_brightness_colortemp_color({supportsHueAndSaturation: true, colorTempRange: [150, 575]}), | ||
ota: ota.zigbeeOTA, |
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.
I don't think we have an ota available for this device so please remove it.
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.
what's the procedure for OTAs ? I'm gonna remove this for now, but I can publish OTA files for this device.
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.
Ah great, you can add it here: https://github.com/Koenkk/zigbee-OTA
Note to self; after this merge Koenkk/zigbee2mqtt.io#2230 |
This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Somehow missed this, thanks! |
I'd like to add support for Sowilo DS's Heimdall Pro. You can see it here: https://sowilodesign.com/collections/frontpage/products/heimdall-pro-led-controller.
I tested locally and confirmed it's working.