ioBroker / ioBroker.zigbee

Zigbee communcation with Hue, Xiaomi, Lighttify... via TI CC2xxx USB stick
MIT License
309 stars 190 forks source link

SONOFF Smart Bewässerungscomputer, some data points remain empty. #2177

Closed RaviniZib closed 1 month ago

RaviniZib commented 1 month ago

Datapoint not working:

Irrigation_capacity Irrigation_duration Irrigation_interval

These data points remain empty and do not fill with the values.

{
  "type": "device",
  "common": {
    "name": "Bewässerung",
    "type": "SWV",
    "icon": "img/SWV.png",
    "color": "#00ffff",
    "statusStates": {
      "onlineId": "zigbee.0.842712fffe1ad7d1.available"
    },
    "role": "Bewässerung"
  },
  "native": {
    "id": "842712fffe1ad7d1"
  },
  "_id": "zigbee.0.842712fffe1ad7d1",
  "acl": {
    "object": 1638,
    "owner": "system.user.homeassist",
    "ownerGroup": "system.group.administrator"
  },
  "from": "system.adapter.admin.0",
  "user": "system.user.admin",
  "ts": 1722954755529
}

Mod edit - code tags

asgothian commented 1 month ago

The provided information does not contain any of the required information:

Please note - since the influx of TuYa devices, there have been multiple instances of

A.

RaviniZib commented 1 month ago

Sorry,

Is the first time I try to tell an issue. Here are the info-title information

I hope this is the information that was missing.

Greatings Frank. Von: asgothian @.> Datum: Dienstag, 6. August 2024 um 18:12 An: ioBroker/ioBroker.zigbee @.> Cc: RaviniZib @.>, Author @.> Betreff: Re: [ioBroker/ioBroker.zigbee] SONOFF Smart Bewässerungscomputer, some data points remain empty. (Issue #2177)

The provided information does not contain any of the required information: · Link to the zigbee2mqtt.io device page for the device it should be · which device type exactly (Info-Tile of the device) so we can see which device it reports to be. · which states exactly, including information on if they are readable and/or writable

Please note - since the influx of TuYa devices, there have been multiple instances of · devices which look the same reporting as different devices and operating differently from each other · devices which look different reporting as the same device and operating differently · devices which look different reporting as the same device and operating in the same way too.

A.

— Reply to this email directly, view it on GitHubhttps://github.com/ioBroker/ioBroker.zigbee/issues/2177#issuecomment-2271656954, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ARHS6TNN4QQ3RS6MFABTZO3ZQDYW5AVCNFSM6AAAAABMCQDEP2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZRGY2TMOJVGQ. You are receiving this because you authored the thread.Message ID: @.***>

asgothian commented 1 month ago

I see no link.

Also - the model name being the same means nothing with Tuya. If you check the different variants for TS0601 :)

A.

P.S. You can try to copy {"cyclic_quantitative_irrigation": ""} into the sendPayload DP to see if the device will respond and fill the unfilled dp's

RaviniZib commented 1 month ago

It's solved. I updatet the Firmare on the device to 1.0.3 and now are all datapoints are filled.

RaviniZib commented 1 month ago

Solved.