-->
Page 16 of 32

Re: IoT Manager: Android app for DIY devices (ESP8266 and ot

PostPosted: Sun Jan 24, 2016 2:34 pm
by mariuszb
Under 6 only if the value of a comma eg. 1.2

Re: IoT Manager: Android app for DIY devices (ESP8266 and ot

PostPosted: Sun Jan 24, 2016 2:40 pm
by 4refr0nt
mariuszb wrote:--> display-value
"digits_count": 10 and "digits_count": "10",
Only the first work (JSON allows for both, in the sample config in Whats new You have "digits_count": "10").

Thanks, guide will be fixed.
mariuszb wrote:Under 6 digits do not want to work.
A comma is always in position 4 of the left

You must send float values as formatted string, comma position not changed by IoT Manager. Try format, like this:
"12345678"
"1234567.8"
"123456.78"
and so on.

Re: IoT Manager: Android app for DIY devices (ESP8266 and ot

PostPosted: Sun Jan 24, 2016 2:44 pm
by mariuszb
It looks like that all is well, my "value of topic" was not pure numeric only, but eg. "19.1C" .. my mistake, sorry :)

Re: IoT Manager: Android app for DIY devices (ESP8266 and ot

PostPosted: Sun Jan 24, 2016 2:49 pm
by mariuszb
4refr0nt wrote:
mariuszb wrote:--> display-value
"digits_count": 10 and "digits_count": "10",
Only the first work (JSON allows for both, in the sample config in Whats new You have "digits_count": "10").

Thanks, guide will be fixed.


I suggest that both work, otherwise it will have to be careful when you enter "5", and when 5 eg. "height": "5" and "digits_count":5