tuya-local icon indicating copy to clipboard operation
tuya-local copied to clipboard

Request support for PA 210VW gas monitor

Open DominikWrobel opened this issue 1 year ago • 4 comments

Information about DPS mappings:

{
  "result": {
    "properties": [
      {
        "code": "gas_sensor_state",
        "custom_name": "",
        "dp_id": 1,
        "time": 1695822792312,
        "value": "normal"
      },
      {
        "code": "gas_sensor_value",
        "custom_name": "",
        "dp_id": 2,
        "time": 1695823286019,
        "value": 0
      },
      {
        "code": "fault",
        "custom_name": "",
        "dp_id": 11,
        "time": 1695822792312,
        "value": 0
      },
      {
        "code": "muffling",
        "custom_name": "",
        "dp_id": 16,
        "time": 1695822792312,
        "value": false
      }
    ]
  },
  "success": true,
  "t": 1701188775612,
  "tid": "da231ef88e0a11eeb675fa6037e836b7"
}

Product ID:

products:
  - id: sclatjo1jqscmwwe
    name: PA-210WV

My yaml proposal:

name: Gas leak detector
products:
  - id: sclatjo1jqscmwwe
    name: PA-210WV
primary_entity:
  entity: sensor
  name: Gas leak
  category: diagnostic
  dps:
    - id: 2
      type: integer
      name: sensor
      unit:  "%LEL"
      class: measurement
    - id: 1
      type: string
      name: gas_state
secondary_entities:
  - entity: switch
    name: Silent
    category: config
    dps:
      - id: 16
        type: boolean
        name: switch
  - entity: binary_sensor
    name: Gas sensor fault
    class: gas
    category: diagnostic
    dps:
      - id: 11
        type: string
        name: sensor
        mapping:
          - dps_val: alarm
            value: true
          - value: false

Info about the device: https://pl.aliexpress.com/i/4001159493955.html?gatewayAdapt=glo2pol

DominikWrobel avatar Nov 28 '23 16:11 DominikWrobel

I got the product_id wrong: the right one is

- id: sclatjo1jqscmwwe

DominikWrobel avatar Nov 29 '23 18:11 DominikWrobel

I've added my yaml to custom_components -> tuya_local -> devices and restarted HA, but after that I stall can't find my gas sensor when using tuya local - is there something I'm missisng?

DominikWrobel avatar Nov 30 '23 14:11 DominikWrobel

How can I add this device to my local Tuya?

WenderGalan avatar Jan 16 '24 02:01 WenderGalan