Hi,
I am trying to run inclusion of this device in razberry, but it's going just to 29% and not any further. Tried to reset, not helped. Other devices work well, in openhab HEM3 also working well...
Thanks for any thoughts how to finish inclusion.
Search found 4 matches
- 16 Sep 2017 12:08
- Forum: Discussions in English
- Topic: Aeotec HEM3 gen5 power meter automatic inclusion not finished
- Replies: 1
- Views: 3469
- 12 Apr 2017 10:47
- Forum: Discussions in English
- Topic: Help with parsing HTTP get outcome
- Replies: 3
- Views: 6578
Re: Help with parsing HTTP get outcome
I managed to find the right syntax:
results[0].series[0].values[0][1]
included in JSON vDev Creator
ie. solved!
results[0].series[0].values[0][1]
included in JSON vDev Creator
ie. solved!
- 09 Apr 2017 01:40
- Forum: Discussions in English
- Topic: Help with parsing HTTP get outcome
- Replies: 3
- Views: 6578
Re: Help with parsing HTTP get outcome
Hi all,
I have managed to get probably right value using
$..['values']['0']['1']
tested on
https://jsonpath.curiousconcept.com/#
but if I use this in module JSON vDev Creator in field JSON path expression, I receive
00:28 | Can not parse JSON data
any help with this?
Thanks a lot!
Kratax
I have managed to get probably right value using
$..['values']['0']['1']
tested on
https://jsonpath.curiousconcept.com/#
but if I use this in module JSON vDev Creator in field JSON path expression, I receive
00:28 | Can not parse JSON data
any help with this?
Thanks a lot!
Kratax
- 07 Apr 2017 23:23
- Forum: Discussions in English
- Topic: Help with parsing HTTP get outcome
- Replies: 3
- Views: 6578
Help with parsing HTTP get outcome
Dear all, I try to parse result of HTTP get from influx database. The outcome looks like: curl -G 'http://localhost:8086/query?u=xxx&p=xxx' --data-urlencode "db=testd" --data-urlencode "q=SELECT value FROM humidity" {"results":[{"statement_id":0,"seri...