Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No battery voltage for lumi.weather (WSDCGQ11LM) #1338

Closed
mpiexec opened this issue Apr 26, 2024 · 5 comments
Closed

No battery voltage for lumi.weather (WSDCGQ11LM) #1338

mpiexec opened this issue Apr 26, 2024 · 5 comments
Assignees
Labels
question Further information is requested

Comments

@mpiexec
Copy link

mpiexec commented Apr 26, 2024

On the current addon version v4.0.4 for WSDCGQ11LM (Firmware: 3) there are only such entities:

Sensors:

  • humidity
  • pressure
  • temperature
    Diag:
  • Battery
  • Command

Previously i've got voltage sensor, how to get it?

@mpiexec mpiexec changed the title No battery voltage for WSDCGQ11LM No battery voltage for lumi.weather (WSDCGQ11LM) Apr 26, 2024
@AlexxIT AlexxIT added the question Further information is requested label Apr 26, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented Apr 26, 2024

Download device diagnostics after 3-5 hours from Hass start

@mpiexec
Copy link
Author

mpiexec commented Apr 28, 2024

Download device diagnostics after 3-5 hours from Hass start

Done

{
  "home_assistant": {
    "installation_type": "Home Assistant Supervised",
    "version": "2024.4.4",
    "dev": false,
    "hassio": true,
    "virtualenv": false,
    "python_version": "3.12.2",
    "docker": true,
    "arch": "aarch64",
    "timezone": "Europe/Moscow",
    "os_name": "Linux",
    "os_version": "6.1.0-rpi6-rpi-v8",
    "supervisor": "2024.04.0",
    "host_os": "Debian GNU/Linux 12 (bookworm)",
    "docker_version": "24.0.7",
    "chassis": "",
    "run_as_root": true
  },
  "custom_components": {
    "xiaomi_gateway3": {
      "version": "4.0.4",
      "requirements": [
        "zigpy>=0.52.3"
      ]
    },
    "xiaomi_miot": {
      "version": "0.7.17",
      "requirements": [
        "construct>=2.10.68",
        "python-miio>=0.5.12",
        "micloud>=0.5"
      ]
    },
    "smartthinq_sensors": {
      "version": "0.39.0",
      "requirements": [
        "pycountry>=23.0.0",
        "xmltodict>=0.13.0",
        "charset_normalizer>=3.2.0"
      ]
    },
    "hacs": {
      "version": "1.34.0",
      "requirements": [
        "aiogithubapi>=22.10.1"
      ]
    },
    "localtuya": {
      "version": "5.2.1",
      "requirements": []
    }
  },
  "integration_manifest": {
    "domain": "xiaomi_gateway3",
    "name": "Xiaomi Gateway 3",
    "codeowners": [
      "@AlexxIT"
    ],
    "config_flow": true,
    "dependencies": [],
    "documentation": "https://github.com/AlexxIT/XiaomiGateway3",
    "iot_class": "local_push",
    "issue_tracker": "https://github.com/AlexxIT/XiaomiGateway3/issues",
    "requirements": [
      "zigpy>=0.52.3"
    ],
    "version": "4.0.4",
    "is_built_in": false
  },
  "data": {
    "version": "43295bf",
    "options": {
      "host": "192.168.1.116",
      "token": "464f71556a365a6f635175724e314f36",
      "key": "1oQAuUmblbG2k4yr",
      "stats": false,
      "debug": []
    },
    "errors": [],
    "device": {
      "available": true,
      "extra": {
        "did": "lumi.158d0002733e87",
        "type": "zigbee",
        "ieee": "00:15:8d:00:02:73:3e:87",
        "nwk": "0x0427",
        "fw_ver": 3,
        "hw_ver": 0,
        "cloud_name": "Table",
        "cloud_fw": "1.0.0_0003",
        "market_brand": "Aqara",
        "market_name": "TH Sensor",
        "market_model": "WSDCGQ11LM",
        "lqi": 52,
        "rssi": -87,
        "seq": 94
      },
      "last_seen": {
        "54ef443f9acc": "1m32s"
      },
      "listeners": 5,
      "model": "lumi.weather",
      "params": {
        "temperature": 25.17,
        "humidity": 56.08,
        "pressure": 1001.3000000000001,
        "battery_voltage": 2995,
        "battery": 59,
        "battery_original": 96,
        "resets": 872,
        "send_all_cnt": 1,
        "send_fail_cnt": 0,
        "send_retry_cnt": 0,
        "parent": "lumi.158d0003938a83",
        "fw_ver": 3,
        "hw_ver": 0,
        "lqi": 68
      },
      "ttl": "2h50m",
      "uid": "0x00158d0002733e87",
      "last_report": {
        "pressure": 1001.3000000000001
      },
      "last_report_gw": {
        "host": "192.168.1.116",
        "mac": "54:ef:44:3f:9a:cc",
        "name": "GW5",
        "model": "lumi.gateway.mcn001",
        "fw_ver": "1.0.6_0016"
      },
      "last_report_ts": "1m32s"
    }
  }
}

@AlexxIT AlexxIT self-assigned this Apr 28, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented Apr 28, 2024

Added to master version

@AlexxIT
Copy link
Owner

AlexxIT commented May 1, 2024

@AlexxIT AlexxIT closed this as completed May 1, 2024
@mpiexec
Copy link
Author

mpiexec commented May 3, 2024

👍🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants