Hi all
Here ony question. I try to get my sliders to work with my node red flow, but not get that working perfectly.
Here is my flow:
Blockquote
[{"id":"bfff0ca.6ef8bf","type":"tab","label":"Autolämmitys","disabled":false,"info":""},{"id":"1eca59d3.b71666","type":"server-state-changed","z":"bfff0ca.6ef8bf","name":"Slider hour","server":"64727c95.4148c4","version":1,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityidfilter":"input_number.auto_ajastin_hour","entityidfiltertype":"exact","outputinitially":true,"state_type":"num","haltifstate":"","halt_if_type":"str","halt_if_compare":"is","outputs":1,"output_only_on_state_change":false,"for":0,"forType":"num","forUnits":"minutes","ignorePrevStateNull":false,"ignorePrevStateUnknown":false,"ignorePrevStateUnavailable":false,"ignoreCurrentStateUnknown":false,"ignoreCurrentStateUnavailable":false,"x":120,"y":60,"wires":[["292ce9f2.c2e516"]]},{"id":"d117955c.61b0f8","type":"server-state-changed","z":"bfff0ca.6ef8bf","name":"Slider min","server":"64727c95.4148c4","version":1,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityidfilter":"input_number.auto_ajastin_min","entityidfiltertype":"exact","outputinitially":true,"state_type":"num","haltifstate":"","halt_if_type":"str","halt_if_compare":"is","outputs":1,"output_only_on_state_change":false,"for":0,"forType":"num","forUnits":"minutes","ignorePrevStateNull":false,"ignorePrevStateUnknown":false,"ignorePrevStateUnavailable":false,"ignoreCurrentStateUnknown":false,"ignoreCurrentStateUnavailable":false,"x":120,"y":120,"wires":[["292ce9f2.c2e516"]]},{"id":"292ce9f2.c2e516","type":"join","z":"bfff0ca.6ef8bf","name":"join","mode":"custom","build":"string","property":"payload","propertyType":"msg","key":"topic","joiner":":","joinerType":"str","accumulate":false,"timeout":"22","count":"2","reduceRight":false,"reduceExp":"","reduceInit":"","reduceInitType":"num","reduceFixup":"","x":350,"y":60,"wires":[["f897c486.0b92a8"]]},{"id":"b1cb264b.883548","type":"eztimer","z":"bfff0ca.6ef8bf","name":"Test ez timer","debug":false,"autoname":"17:00 - 11:00:00","tag":"eztimer","topic":"","suspended":false,"sendEventsOnSuspend":false,"latLongSource":"haZone","latLongHaZone":"zone.home","lat":"60.2159","lon":"24.8961","timerType":"1","startupMessage":true,"ontype":"2","ontimesun":"dawn","ontimetod":"17:00","onpropertytype":"msg","onproperty":"payload","onvaluetype":"num","onvalue":1,"onoffset":0,"onrandomoffset":0,"onsuppressrepeats":false,"offtype":"2","offtimesun":"dusk","offtimetod":"11:00:00","offduration":"00:01:00","offpropertytype":"msg","offproperty":"payload","offvaluetype":"num","offvalue":0,"offoffset":0,"offrandomoffset":0,"offsuppressrepeats":false,"resend":false,"resendInterval":"0s","mon":true,"tue":true,"wed":true,"thu":true,"fri":true,"sat":true,"sun":true,"x":790,"y":60,"wires":[]},{"id":"f897c486.0b92a8","type":"change","z":"bfff0ca.6ef8bf","name":"payload to payload.ontime","rules":[{"t":"move","p":"payload","pt":"msg","to":"payload.ontime","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":550,"y":60,"wires":[["b1cb264b.883548"]]},{"id":"64727c95.4148c4","type":"server","name":"Home Assistant","legacy":false,"addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true}]
Blockquote
Try to get my eztimer to get payload.ontime 22:22 example. Right now that work ok if you move sliders same time and move first hour and after that minute slider. But if you move them different time, eztimer get only hour or only minute value.
Hopefully someone can help me what kind nodes i get this working property easiest way.