OpenLightingProject / open-fixture-library

A library and website for lighting technology's DMX fixture definition files.
https://open-fixture-library.org/
MIT License
183 stars 61 forks source link

Add fixture `senlan/ledbar` #4029

Closed FloEdelmann closed 1 week ago

FloEdelmann commented 2 weeks ago

Fixture warnings / errors

Thank you SRS!

github-actions[bot] commented 2 weeks ago

Export files validity

(Output of test script tests/github/exports-valid.js.)

Test the exported files of selected fixtures against the plugins' export tests. You can run a plugin's export tests by executing: $ node cli/run-export-test.js -p <plugin name> <fixtures>

✔️ senlan / ledbar: d-light / attributes-correctness
  • ✔️ senlan/ledbar-A001 2ch.xml
  • ✔️ senlan/ledbar-C001 3ch.xml
  • ✔️ senlan/ledbar-D001 4ch.xml
  • ✔️ senlan/ledbar-E001 6ch.xml
  • ✔️ senlan/ledbar-H001 7ch.xml
  • ✔️ senlan/ledbar-L001 12ch.xml
  • ✔️ senlan/ledbar-P001 24ch.xml
✔️ senlan / ledbar: dmxcontrol3 / channel-numbers
  • ✔️ senlan-ledbar-A001-2ch.xml
  • ✔️ senlan-ledbar-C001-3ch.xml
  • ✔️ senlan-ledbar-D001-4ch.xml
  • ✔️ senlan-ledbar-E001-6ch.xml
  • ✔️ senlan-ledbar-H001-7ch.xml
  • ✔️ senlan-ledbar-L001-12ch.xml
  • ✔️ senlan-ledbar-P001-24ch.xml
✔️ senlan / ledbar: dragonframe / json-schema-conformity
  • ✔️ senlan/ledbar.json
  • ✔️ manufacturers.json
✔️ senlan / ledbar: millumin / json-schema-conformity
  • ✔️ senlan/ledbar.json
senlan / ledbar: qlcplus_4.12.2 / fixture-tool-validation
  • ❌ fixtures/Senlan-LEDBAR.qxfNamespace(map=False, convert=None, validate=['.']) Starting validation ./manufacturer/fixture.qxf: Invalid physical dimensions detected ./manufacturer/fixture.qxf: Invalid power consumption 1 definitions processed. 2 errors detected
senlan / ledbar: qlcplus_4.12.2 / xsd-schema-conformity
  • ❌ fixtures/Senlan-LEDBAR.qxfElement '{http://www.qlcplus.org/FixtureDefinition}Dimensions', attribute 'Weight': [facet 'minExclusive'] The value '0' must be greater than '0'.
    Element '{http://www.qlcplus.org/FixtureDefinition}Dimensions', attribute 'Width': '0' is not a valid value of the atomic type 'xs:positiveInteger'.
    Element '{http://www.qlcplus.org/FixtureDefinition}Dimensions', attribute 'Height': '0' is not a valid value of the atomic type 'xs:positiveInteger'.
    Element '{http://www.qlcplus.org/FixtureDefinition}Dimensions', attribute 'Depth': '0' is not a valid value of the atomic type 'xs:positiveInteger'.
kengruven commented 2 weeks ago

The given URL is dead, and I can't find any "Senlan" lighting company. The only webpage I can find is this Amazon page, which is a Chinese fixture with no public webpage or manual. That page also says the manufacturer is "Casisy", which I can't find on the internet, either.

For an LED bar, I think we need a pixel matrix, but I hesitate to put much effort into this without an actual manual to confirm that it's correct.