Page 1 of 1

[Solved] Zipato rgbw bulb 2 only dimmable

Posted: Saturday 28 July 2018 22:00
by peet3kabo
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


Re: Zipato rgbw bulb 2 only dimmable

Posted: Sunday 29 July 2018 9:43
by peet3kabo
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


Re: Zipato rgbw bulb 2 only dimmable

Posted: Thursday 02 August 2018 15:26
by peet3kabo
Nobody having a clue if it is possible with these bulbs 8n domoticz to control rgbw?

Verstuurd vanaf mijn SM-G935F met Tapatalk



Re: Zipato rgbw bulb 2 only dimmable

Posted: Wednesday 08 August 2018 13:58
by TJLuijt
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 :)

Re: Zipato rgbw bulb 2 only dimmable

Posted: Friday 10 August 2018 17:22
by peet3kabo
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


Re: Zipato rgbw bulb 2 only dimmable

Posted: Friday 10 August 2018 17:30
by peet3kabo
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



Re: Zipato rgbw bulb 2 only dimmable

Posted: Tuesday 14 August 2018 16:33
by peet3kabo
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:

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>
Edit:
Don't know how to get the code visible yet, working on it.

Verstuurd vanaf mijn SM-G935F met Tapatalk








Re: [Solved] Zipato rgbw bulb 2 only dimmable

Posted: Saturday 18 August 2018 17:29
by TJLuijt
yep, works for me as well.

thanks for the help guys!

Re: Zipato rgbw bulb 2 only dimmable

Posted: Tuesday 06 November 2018 19:08
by Sandy
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:

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>
Edit:
Don't know how to get the code visible yet, working on it.

Verstuurd vanaf mijn SM-G935F met Tapatalk
Worked for me, thanks a lot. I missed setting this up.
It got even better than before, before i couldnt mix colours.. just bright RED not light red.

Thanks a million.

Re: [Solved] Zipato rgbw bulb 2 only dimmable

Posted: Thursday 07 November 2019 10:43
by Bospieper
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

Re: [Solved] Zipato rgbw bulb 2 only dimmable

Posted: Saturday 15 February 2020 0:29
by bert
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 :)

Re: [Solved] Zipato rgbw bulb 2 only dimmable

Posted: Tuesday 04 January 2022 10:36
by miniomar
Hi everybody,

Have you any idea if it is possible to read the consumption of this bulb lamp ?

Thanks and regards