Cant send time to knx
Closed this issue · 1 comments
I cant send time DTP.10 nor date DTP 11. to my knx bus. Here is my node-red flow. Am I missing something?
[{"id":"aca5e064.c5036","type":"tab","label":"KNX Date & Time","disabled":false,"info":""},{"id":"91721526.99bf","type":"inject","z":"aca5e064.c5036","name":"Date","topic":"","payload":"","payloadType":"date","repeat":"36000","crontab":"","once":true,"x":190,"y":120,"wires":[["c66b7219.9b5378"]]},{"id":"c66b7219.9b5378","type":"function","z":"aca5e064.c5036","name":"Date","func":"return { payload:{\"value\": new Date() } };","outputs":1,"noerr":0,"x":370,"y":120,"wires":[["885cc532.82fb78"]]},{"id":"9628058.1fe8178","type":"comment","z":"aca5e064.c5036","name":"Set KNX Date & Time periodically","info":"","x":250,"y":80,"wires":[]},{"id":"5b53aefa.e421e8","type":"inject","z":"aca5e064.c5036","name":"Hour","topic":"","payload":"","payloadType":"date","repeat":"36000","crontab":"","once":true,"x":190,"y":160,"wires":[["1d84fe1d.ac037a"]]},{"id":"1d84fe1d.ac037a","type":"function","z":"aca5e064.c5036","name":"Hour","func":"return { payload:{\"value\": new Date() } };","outputs":1,"noerr":0,"x":370,"y":160,"wires":[["1f8fbf.01892042"]]},{"id":"885cc532.82fb78","type":"knxEasy-in","z":"aca5e064.c5036","server":"6b96f283.ba59ec","topic":"0/3/0","dpt":"11.001","initialread":false,"notifyreadrequest":false,"notifyresponse":false,"notifywrite":true,"name":"Date","x":510,"y":120,"wires":[[]]},{"id":"1f8fbf.01892042","type":"knxEasy-in","z":"aca5e064.c5036","server":"6b96f283.ba59ec","topic":"0/3/1","dpt":"10.001","initialread":false,"notifyreadrequest":false,"notifyresponse":false,"notifywrite":true,"name":"Time","x":510,"y":160,"wires":[[]]},{"id":"6b96f283.ba59ec","type":"knxEasy-config","z":"","host":"192.168.1.3","port":"3671"}]
Im an idiot, it works. Thanks for great work!