The strip works with 12V, and I am using a 1200mA power supply so far, which seems to be enough so far. I´ve tried it with the strandtest.ino sketch, the RGBCalibrate from the "fastled" library, and my own sketch.
Also the strip is not fully addressable. Color is only controllable in groups of three LEDs.
Now I am facing the following problem: I am using the "RGBCalibrate" sketch from the "fastled" library, and I have identified that the right order for the leds to display the colours correctly is "BRG", but when I try to change it in my sketch, which uses "Adafruit_NeoPixel.h" library, the IDE tells me that "ws2811:59: error: 'NEO_BRG' was not declared in this scope". Apparently this configuration is not declared in the library.
I attach here my sketch and the library´s files. perhaps it is fairly easy to declare this configuration in the library.
It's fairly easy to change the library to support the color scheme you want. You just have to adapt the two setPixelColor and the getPixelColor methods.