-
Notifications
You must be signed in to change notification settings - Fork 78
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
[bug]: JSONConfig sendet keine Dasten auf einem Table #2857
Comments
@BenAhrdt |
siehe auch Problem bei accordion |
siehe auch mcm4iob/ioBroker.pid#274 |
also innerhalb eines Tabels, wenn bspw. ein neuer Eintrag hinzugefügt wird, macht er es, allerding, wenn ein weiteres selectsendTo mit einem "alsoDependsOn" innerhalb des Tables davon abhängig ist, da wird nichts gesendet. Beim neu erzeugen des Table Eintrags, wird das gesendet (an onMessage):
beim "also depends on" das hier:
|
@Feuer-sturm kannst du ggF dann das fixed Label wegnehmen? |
Please change this line https://github.com/BenAhrdt/ioBroker.janitza-gridvis/blob/main/admin/jsonConfig.json#L697
(added around the last parameter the "") |
Thanks i have to set the device in '"' and have to JSON.parse the obj.message.device structure now. thanki it works. |
@BenAhrdt can you close this issue or is there anything open? |
i think we can close. it is strang, why some messege will be parsed and other not, but ok. |
No existing issues.
Describe the bug
die JsonConfig sendet keine Daten auf einem selectSendTo, welches innerhalb eines Tables ist, heraus.
es wird innerhalb des Table "globalData.xy" verwendet und außerhalb des Table "data.xy".
keine Daten, welche mit "globalData.xy" aufgerufen werden, werden ans Backend geschickt.
To Reproduce
Ein JsonConfig anlegen, welches daten außerhalb und innerhalb eines tables hat.
dann ein dem Table ein selectSendTo anlegen und mit globalData.xy die Daten von außerhalb senden.
Expected behavior
ein selectSendTo sollte mit "globalData.xy" auf Daten außerhalb des Tables zugreifen können.
Screenshots & Logfiles
{"address":"${globalData.address}","port":"${globalData.port}","projectname":"${globalData.projectname}"}
kommt als Objekt im Backend an. Es werden also keine Variablen eingesetzt.
Adapter version
7.4.4
js-controller version
7.0.6
Node version
20.17.0
Operating system
Windows dev-Server / Or Docker container (Live System)
Additional context
No response
The text was updated successfully, but these errors were encountered: