Hallo,
Ich habe ein problem mit SetPoints in der Iphone app
habe in meiner sitemap einen setpoint erstellt, wenn ich diesen über Safari am mac oder über Firefox steuern möchte klappt alle ohne problem und der neue wert wird aktualisiert wenn ich den gleichen setpoint in der iphone app steuern will dann kann ich dort keine werte ändern
sitemape :
hat jemand vtl eine Ahnung woran es liegen kann ich das über die iphone app nichts steuern kann ?
Ich habe ein problem mit SetPoints in der Iphone app
habe in meiner sitemap einen setpoint erstellt, wenn ich diesen über Safari am mac oder über Firefox steuern möchte klappt alle ohne problem und der neue wert wird aktualisiert wenn ich den gleichen setpoint in der iphone app steuern will dann kann ich dort keine werte ändern
sitemape :
Code:
[COLOR=#931A68][FONT=Monaco][SIZE=11px]Setpoint item=[COLOR=#000000]test1 [/COLOR]label=[COLOR=#3933ff]"[/COLOR][COLOR=#3933ff][U]Heizung[/U][/COLOR][COLOR=#3933ff][U]Ist[/U][/COLOR][COLOR=#3933ff] [%.1f °C]" [/COLOR]icon=[COLOR=#3933ff]"temperature" [/COLOR]step=[COLOR=#000000]0.5 [/COLOR]minValue=[COLOR=#000000]15.0 [/COLOR]maxValue=[COLOR=#000000]28.0 items:[/COLOR] Number[COLOR=#000000] test1 rules:[/COLOR][/SIZE][/FONT][/COLOR] [COLOR=#3933FF][FONT=Monaco][SIZE=11px][COLOR=#931a68]rule[/COLOR]"[U]Init[/U] virtual Items"[/SIZE][/FONT][/COLOR] [COLOR=#931A68][FONT=Monaco][SIZE=11px]when[/SIZE][/FONT][/COLOR] [COLOR=#931A68][FONT=Monaco][SIZE=11px]System started[/SIZE][/FONT][/COLOR] [COLOR=#931A68][FONT=Monaco][SIZE=11px]then[/SIZE][/FONT][/COLOR] [FONT=Monaco][SIZE=11px][COLOR=#931a68]if[/COLOR] (test1.state == Uninitialized) {[/SIZE][/FONT] [COLOR=#4E9072][FONT=Monaco][SIZE=11px][COLOR=#000000]test1.[/COLOR][COLOR=#bb4300]postUpdate[/COLOR][COLOR=#000000]([/COLOR][COLOR=#909090]20.0[/COLOR][COLOR=#000000])[/COLOR][/SIZE][/FONT][/COLOR] [FONT=Monaco][SIZE=11px]}[/SIZE][/FONT] [COLOR=#931A68][FONT=Monaco][SIZE=11px]end[/SIZE][/FONT][/COLOR] [COLOR=#3933FF][FONT=Monaco][SIZE=11px][COLOR=#931a68]rule[/COLOR]"[U]Soll[/U] [U]Temperatur[/U]"[/SIZE][/FONT][/COLOR] [COLOR=#931A68][FONT=Monaco][SIZE=11px]when[/SIZE][/FONT][/COLOR] [COLOR=#931A68][FONT=Monaco][SIZE=11px]Item[COLOR=#000000] test1 [/COLOR]received command[/SIZE][/FONT][/COLOR] [COLOR=#931A68][FONT=Monaco][SIZE=11px]then[/SIZE][/FONT][/COLOR] [FONT=Monaco][SIZE=11px]test1.[COLOR=#bb4300]postUpdate[/COLOR](test1.state)[/SIZE][/FONT] [COLOR=#931A68][FONT=Monaco][SIZE=11px]end[/SIZE][/FONT][/COLOR]
Kommentar