I need to set my charge values that will be used to drive the automated runs.
So I need to set one value to 0-100 and the other value 0-100.
When I hit the run button it will open and close valves based on the count.
I don't want to pass on a message as i am incrementing.
Any suggestions? New nodes ?
[{"id":"c585499a.0a48","type":"mqtt in","z":"c3b24910.186f48","name":"Reset","topic":"Reset","qos":"2","datatype":"auto","broker":"6b8f56d7.82af78","x":60,"y":1080,"wires":[["666dca14.db822c","3ca0b23d.b5aa06","96d4e2e.c04962","3019b205.cf6bee","fb4f8442.57435","df1f919c.fb015","f81f522f.97cab8","e497a056.d816e","c517d77b.699888","f7e01892.1fbe48"]]},{"id":"f78d05e4.ebca18","type":"debug","z":"c3b24910.186f48","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":840,"y":1080,"wires":[]},{"id":"aa1a6d81.1e3d8","type":"ui_numeric","z":"c3b24910.186f48","name":"Hydrogen Charge","label":"Hydrogen Charge","tooltip":"","group":"f3115efa.a37cd","order":1,"width":"4","height":"4","wrap":true,"passthru":true,"topic":"Hydrogen Charge","format":"{{value}}","min":0,"max":"100","step":1,"x":580,"y":1080,"wires":[["f78d05e4.ebca18"]]},{"id":"75c1e840.99c138","type":"ui_numeric","z":"c3b24910.186f48","name":"Oxygen Charge","label":"Oxygen Charge","tooltip":"","group":"f3115efa.a37cd","order":3,"width":"4","height":"4","wrap":true,"passthru":true,"topic":"Oxygen Charge","format":"{{value}}","min":0,"max":"100","step":1,"x":570,"y":1140,"wires":[["f78d05e4.ebca18"]]},{"id":"9dc72169.5b237","type":"ui_ui-button","z":"c3b24910.186f48","action":"click","actionType":"str","name":"Run","group":"f3115efa.a37cd","order":5,"width":"4","height":"4","passthru":false,"label":"Run","tooltip":"","color":"black/white","bgcolor":"blue","icon":"","x":60,"y":1140,"wires":[["b13330f9.7147"]]},{"id":"f7e01892.1fbe48","type":"change","z":"c3b24910.186f48","name":"","rules":[{"t":"set","p":"enabled","pt":"msg","to":"false","tot":"bool"}],"action":"","property":"","from":"","to":"","reg":false,"x":330,"y":1080,"wires":[["aa1a6d81.1e3d8","75c1e840.99c138"]]},{"id":"b13330f9.7147","type":"change","z":"c3b24910.186f48","name":"","rules":[{"t":"set","p":"enabled","pt":"msg","to":"true","tot":"bool"}],"action":"","property":"","from":"","to":"","reg":false,"x":330,"y":1140,"wires":[["aa1a6d81.1e3d8","75c1e840.99c138"]]},{"id":"6b8f56d7.82af78","type":"mqtt-broker","z":"","name":"PI","broker":"127.0.0.1","port":"1883","clientid":"","usetls":false,"compatmode":false,"keepalive":"60","cleansession":true,"birthTopic":"home/temperature","birthQos":"0","birthPayload":"","closeTopic":"","closeQos":"0","closePayload":"","willTopic":"","willQos":"0","willPayload":""},{"id":"f3115efa.a37cd","type":"ui_group","z":"","name":"Inputs","tab":"91b245b1.b4ed7","order":12,"disp":false,"width":"80","collapse":false},{"id":"91b245b1.b4ed7","type":"ui_tab","z":"","name":"Pump Control Dashboard","icon":"dashboard","order":3,"disabled":false,"hidden":false}]