-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem mit Version V2.1.3 #84
Comments
Betrifft das nur die Statusanzeige im Editor oder auch die Nachrichten selbst? |
Auch die Nachrichten selbst |
Konnte es "leider" nicht reproduzieren, aber ich hab ein Verdacht... Teste mal bitte ob das Problem mit 2.1.4 aus der Welt ist. |
Ah Danke, das hat geholfen. Das Problem ist wohl dieser Change: 3eb37af |
@Matten-Matten @stenki-eu sollte mit 2.1.5 gefixt sein. Bitte gebt Bescheid ob es funktioniert. |
Mein kleines Beispiel von heute morgen funktioniert wieder wie erwartet 👍 |
Ja funktioniert wieder! Vielen Dank! Gruß |
ich hab mir eine Kette gebaut dessen msg.xx immer anders heißt,
jetzt werden aber alle mit dem ersten wert überschrieben.
Warum?
wenn ich auf V2.0.15 downgrade funktioniert es wieder und es sieht wieder so aus:
`
[{"id":"4f537b61.1a5894","type":"link in","z":"49b6d8c6.4cc838","name":"Nachricht vorbereiten","links":["fed0c90a.7a8ad8","714bfc6d.e68174"],"x":55,"y":340,"wires":[["af21a3a2.2588c"]]},{"id":"9ce8d5db.460e08","type":"ccu-get-value","z":"49b6d8c6.4cc838","name":"Text","ccuConfig":"38263145.35ea0e","iface":"ReGaHSS","channel":"","sysvar":"X_Pushover_Text","sysvarProperty":"value","datapoint":"","datapointProperty":"value","setProp":"payload","setPropType":"msg","x":330,"y":400,"wires":[["5cfe3627.364b78"]]},{"id":"af21a3a2.2588c","type":"ccu-get-value","z":"49b6d8c6.4cc838","name":"Betreff","ccuConfig":"38263145.35ea0e","iface":"ReGaHSS","channel":"","sysvar":"X_Pushover_Betreff","sysvarProperty":"value","datapoint":"","datapointProperty":"value","setProp":"topic","setPropType":"msg","x":190,"y":420,"wires":[["9ce8d5db.460e08"]]},{"id":"5cfe3627.364b78","type":"ccu-get-value","z":"49b6d8c6.4cc838","name":"Bild","ccuConfig":"38263145.35ea0e","iface":"ReGaHSS","channel":"","sysvar":"X_Pushover_Bild","sysvarProperty":"value","datapoint":"","datapointProperty":"value","setProp":"picture","setPropType":"msg","x":490,"y":340,"wires":[["efadbc3e.56e5a"]]},{"id":"efadbc3e.56e5a","type":"ccu-get-value","z":"49b6d8c6.4cc838","name":"person","ccuConfig":"38263145.35ea0e","iface":"ReGaHSS","channel":"","sysvar":"X_Pushover_Device","sysvarProperty":"value","datapoint":"","datapointProperty":"value","setProp":"person","setPropType":"msg","x":610,"y":340,"wires":[["acbe8bae.3ec428"]]},{"id":"acbe8bae.3ec428","type":"switch","z":"49b6d8c6.4cc838","name":"Person?","property":"person","propertyType":"msg","rules":[{"t":"true"},{"t":"false"}],"checkall":"false","repair":false,"outputs":2,"x":740,"y":340,"wires":[["d74b17f6.c819d8"],["ad006013.c7d91"]]},{"id":"38263145.35ea0e","type":"ccu-connection","z":"","name":"ccu","host":"127.0.0.1","regaEnabled":true,"bcrfEnabled":true,"iprfEnabled":true,"virtEnabled":false,"bcwiEnabled":false,"cuxdEnabled":true,"regaPoll":true,"regaInterval":"25","rpcPingTimeout":"60","rpcInitAddress":"127.0.0.1","rpcServerHost":"127.0.0.1","rpcBinPort":"2047","rpcXmlPort":"2048","queueTimeout":"5000","queuePause":"250","contextStore":""}]
`
The text was updated successfully, but these errors were encountered: