[Solved] Zipato rgbw bulb 2 only dimmable
Moderator: leecollings
[Solved] Zipato rgbw bulb 2 only dimmable
Hello all,
Just today received a zipato bulb rgbw light.
Now installed en added node to domoticz with zwave usb stick.
Now I can only control the lamp as a normal lamp, on/off and dimmable.
No options on changing colors in rgb mode.
Tried to exclude and include several times but no change.
Anybody having any ideas?
Verstuurd vanaf mijn SM-G935F met Tapatalk
Just today received a zipato bulb rgbw light.
Now installed en added node to domoticz with zwave usb stick.
Now I can only control the lamp as a normal lamp, on/off and dimmable.
No options on changing colors in rgb mode.
Tried to exclude and include several times but no change.
Anybody having any ideas?
Verstuurd vanaf mijn SM-G935F met Tapatalk
Re: Zipato rgbw bulb 2 only dimmable
Also tried to reset the bulb and include again but that also doesn't change anything.
Can't vind anything about the bulb and rgb mode
Verstuurd vanaf mijn SM-G935F met Tapatalk
Can't vind anything about the bulb and rgb mode
Verstuurd vanaf mijn SM-G935F met Tapatalk
Re: Zipato rgbw bulb 2 only dimmable
Nobody having a clue if it is possible with these bulbs 8n domoticz to control rgbw?
Verstuurd vanaf mijn SM-G935F met Tapatalk
Verstuurd vanaf mijn SM-G935F met Tapatalk
-
- Posts: 8
- Joined: Monday 09 July 2018 16:57
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2022.1
- Location: The Netherlands, Almere
- Contact:
Re: Zipato rgbw bulb 2 only dimmable
I somehow have the same issues since owning this bulb - factory reset quite a few times and pairing again but no luck.
It should be possible seeing all the other threads on changing the colours
please help
It should be possible seeing all the other threads on changing the colours
please help
Raspberry pi
Zigbee2MQTT
Z-Wave usb
Zigbee2MQTT
Z-Wave usb
Re: Zipato rgbw bulb 2 only dimmable
Found on the web somewhere that it is not completly supported by domoticz.
Likely its only dimmable on warm white.
That is the problem that we have, but also read somewhere that they did have the rgb function in Domoticz.
It installed as a RGBW light.........nothing I can't seem to get going.
Maybe some of the developers know how and what is going on with these bulbs.
Someone know how to contact them?
Verstuurd vanaf mijn SM-G935F met Tapatalk
Likely its only dimmable on warm white.
That is the problem that we have, but also read somewhere that they did have the rgb function in Domoticz.
It installed as a RGBW light.........nothing I can't seem to get going.
Maybe some of the developers know how and what is going on with these bulbs.
Someone know how to contact them?
Verstuurd vanaf mijn SM-G935F met Tapatalk
Re: Zipato rgbw bulb 2 only dimmable
Opened a post in bugs and problems, here:
https://r.tapatalk.com/shareLink?url=ht ... are_type=t
Maybe that will get something going.
Verstuurd vanaf mijn SM-G935F met Tapatalk
https://r.tapatalk.com/shareLink?url=ht ... are_type=t
Maybe that will get something going.
Verstuurd vanaf mijn SM-G935F met Tapatalk
Re: Zipato rgbw bulb 2 only dimmable
Problem solved.
Got an answer from somebody to adjust the RGBBulb2.XML file.
You can find the answer here:
https://gathering.tweakers.net/forum/li ... es/1869961
Adjust config file for Zipato Bulb2 (~/domoticz/Config/ZipatoRGBBulb2.xml). The <CommandClass id="51"> needs to be replaced with the following:
Edit:
Don't know how to get the code visible yet, working on it.
Verstuurd vanaf mijn SM-G935F met Tapatalk
Got an answer from somebody to adjust the RGBBulb2.XML file.
You can find the answer here:
https://gathering.tweakers.net/forum/li ... es/1869961
Adjust config file for Zipato Bulb2 (~/domoticz/Config/ZipatoRGBBulb2.xml). The <CommandClass id="51"> needs to be replaced with the following:
Code: Select all
<CommandClass id="51" name="COMMAND_CLASS_COLOR" version="1" request_flags="2" innif="true" colorchannels="31">
<Instance index="1" />
<Value type="string" genre="user" instance="1" index="0" label="Color" units="#RRGGBBWWCW" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="#8888000000" /> <Value type="list" genre="user" instance="1" index="1" label="Color Index" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" vindex="17" size="0">
<Item label="Off" value="0" />
<Item label="Cool White" value="1" />
<Item label="Warm White" value="2" />
<Item label="Red" value="3" />
<Item label="Lime" value="4" />
<Item label="Blue" value="5" />
<Item label="Yellow" value="6" />
<Item label="Cyan" value="7" />
<Item label="Magenta" value="8" />
<Item label="Silver" value="9" />
<Item label="Gray" value="10" />
<Item label="Maroon" value="11" />
<Item label="Olive" value="12" />
<Item label="Green" value="13" />
<Item label="Purple" value="14" />
<Item label="Teal" value="15" />
<Item label="Navy" value="16" />
<Item label="Custom" value="17" />
</Value>
<Value type="int" genre="system" instance="1" index="2" label="Color Channels" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="31" />
</CommandClass>
Don't know how to get the code visible yet, working on it.
Verstuurd vanaf mijn SM-G935F met Tapatalk
-
- Posts: 8
- Joined: Monday 09 July 2018 16:57
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2022.1
- Location: The Netherlands, Almere
- Contact:
Re: [Solved] Zipato rgbw bulb 2 only dimmable
yep, works for me as well.
thanks for the help guys!
thanks for the help guys!
Raspberry pi
Zigbee2MQTT
Z-Wave usb
Zigbee2MQTT
Z-Wave usb
-
- Posts: 8
- Joined: Monday 11 December 2017 21:17
- Target OS: Raspberry Pi / ODroid
- Domoticz version: V4.10717
- Location: Nijmegen (NL)
- Contact:
Re: Zipato rgbw bulb 2 only dimmable
Worked for me, thanks a lot. I missed setting this up.peet3kabo wrote: ↑Tuesday 14 August 2018 16:33 Problem solved.
Got an answer from somebody to adjust the RGBBulb2.XML file.
You can find the answer here:
https://gathering.tweakers.net/forum/li ... es/1869961
Adjust config file for Zipato Bulb2 (~/domoticz/Config/ZipatoRGBBulb2.xml). The <CommandClass id="51"> needs to be replaced with the following:
Edit:Code: Select all
<CommandClass id="51" name="COMMAND_CLASS_COLOR" version="1" request_flags="2" innif="true" colorchannels="31"> <Instance index="1" /> <Value type="string" genre="user" instance="1" index="0" label="Color" units="#RRGGBBWWCW" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="#8888000000" /> <Value type="list" genre="user" instance="1" index="1" label="Color Index" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" vindex="17" size="0"> <Item label="Off" value="0" /> <Item label="Cool White" value="1" /> <Item label="Warm White" value="2" /> <Item label="Red" value="3" /> <Item label="Lime" value="4" /> <Item label="Blue" value="5" /> <Item label="Yellow" value="6" /> <Item label="Cyan" value="7" /> <Item label="Magenta" value="8" /> <Item label="Silver" value="9" /> <Item label="Gray" value="10" /> <Item label="Maroon" value="11" /> <Item label="Olive" value="12" /> <Item label="Green" value="13" /> <Item label="Purple" value="14" /> <Item label="Teal" value="15" /> <Item label="Navy" value="16" /> <Item label="Custom" value="17" /> </Value> <Value type="int" genre="system" instance="1" index="2" label="Color Channels" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="31" /> </CommandClass>
Don't know how to get the code visible yet, working on it.
Verstuurd vanaf mijn SM-G935F met Tapatalk
It got even better than before, before i couldnt mix colours.. just bright RED not light red.
Thanks a million.
- Bospieper
- Posts: 166
- Joined: Thursday 07 November 2019 10:26
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2022.1
- Location: NL
- Contact:
Re: [Solved] Zipato rgbw bulb 2 only dimmable
Hi, I recently purchased a Zipato Bulb2. After some install issues and reading the forum I copied the XML file as earlier mentioned in to the \Domoticz\Config. Then I include the Zipato. At the Devices page I am getting three devices, two color switches and one color level device.
When this is correct can you describe me how to manage colors in Domoticz.
My Domoticz version is 4.11227 and I am using the Aurora theme
When this is correct can you describe me how to manage colors in Domoticz.
My Domoticz version is 4.11227 and I am using the Aurora theme
Re: [Solved] Zipato rgbw bulb 2 only dimmable
Got a brand new Zipato rgbw bulb 2 in the mail today.
I Included it without issues in Domoticz 4.10717. It is added as a regular dimmer and as an RGBWWZ controlled light that lets me choose any colour I like from the Domoticz userinterface. No need to modify any file or jump through hoops in any way; works out of the box.
Writing this because, before ordering, I also landed on this thread and prepared myself for the worst.
For you all hesitating as a result - no need - issues seem to have been solved in the meantime
I Included it without issues in Domoticz 4.10717. It is added as a regular dimmer and as an RGBWWZ controlled light that lets me choose any colour I like from the Domoticz userinterface. No need to modify any file or jump through hoops in any way; works out of the box.
Writing this because, before ordering, I also landed on this thread and prepared myself for the worst.
For you all hesitating as a result - no need - issues seem to have been solved in the meantime
-
- Posts: 4
- Joined: Thursday 06 July 2017 13:45
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: [Solved] Zipato rgbw bulb 2 only dimmable
Hi everybody,
Have you any idea if it is possible to read the consumption of this bulb lamp ?
Thanks and regards
Have you any idea if it is possible to read the consumption of this bulb lamp ?
Thanks and regards
Who is online
Users browsing this forum: No registered users and 1 guest