Use the range-node to map the lux value to brightness (in reverse)
example:
[{"id":"9064f5f1.3b2978","type":"inject","z":"936a5246.6c62c8","name":"","topic":"","payload":"{\"lux\":275}","payloadType":"json","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":135,"y":225,"wires":[["81b93fa1.217bc8"]]},{"id":"c96928.9d30e6d8","type":"inject","z":"936a5246.6c62c8","name":"","topic":"","payload":"{\"lux\":100}","payloadType":"json","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":135,"y":275,"wires":[["81b93fa1.217bc8"]]},{"id":"390859f1.64efb6","type":"range","z":"936a5246.6c62c8","minin":"300","maxin":"0","minout":"0","maxout":"100","action":"scale","round":true,"property":"payload.lux","name":"Lux to brightness","x":540,"y":250,"wires":[["54e72e27.5d4008"]]},{"id":"42248f26.eab4c8","type":"debug","z":"936a5246.6c62c8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":920,"y":250,"wires":[]},{"id":"81b93fa1.217bc8","type":"switch","z":"936a5246.6c62c8","name":"if lux < 300","property":"payload.lux","propertyType":"msg","rules":[{"t":"lt","v":"300","vt":"num"}],"checkall":"true","repair":false,"outputs":1,"x":345,"y":250,"wires":[["390859f1.64efb6"]]},{"id":"d3cb66f4.bdb4f","type":"inject","z":"936a5246.6c62c8","name":"","topic":"","payload":"{\"lux\":500}","payloadType":"json","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":135,"y":175,"wires":[["81b93fa1.217bc8"]]},{"id":"13d6c535.e5f07b","type":"inject","z":"936a5246.6c62c8","name":"","topic":"","payload":"{\"lux\":24}","payloadType":"json","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":135,"y":325,"wires":[["81b93fa1.217bc8"]]},{"id":"384eda62.d8358e","type":"comment","z":"936a5246.6c62c8","name":"500 = no trigger","info":"","x":330,"y":175,"wires":[]},{"id":"54e72e27.5d4008","type":"change","z":"936a5246.6c62c8","name":"set to brightness","rules":[{"t":"set","p":"payload.brightness","pt":"msg","to":"payload.lux","tot":"msg"},{"t":"delete","p":"payload.lux","pt":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":740,"y":250,"wires":[["42248f26.eab4c8"]]}]