unltdnetworx / ioBroker.stiebel-isg

Read and control values and commands of the stiebel-eltron/tecalor internet service gateway (ISG).
MIT License
17 stars 12 forks source link

state unit " °C" not compatible with Iot/Cloud adapter #4

Closed nheuk closed 5 years ago

nheuk commented 5 years ago

The iot-Adapter cannot insert a state as smartdevice which uses the unit " °C". Please remove the unnecessary space character.

unltdnetworx commented 5 years ago

Okay, I'll take a look. The unit is out of the isg itself.

unltdnetworx commented 5 years ago

I checked it. There is no space in the unit. It is optical in the objects view. Please close the issue, if this is the problem.

nheuk commented 5 years ago

delete all states and restart the adapter with follwing result, there ist still a space in the unit :-(

{ "from": "system.adapter.stiebel-isg.0", "ts": 1546976019879, "common": { "name": "ISTTEMPERATUR", "type": "number", "unit": " °C", "role": "value.temperature", "read": true, "write": false }, "native": {}, "acl": { "object": 1636, "owner": "system.user.admin", "ownerGroup": "system.group.administrator", "state": 1636 }, "_id": "stiebel-isg.0.Info.ANLAGE.WARMWASSER.ISTTEMPERATUR", "type": "state" }

unltdnetworx commented 5 years ago

Bug fixed