Sorry for the late reply. This is the flow for the entire Hue Dimmer Switch
[{"id":"f5060296.38d55","type":"tab","label":"Slaapkamer redundant","disabled":false,"info":""},{"id":"feef0f5d.7aff5","type":"api-call-service","z":"f5060296.38d55","name":"nachtlampje aan","server":"ecc3b049.6889d","service_domain":"light","service":"turn_on","data":"{\"entity_id\":\"light.0x00158d0000cb52ce_light\",\"transition\":\"1.5\",\"brightness_pct\":\"5\"}","mergecontext":"","output_location":"","output_location_type":"none","x":1040,"y":20,"wires":[[]]},{"id":"52610c14.659794","type":"api-call-service","z":"f5060296.38d55","name":"nachtlampje aan","server":"ecc3b049.6889d","service_domain":"light","service":"turn_off","data":"{\"entity_id\":\"light.0x00158d0000cb52ce_light\",\"transition\":\"1.5\"}","mergecontext":"","output_location":"","output_location_type":"none","x":460,"y":660,"wires":[[]]},{"id":"ff6878a7.ccf2f8","type":"function","z":"f5060296.38d55","name":"functie","func":"newmsg = {};\n\n brightness = msg.data.attributes.brightness + 30;\n if (brightness < 30)\n { msg.payload = \"off\";}\n\n\nnewmsg.payload = { data: {\"brightness\":brightness} };\n\nreturn newmsg;","outputs":1,"noerr":0,"x":790,"y":120,"wires":[["a7bd50d6.1ea68"]]},{"id":"32367f3f.4c83e","type":"api-current-state","z":"f5060296.38d55","name":"","server":"ecc3b049.6889d","outputs":1,"halt_if":"","halt_if_type":"str","halt_if_compare":"is","override_topic":false,"entity_id":"light.0x00158d0000cb52ce_light","state_type":"str","state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","x":520,"y":120,"wires":[["ff6878a7.ccf2f8"]]},{"id":"a7bd50d6.1ea68","type":"api-call-service","z":"f5060296.38d55","name":"nachtlampje iets feller","server":"ecc3b049.6889d","version":"1","debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.0x00158d0000cb52ce_light","data":"","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1020,"y":120,"wires":[[]]},{"id":"88c7a23b.10c6d","type":"server-state-changed","z":"f5060296.38d55","name":"dimmer","server":"ecc3b049.6889d","entityidfilter":"sensor.0x0017880103c88525_action","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"","halt_if_type":"str","halt_if_compare":"is_not","outputs":1,"output_only_on_state_change":true,"x":70,"y":120,"wires":[["de103be2.f7ace8"]]},{"id":"de103be2.f7ace8","type":"switch","z":"f5060296.38d55","name":"","property":"payload","propertyType":"msg","rules":[{"t":"eq","v":"on-press","vt":"str"},{"t":"eq","v":"up-press","vt":"str"},{"t":"eq","v":"up-hold","vt":"str"},{"t":"eq","v":"down-press","vt":"str"},{"t":"eq","v":"down-hold","vt":"str"},{"t":"eq","v":"off-press","vt":"str"}],"checkall":"true","repair":false,"outputs":6,"x":210,"y":120,"wires":[["62146de.a637b94","5b75ea0.566eb18"],["32367f3f.4c83e"],["b16ffc92.8a05f"],["f4c0afab.bad2a"],["2e15335e.745edc"],["52610c14.659794"]]},{"id":"ff074d53.a2f85","type":"function","z":"f5060296.38d55","name":"functie","func":"newmsg = {};\n\n brightness = msg.data.attributes.brightness - 30;\n if (brightness < 30)\n { msg.payload = \"off\";}\n\n\nnewmsg.payload = { data: {\"brightness\":brightness} };\n\nreturn newmsg;","outputs":1,"noerr":0,"x":850,"y":560,"wires":[["872d8d1a.4da6e"]]},{"id":"f4c0afab.bad2a","type":"api-current-state","z":"f5060296.38d55","name":"","server":"ecc3b049.6889d","outputs":1,"halt_if":"","halt_if_type":"str","halt_if_compare":"is","override_topic":false,"entity_id":"light.0x00158d0000cb52ce_light","state_type":"str","state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","x":590,"y":560,"wires":[["ff074d53.a2f85"]]},{"id":"872d8d1a.4da6e","type":"api-call-service","z":"f5060296.38d55","name":"nachtlampje iets minder fel","server":"ecc3b049.6889d","version":"1","debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.0x00158d0000cb52ce_light","data":"","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1080,"y":560,"wires":[[]]},{"id":"7f845019.5312a","type":"function","z":"f5060296.38d55","name":"functie","func":"newmsg = {};\n\n brightness = msg.data.attributes.brightness + 30;\n if (brightness < 30)\n { msg.payload = \"off\";}\n\n\nnewmsg.payload = { data: {\"transition\":\"0.5\",\"brightness\":brightness} };\n\nreturn newmsg;","outputs":1,"noerr":0,"x":810,"y":220,"wires":[["3d5d0710.302888"]]},{"id":"b16ffc92.8a05f","type":"api-current-state","z":"f5060296.38d55","name":"","server":"ecc3b049.6889d","outputs":1,"halt_if":"","halt_if_type":"str","halt_if_compare":"is","override_topic":false,"entity_id":"light.0x00158d0000cb52ce_light","state_type":"str","state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","x":590,"y":220,"wires":[["7f845019.5312a"]]},{"id":"3d5d0710.302888","type":"api-call-service","z":"f5060296.38d55","name":"nachtlampje feller","server":"ecc3b049.6889d","version":"1","debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.0x00158d0000cb52ce_light","data":"","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":990,"y":220,"wires":[["310c6290.16a62e"]]},{"id":"4bf28790.348178","type":"api-current-state","z":"f5060296.38d55","name":"release","server":"ecc3b049.6889d","outputs":2,"halt_if":"up-hold","halt_if_type":"str","halt_if_compare":"is_not","override_topic":false,"entity_id":"sensor.0x0017880103c88525_action","state_type":"str","state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","x":600,"y":300,"wires":[["b16ffc92.8a05f"],[]]},{"id":"310c6290.16a62e","type":"delay","z":"f5060296.38d55","name":"","pauseType":"delay","timeout":"500","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":810,"y":300,"wires":[["4bf28790.348178"]]},{"id":"b1c82b96.bc1f98","type":"function","z":"f5060296.38d55","name":"functie","func":"newmsg = {};\n\n brightness = msg.data.attributes.brightness - 30\n\n\nnewmsg.payload = { data: {\"brightness\":brightness} };\n\nreturn newmsg;","outputs":1,"noerr":0,"x":850,"y":380,"wires":[["16e33313.65e53d"]]},{"id":"2e15335e.745edc","type":"api-current-state","z":"f5060296.38d55","name":"","server":"ecc3b049.6889d","outputs":1,"halt_if":"","halt_if_type":"str","halt_if_compare":"is","override_topic":false,"entity_id":"light.0x00158d0000cb52ce_light","state_type":"str","state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","x":590,"y":380,"wires":[["b1c82b96.bc1f98"]]},{"id":"16e33313.65e53d","type":"api-call-service","z":"f5060296.38d55","name":"nachtlampje dimmen","server":"ecc3b049.6889d","version":"1","debugenabled":false,"service_domain":"light","service":"turn_on","entityId":"light.0x00158d0000cb52ce_light","data":"","dataType":"json","mergecontext":"","output_location":"","output_location_type":"none","mustacheAltTags":false,"x":1060,"y":380,"wires":[["6d4000ba.87468"]]},{"id":"27596840.378ea8","type":"api-current-state","z":"f5060296.38d55","name":"release","server":"ecc3b049.6889d","outputs":2,"halt_if":"down-hold","halt_if_type":"str","halt_if_compare":"is_not","override_topic":false,"entity_id":"sensor.0x0017880103c88525_action","state_type":"str","state_location":"payload","override_payload":"msg","entity_location":"data","override_data":"msg","x":600,"y":460,"wires":[["2e15335e.745edc"],[]]},{"id":"6d4000ba.87468","type":"delay","z":"f5060296.38d55","name":"","pauseType":"delay","timeout":"500","timeoutUnits":"milliseconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":810,"y":460,"wires":[["27596840.378ea8"]]},{"id":"5b75ea0.566eb18","type":"trigger-state","z":"f5060296.38d55","name":"count 1","server":"ecc3b049.6889d","entityid":"sensor.0x0017880103c88525_action","entityidfiltertype":"exact","debugenabled":false,"constraints":[{"id":"ppttm8q0bzc","targetType":"this_entity","targetValue":"","propertyType":"property","propertyValue":"new_state.attributes.counter","comparatorType":"is","comparatorValueDatatype":"num","comparatorValue":"1"},{"id":"08b8uci5d8s6","targetType":"this_entity","targetValue":"","propertyType":"current_state","propertyValue":"new_state.state","comparatorType":"is","comparatorValueDatatype":"str","comparatorValue":"on-press"}],"constraintsmustmatch":"all","outputs":2,"customoutputs":[],"outputinitially":false,"state_type":"str","x":560,"y":20,"wires":[["feef0f5d.7aff5"],[]]},{"id":"62146de.a637b94","type":"trigger-state","z":"f5060296.38d55","name":"count 2","server":"ecc3b049.6889d","entityid":"sensor.0x0017880103c88525_action","entityidfiltertype":"exact","debugenabled":false,"constraints":[{"id":"6v4salc10q4","targetType":"this_entity","targetValue":"","propertyType":"property","propertyValue":"new_state.attributes.counter","comparatorType":"is","comparatorValueDatatype":"num","comparatorValue":"2"},{"id":"hevp4ov57z4","targetType":"this_entity","targetValue":"","propertyType":"current_state","propertyValue":"new_state.state","comparatorType":"is","comparatorValueDatatype":"str","comparatorValue":"on-press"}],"constraintsmustmatch":"all","outputs":2,"customoutputs":[],"outputinitially":false,"state_type":"str","x":560,"y":80,"wires":[["6305acc1.c464e4"],[]]},{"id":"6305acc1.c464e4","type":"api-call-service","z":"f5060296.38d55","name":"nachtlampje aan","server":"ecc3b049.6889d","version":0,"service_domain":"light","service":"turn_on","data":"{\"entity_id\":\"light.0x00158d0000cb52ce_light\",\"transition\":\"1.5\",\"brightness_pct\":\"90\"}","mergecontext":"","output_location":"","output_location_type":"none","x":1040,"y":80,"wires":[[]]},{"id":"ecc3b049.6889d","type":"server","z":"","name":"Home Assistant"}]