chaozmc/ioBroker.oekofen-json

Touch V3.10d is sending different JSON response

Closed this issue · 2 comments

Describe the bug
Under V3.10d the JSON which is generated sends only Strings instead of Numbers and Strings according to their actual type. According to the actual Adapter's logic this leads to wrong created objects / datapoints in ioBroker.

Screenshots & Logfiles
Example of V3.10d generated JSON
v3-jsonfile.json.txt

Versions:

  • Adapter version: v0.1.0-beta.0

Maybe it's possible to work around this and interpret the generated JSON correctly though

added some idea with fd7e153, need to setup a temp webserver to serve the provided json-file for dev-server

with 1fa5349 it ingests new json layout and at least initial parses the v3.10d json correctly. regular updates of old json style not tested yet