ioBroker / ioBroker.knx

connect KNX via eibd
http://www.iobroker.org
Other
50 stars 32 forks source link

Datentyp 7.007 Zeit (h) not working #130

Closed CarminKern closed 2 years ago

CarminKern commented 3 years ago

Unfortunately, receiving the value 7.007 does not work. IOBroker always receives the value NULL... It is worth a hexadecimal integer. Solutions? image image image

chefkoch009 commented 3 years ago

I'm not able to reproduce this behavior. In my environment it works as expected. Can you give me the RAW informations of "Linie_1_0_Betriebsstunden" ? Is your object set readable in ETS? Flags "KLÜ" should be set.

CarminKern commented 3 years ago

image

RESDE commented 3 years ago

@CarminKern As chefkoch suggested, please post your RAW information of the relevant IOBroker object (edit section of each IO Broker object right hand side, then last tab/section with full view on this object)

CarminKern commented 3 years ago

Ah ok Sorry

{
  "_id": "knx.0.Funktionen.Messfunktionen.Betriebsstunden_seit_Neustart〚1_0_2〛",
  "type": "state",
  "common": {
    "name": "Betriebsstunden seit Neustart〚1/0/2〛",
    "type": "number",
    "role": "value",
    "read": true,
    "write": true,
    "update": true,
    "unit": "h",
    "max": 65535,
    "min": 0
  },
  "native": {
    "dpt": "DPT7.007",
    "address": "10/5/1",
    "addressRefId": "P-05DD-0_GA-356",
    "statusGARefId": "",
    "actGARefId": "",
    "objRef": "O-241_R-12",
    "devName": "M-0083_A-0056-11-A826",
    "devInst": "P-05DD-0_DI-3",
    "objectSize": ""
  },
  "from": "system.adapter.knx.0",
  "user": "system.user.admin",
  "ts": 1608397909077,
  "acl": {
    "object": 1638,
    "state": 1638
  }
}

This is what was automatically generated.

RESDE commented 3 years ago

Hi there the read and write flags which are both true: this is tricky... please change the read flag = false. Restart the adapter and the check out if values are lying into the IOBroker state. Are you using this GA in any other KNX device? Please share then.

CarminKern commented 3 years ago

Unfortunately, this did not lead to any change.

I have tried the following combinations R W U 1 1 1 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 0 1 0 1 1 0

Adapter restarted, Iobroker restarted...

no change :/

RESDE commented 3 years ago

Please send me your ETS file I'll try to import it and analyse it then. You can find me inIOBroker forum as RES_DE user. Regards Reiner

RESDE commented 3 years ago

Any further support required?

chefkoch009 commented 2 years ago

seems not.