Zwave database update (ZV9102FA-CCT) Unknown color mode null - missing "colorMode=RGB"

Hi All,

I have a problem with a z-wave item. It’s an RGBW light strip controller. When I try and change the colour it states NODE 43: Unknown color mode null

After a bit of searching I think I understand the issue. Correct me if I’m wrong but it appears that the “colorMode=RGB” is missing from the following database:

Pretty much the same issue as this [SOLVED] Inovelli LZW42 zwave RGB bulb

Anyway I’ve registered myself on OpenSmartHouse and tried to update but I cannot do it. I wonder if @chris or someone could either let me know how I can do it or to add it for me.

current database

                {
                "id": "33",
                "name": "COLOR",
                "version": "3",
                "nif": false,
                "basic": false,
                "secure": false,
                "nonsecure": true,
                "config": "",
                "channels": [
                    {
                        "type": "color_color",
                        "label": "Color Control",
                        "config": []
                    }

should be this (i think)

                {
                "id": "33",
                "name": "COLOR",
                "version": "3",
                "nif": false,
                "basic": false,
                "secure": false,
                "nonsecure": true,
                "config": "",
                "channels": [
                    {
                        "type": "color_color",
                        "label": "Color Control",
                        "config": [
                            "colorMode=RGB"
                        ]
                    }

Thanks

You need to request edit access - it’s not given to new users directly on signup to avoid bot registration and malicious activity.

I think I’ve found your userid, so you should now have access.

Great thanks, I’ve updated it.

I assume I just delete the thing, wait a few days, update to latest snapshot build, add thing again and that should work?

Did you request review? If not, it won’t get into the database as the admins don’t get notified that it’s ready to be exported…

Yeah - unfortunately you literally just missed a database update for a few minutes… I might do another release once the build completes though. Please request the review so that it kicks off the process.

I went to

  1. this page https://opensmarthouse.org/zwavedatabase/793
  2. clicked endpoints
  3. color control
  4. entered “colorMode=RGB” into the “Config” box
  5. clicked save changes

No request review button.

Looking at the documentation under “The Review Process” it states “The image above shows what you will expect to see once you have made changes” but there was no image.

So I don’t understand how to request the review.

On the overview tab you should have a request review button?

Strange - I’ll take a look at why it’s not appearing :confounded:

Ahhh, I know why now.

I’ve just logged out and back in again and it appeared.

When you gave me access I was already logged in so I just modified it and the box was not available at this stage.

Anyway I’ve posted for review, many thanks for your help

2 Likes