Originally posted by: <email address deleted>
Hello,
I have made a dummy desiredTempWoonkamer, this to set the desired value of
a PID. See code below.
define desiredTempWoonkamer dummy
attr desiredTempWoonkamer alias Gewenste temperatuur
attr desiredTempWoonkamer fp_plattegrond 580,535,2
attr desiredTempWoonkamer room Woonkamer
attr desiredTempWoonkamer setList
state:15,15.5,16,16.5,17,17.5,18,18.5,19,19.5,20,20.5,21,21.5,22,22.5,23
attr desiredTempWoonkamer webCmd state
define desiredTempWoonkamerNotify notify desiredTempWoonkamer set
pidwoonkamer desired %
If i follow the link Woonkamer, i see a combobox with all the values and
when i select one and press the set button the desired value of the
pidwoonkamer is updated.
[log]
2012-10-20 12:17:28 PID pidwoonkamer desired 20.5
2012-10-20 12:17:28 dummy desiredTempWoonkamer 20.5
So far no problem.
When i then go to the floorplan, i see the same combobox with all the
values. If i select one and press the set button then the desired value of
the pidwoonkamer is updated with a value like desired-temp 20.5 and there
it goes wrong.
[log]
dummy desiredTempWoonkamer desired-temp 15
How can i solve this ?
BR
Sander
--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com
Hiho,
reason is that setList is not yet carried over from fhemweb into floorplan.
Therefore, any dropdown is still considered a desired-temp update for
FHT/HM-TC-CC .
Got it on my todo-list.
Cheers, Uli
--
To unsubscribe from this group, send email to
fhem-users+unsubscribe@googlegroups.com