We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
evtl Feature? Es wird kein Binding unterstützt? Dachte es wäre schon auch für TAB und Seite.
The text was updated successfully, but these errors were encountered:
Läuft eigentlich durch die gleichen Routinen wie alle anderen Bindings. Hast du ein Beispiel? Dann probiere ich mal bei mir.
Sorry, something went wrong.
{"{0_userdata.0.jarvis.test.boolean4}=true":{"color":"orange"}}
sollte so aussehen
Hallo,
RC.12 ähnliches Problem:
Datenpunkt Stil:
Funktioniert: { "{0_userdata.0.test.testdp}=true": { "color": "#FF0000", "font-Weight": "bold" }, "{0_userdata.0.test.testdp}=false": { "color": "#00ff00" } }
{ "{0_userdata.0.test.testdp}=true": { "color": "#FF0000", "font-Weight": "bold" }, "{0_userdata.0.test.testdp}=false": { "color": "#00ff00" } }
Funktioniert nicht: { "{alias.0.Wohnzimmer.Luftqualität.Wohnzimmer_CO2_Schwellwert}=true": { "color": "#FF0000", "font-Weight": "bold" }, "{alias.0.Wohnzimmer.Luftqualität.Wohnzimmer_CO2_Schwellwert}=false": { "color": "#00ff00" } }
{ "{alias.0.Wohnzimmer.Luftqualität.Wohnzimmer_CO2_Schwellwert}=true": { "color": "#FF0000", "font-Weight": "bold" }, "{alias.0.Wohnzimmer.Luftqualität.Wohnzimmer_CO2_Schwellwert}=false": { "color": "#00ff00" } }
Funktioniert auch nicht: { "{openknx.0.lüftung_klima.Sensoren.Wohnzimmer_CO2_Schwellwert}=true&&{val}>0": { "color": "#FF0000", "font-Weight": "bold" }, "{openknx.0.lüftung_klima.Sensoren.Wohnzimmer_CO2_Schwellwert}=false": { "color": "#00ff00" } }
{ "{openknx.0.lüftung_klima.Sensoren.Wohnzimmer_CO2_Schwellwert}=true&&{val}>0": { "color": "#FF0000", "font-Weight": "bold" }, "{openknx.0.lüftung_klima.Sensoren.Wohnzimmer_CO2_Schwellwert}=false": { "color": "#00ff00" } }
Sobald der Pfad nicht "0_userdata.0" ist, funktioniert es nicht.
Bin weiter gekommen.
Habe
alias.0.Wohnzimmer.Luftqualität.Wohnzimmer_CO2_Schwellwert zu alias.0.Wohnzimmer.Luftqualitaet.Wohnzimmer_CO2_Schwellwert
geändert und den Alias entsprechend auch. von Ä zu AE abgeändert.
Die Routine kommt mit Umlauten nicht zurecht?
Zefau
No branches or pull requests
evtl Feature?
Es wird kein Binding unterstützt?
Dachte es wäre schon auch für TAB und Seite.
The text was updated successfully, but these errors were encountered: