Wenn dies dein erster Besuch hier ist, lies bitte zuerst die Hilfe - Häufig gestellte Fragen durch. Du musst dich vermutlich registrieren, bevor du Beiträge verfassen kannst. Klicke oben auf 'Registrieren', um den Registrierungsprozess zu starten. Du kannst auch jetzt schon Beiträge lesen. Suche dir einfach das Forum aus, das dich am meisten interessiert.
Hello Alex
V. 1.2.2 is out with 249.600.
This is my gift for you, for the end of this "crazy" 2020.
Please warm color the life of all us with this new datapoint.
Hello Alex
V. 1.2.2 is out with 249.600.
This is my gift for you, for the end of this "crazy" 2020.
Please warm color the life of all us with this new datapoint.
That was fast.
It seems that byte 5 and 6 are reversed (bitmask byte is brightness byte and vice versa). Lines 45 and 46 in dpt249.js should probably read:
Hello
i have no devices to try for it, but i’ve tested with est and it’s seems to be fine.
Have you tried with a real knx device?
But for what i read, yes, you shoud be right..
Working on that.
Thanks,
I'll give it a try. I already experimented with the filter preferences.
I also had deactivated secure tunneling ever since, but I'll try it without secure commissioning, too.
That was fast.
It seems that byte 5 and 6 are reversed (bitmask byte is brightness byte and vice versa). Lines 45 and 46 in dpt249.js should probably read:
Hi Strobel2k ... you don't have to decide whether to use relative or absolute dimming. I also have HomeKit running with my existing KNX installation in relative dimming mode. Just add some GAs for the absolute dimming from HomeKit or any other Visu in your ETS project. Both works beside each other as this is the advantage of the separate "Rückmeldeobjekt".
Best regards
It works perfect now
Thansk Elektroarzt and special thanks to you @TheMax74!!!
I implemented WindowCovering (Homekit) and it works well. I copy/paste some code from your example for LightBulb -> function on/off - dimming. And I think I dont need the full code in this function because I only use absolute position with 0-100% for window covering. But when I delete the first part in the function it doesnt work anymore.Iam a totally noob in programming. So maybe someone can explain to me how to improve this code? Thank you very much!
This part:
[
"52de455f.0fcc7c"
]
]
},
{
"id": "52de455f.0fcc7c",
"type": "function",
"z": "e4ae5a9f.4596d8",
"name": "Überprüfe ob ON/OFF oder Dimmen",
"func": "// Überprüfe ob ON oder Dimmen\nif (msg.payload.On!==undefined) {\n if (Boolean(msg.payload.On)===true) {\n return [{payload:true},null];\n }\n else if (Boolean(msg.payload.On)===false)\n {\n return [{payload:false},null];\n }\n}else if (msg.payload.TargetPosition!==undefined)\n{\n return [null,{payload:msg.payload.TargetPosition}]; \n}\n",
"outputs": 2,
"noerr": 0,
"initialize": "",
"finalize": "",
"x": 1190,
"y": 180,
"wires": [
[],
[
"d57b6901.802d78"
]
],
"outputLabels": [
"Switch",
"Brightness"
]
I currently struggle with implemeting kind of passive status reply with KNX Ultimate.
How can I implmenent that the node only sends out the payload to KNX upon a read request, not also on receiving the payload from the flow.
I tested around with various combinations of the settings, but nothing works out.
My application is a KNX2HUE and vice versa, with the goal to fully integrate my KNX-based light control with HUE, actually Lightify bulbs.
And I want the dimming values only being sent upon a read request, not upon every change.
bgumler Hi, set the knx-ultimate node to simply react to READ (Lesen) requests and set it also to output a RESPONSE telegram.
Very simple.
Please see here and adapt this sample to your needs. https://github.com/Supergiovane/node...Virtual-Device
I also though it to be this simple, but does not work out.
As soon as the KNX Node receives a payload it sents out a GroupValueResponse without a respective GroupValueRead on the bus before.
Hello bgumler
Mmmm, maybe i've understood what you want.
You want to be able to simply update the knx-ultimate value using a msg.payload, without sending anything to the KNX bus?
I've correctly understood?
Wir verarbeiten personenbezogene Daten über die Nutzer unserer Website mithilfe von Cookies und anderen Technologien, um unsere Dienste bereitzustellen. Weitere Informationen findest Du in unserer Datenschutzerklärung.
Indem Du unten auf "ICH stimme zu" klickst, stimmst Du unserer Datenschutzerklärung und unseren persönlichen Datenverarbeitungs- und Cookie-Praktiken zu, wie darin beschrieben. Du erkennst außerdem an, dass dieses Forum möglicherweise außerhalb Deines Landes gehostet wird und bist damit einverstanden, dass Deine Daten in dem Land, in dem dieses Forum gehostet wird, gesammelt, gespeichert und verarbeitet werden.
Kommentar