I intent to use this selector to daily enter my weight (my wife want to keep tabs) so I made this one to enter the value and have it affect an other virtual value, that gives me a chart and is displayed in Dashticz.
I assume this has to do with the fact that this is a value that has a maximum of 256 values (0-255), and as Domoticz only goes in steps of 10, in stead of 1, only 26 values are possible in stead of 256.
Is there a way to overcome this (preferably without me having to re-enter all 140 values and 140 json url's)?
Marque.
Code: Select all
example:
level 00 = level name "84.0" and action is "http://94.XX.XX.XX:XXXX/json.htm?type=command¶m=udevice&idx=153&nvalue=0&svalue=84.0"
level 10 = level name "84.1" and action is "http://94.XX.XX.XX:XXXX/json.htm?type=command¶m=udevice&idx=153&nvalue=0&svalue=84.1"
level 20 = level name "84.2" and action is "http://94.XX.XX.XX:XXXX/json.htm?type=command¶m=udevice&idx=153&nvalue=0&svalue=84.2"
.
.
.
level 1370 = level name "97.7" and action is "http://94.XX.XX.XX:XXXX/json.htm?type=command¶m=udevice&idx=153&nvalue=0&svalue=97.7"
level 1380 = level name "97.8" and action is "http://94.XX.XX.XX:XXXX/json.htm?type=command¶m=udevice&idx=153&nvalue=0&svalue=97.8"
level 1390 = level name "97.9" and action is "http://94.XX.XX.XX:XXXX/json.htm?type=command¶m=udevice&idx=153&nvalue=0&svalue=97.9"