Giter Club home page Giter Club logo

Comments (3)

make-all avatar make-all commented on August 17, 2024

Diagnostics or debug logging is required to diagnose this.

from tuya-local.

illegalPointer avatar illegalPointer commented on August 17, 2024

Apologies, it took me some time to get the requested data.

What I did was setting two minutes as watering time for the Valve named "Jardin" and initiating the watering process. After that I waited some minutes. The process worked (This is, the valve worked for two minutes) but the information was not updated on home assistant, it was listed as still open and with 2 minutes of watering pending (it should decrease over time).

One thing that I've noticed is that if I open the Smart Life application while it is watering, it will show the correct information and somewhat push it to Home Assistant, which will work properly for that moment. I had the valve disconnected from the Internet when it worked and it is connected now, maybe that could be the reason of the malfunction?

Diagnostics

{
  "home_assistant": {
    "installation_type": "Home Assistant Container",
    "version": "2024.6.4",
    "dev": false,
    "hassio": false,
    "virtualenv": false,
    "python_version": "3.12.2",
    "docker": true,
    "arch": "x86_64",
    "timezone": "Europe/Madrid",
    "os_name": "Linux",
    "os_version": "6.1.0-21-amd64",
    "run_as_root": true
  },
  "custom_components": {
    "tuya": {
      "documentation": "https://www.home-assistant.io/integrations/tuya",
      "version": "2.0.0",
      "requirements": [
        "tuya-iot-py-sdk==0.6.6"
      ]
    },
    "hacs": {
      "documentation": "https://hacs.xyz/docs/configuration/start",
      "version": "1.34.0",
      "requirements": [
        "aiogithubapi>=22.10.1"
      ]
    },
    "adaptive_lighting": {
      "documentation": "https://github.com/basnijholt/adaptive-lighting#readme",
      "version": "1.22.0",
      "requirements": [
        "ulid-transform"
      ]
    },
    "tuya_local": {
      "documentation": "https://github.com/make-all/tuya-local",
      "version": "2024.6.0",
      "requirements": [
        "tinytuya==1.14.0",
        "tuya-device-sharing-sdk==0.1.9"
      ]
    },
    "dreame_vacuum": {
      "documentation": "https://github.com/Tasshack/dreame-vacuum",
      "version": "v1.0.4",
      "requirements": [
        "pillow",
        "numpy",
        "pybase64",
        "requests",
        "pycryptodome",
        "python-miio",
        "py-mini-racer",
        "tzlocal",
        "paho-mqtt"
      ]
    },
    "edata": {
      "documentation": "https://github.com/uvejota/homeassistant-edata/",
      "version": "2023.06.6",
      "requirements": [
        "e-data==1.1.8",
        "python-dateutil>=2.8.2"
      ]
    }
  },
  "integration_manifest": {
    "domain": "tuya_local",
    "name": "Tuya Local",
    "codeowners": [
      "make-all"
    ],
    "config_flow": true,
    "dependencies": [],
    "documentation": "https://github.com/make-all/tuya-local",
    "integration_type": "device",
    "iot_class": "local_push",
    "issue_tracker": "https://github.com/make-all/tuya-local/issues",
    "requirements": [
      "tinytuya==1.14.0",
      "tuya-device-sharing-sdk==0.1.9"
    ],
    "version": "2024.6.0",
    "is_built_in": false
  },
  "setup_times": {
    "null": {
      "setup": 1.8162187188863754e-05
    },
    "5ab710d06aa5fb4a9c1a40462b0e2186": {
      "wait_import_platforms": -4.2528443448245525,
      "wait_base_component": -0.0008149710483849049,
      "config_entry_setup": 4.7586180828511715
    }
  },
  "data": {
    "name": "Valvula Jardin",
    "type": "diivoo_wt05",
    "device_id": "**REDACTED**",
    "device_cid": "**REDACTED**",
    "local_key": "**REDACTED**",
    "host": "**REDACTED**",
    "protocol_version": 3.4,
    "tinytuya_version": "1.14.0",
    "api_version_set": 3.4,
    "api_version_used": 3.4,
    "api_working": true,
    "status": {},
    "cached_state": {
      "updated_at": 1719559813.519605,
      "11": 100,
      "103": 0,
      "104": false,
      "105": true,
      "106": 2,
      "110": 11,
      "111": 60,
      "112": "manual",
      "113": "idle",
      "114": "OFF",
      "117": "OFF",
      "102": "AA==",
      "101": "AA=="
    },
    "pending_state": {},
    "connected": true,
    "force_dps": [],
    "home_assistant": {
      "name": "Valvula Jardin",
      "name_by_user": null,
      "disabled": false,
      "disabled_by": null,
      "entities": [
        {
          "disabled": false,
          "disabled_by": null,
          "entity_category": "config",
          "device_class": null,
          "original_device_class": null,
          "icon": null,
          "unit_of_measurement": "min",
          "state": {
            "entity_id": "number.valvula_jardin_irrigation_time_1",
            "state": "2",
            "attributes": {
              "min": 0.0,
              "max": 1440.0,
              "step": 1.0,
              "mode": "auto",
              "unit_of_measurement": "min",
              "icon": "mdi:timer",
              "friendly_name": "Valvula Jardin Irrigation time 1"
            },
            "last_changed": "2024-06-28T07:27:31.628176+00:00",
            "last_reported": "2024-06-28T07:30:13.524502+00:00",
            "last_updated": "2024-06-28T07:27:31.628176+00:00"
          }
        },
        {
          "disabled": false,
          "disabled_by": null,
          "entity_category": "config",
          "device_class": null,
          "original_device_class": null,
          "icon": null,
          "unit_of_measurement": "min",
          "state": {
            "entity_id": "number.valvula_jardin_irrigation_time_2",
            "state": "0",
            "attributes": {
              "min": 0.0,
              "max": 1440.0,
              "step": 1.0,
              "mode": "auto",
              "unit_of_measurement": "min",
              "icon": "mdi:timer",
              "friendly_name": "Valvula Jardin Irrigation time 2"
            },
            "last_changed": "2024-06-25T20:03:20.564114+00:00",
            "last_reported": "2024-06-28T07:30:13.524701+00:00",
            "last_updated": "2024-06-25T20:03:20.564114+00:00"
          }
        },
        {
          "disabled": false,
          "disabled_by": null,
          "entity_category": "diagnostic",
          "device_class": null,
          "original_device_class": "battery",
          "icon": null,
          "unit_of_measurement": "%",
          "state": {
            "entity_id": "sensor.valvula_jardin_bateria",
            "state": "100",
            "attributes": {
              "unit_of_measurement": "%",
              "device_class": "battery",
              "friendly_name": "Valvula Jardin"
            },
            "last_changed": "2024-06-27T17:35:58.815044+00:00",
            "last_reported": "2024-06-28T07:30:13.522701+00:00",
            "last_updated": "2024-06-27T17:35:58.815044+00:00"
          }
        },
        {
          "disabled": false,
          "disabled_by": null,
          "entity_category": "diagnostic",
          "device_class": null,
          "original_device_class": null,
          "icon": null,
          "unit_of_measurement": null,
          "state": {
            "entity_id": "sensor.valvula_jardin_operation_1",
            "state": "idle",
            "attributes": {
              "friendly_name": "Valvula Jardin Operation 1"
            },
            "last_changed": "2024-06-25T20:03:20.562944+00:00",
            "last_reported": "2024-06-28T07:30:13.523064+00:00",
            "last_updated": "2024-06-25T20:03:20.562944+00:00"
          }
        },
        {
          "disabled": false,
          "disabled_by": null,
          "entity_category": "diagnostic",
          "device_class": null,
          "original_device_class": null,
          "icon": null,
          "unit_of_measurement": null,
          "state": {
            "entity_id": "sensor.valvula_jardin_operation_2",
            "state": "manual",
            "attributes": {
              "friendly_name": "Valvula Jardin Operation 2"
            },
            "last_changed": "2024-06-28T07:27:34.587705+00:00",
            "last_reported": "2024-06-28T07:30:13.523401+00:00",
            "last_updated": "2024-06-28T07:27:34.587705+00:00"
          }
        },
        {
          "disabled": false,
          "disabled_by": null,
          "entity_category": "diagnostic",
          "device_class": null,
          "original_device_class": "duration",
          "icon": null,
          "unit_of_measurement": "s",
          "state": {
            "entity_id": "sensor.valvula_jardin_last_use_time_1",
            "state": "60",
            "attributes": {
              "unit_of_measurement": "s",
              "device_class": "duration",
              "friendly_name": "Valvula Jardin Last use time 1"
            },
            "last_changed": "2024-06-27T17:35:59.270311+00:00",
            "last_reported": "2024-06-28T07:30:13.523750+00:00",
            "last_updated": "2024-06-27T17:35:59.270311+00:00"
          }
        },
        {
          "disabled": false,
          "disabled_by": null,
          "entity_category": "diagnostic",
          "device_class": null,
          "original_device_class": "duration",
          "icon": null,
          "unit_of_measurement": "s",
          "state": {
            "entity_id": "sensor.valvula_jardin_last_use_time_2",
            "state": "11",
            "attributes": {
              "unit_of_measurement": "s",
              "device_class": "duration",
              "friendly_name": "Valvula Jardin Last use time 2"
            },
            "last_changed": "2024-06-27T07:35:45.637884+00:00",
            "last_reported": "2024-06-28T07:30:13.524181+00:00",
            "last_updated": "2024-06-27T07:35:45.637884+00:00"
          }
        },
        {
          "disabled": true,
          "disabled_by": "integration",
          "entity_category": "config",
          "device_class": null,
          "original_device_class": null,
          "icon": null,
          "unit_of_measurement": null,
          "state": null
        },
        {
          "disabled": true,
          "disabled_by": "integration",
          "entity_category": "config",
          "device_class": null,
          "original_device_class": null,
          "icon": null,
          "unit_of_measurement": null,
          "state": null
        },
        {
          "disabled": false,
          "disabled_by": null,
          "entity_category": "config",
          "device_class": null,
          "original_device_class": null,
          "icon": null,
          "unit_of_measurement": null,
          "state": {
            "entity_id": "select.valvula_jardin_weather_delay_1",
            "state": "Off",
            "attributes": {
              "options": [
                "Off",
                "1 day",
                "2 days",
                "3 days",
                "4 days",
                "5 days",
                "6 days",
                "7 days"
              ],
              "icon": "mdi:weather-cloudy-clock",
              "friendly_name": "Valvula Jardin Weather delay 1"
            },
            "last_changed": "2024-06-25T20:03:20.562058+00:00",
            "last_reported": "2024-06-28T07:30:13.521378+00:00",
            "last_updated": "2024-06-25T20:03:20.562058+00:00"
          }
        },
        {
          "disabled": false,
          "disabled_by": null,
          "entity_category": "config",
          "device_class": null,
          "original_device_class": null,
          "icon": null,
          "unit_of_measurement": null,
          "state": {
            "entity_id": "select.valvula_jardin_weather_delay_2",
            "state": "Off",
            "attributes": {
              "options": [
                "Off",
                "1 day",
                "2 days",
                "3 days",
                "4 days",
                "5 days",
                "6 days",
                "7 days"
              ],
              "icon": "mdi:weather-cloudy-clock",
              "friendly_name": "Valvula Jardin Weather delay 2"
            },
            "last_changed": "2024-06-25T20:03:20.562425+00:00",
            "last_reported": "2024-06-28T07:30:13.522264+00:00",
            "last_updated": "2024-06-25T20:03:20.562425+00:00"
          }
        },
        {
          "disabled": false,
          "disabled_by": null,
          "entity_category": null,
          "device_class": null,
          "original_device_class": "water",
          "icon": null,
          "unit_of_measurement": null,
          "state": {
            "entity_id": "valve.valvula_jardin_valve_1",
            "state": "open",
            "attributes": {
              "device_class": "water",
              "friendly_name": "Jardin",
              "supported_features": 3
            },
            "last_changed": "2024-06-28T07:27:34.291727+00:00",
            "last_reported": "2024-06-28T07:30:13.524855+00:00",
            "last_updated": "2024-06-28T07:27:34.291727+00:00"
          }
        },
        {
          "disabled": false,
          "disabled_by": null,
          "entity_category": null,
          "device_class": null,
          "original_device_class": "water",
          "icon": null,
          "unit_of_measurement": null,
          "state": {
            "entity_id": "valve.valvula_jardin_valve_2",
            "state": "closed",
            "attributes": {
              "device_class": "water",
              "friendly_name": "Manguera",
              "supported_features": 3
            },
            "last_changed": "2024-06-25T20:03:20.564513+00:00",
            "last_reported": "2024-06-28T07:30:13.525168+00:00",
            "last_updated": "2024-06-25T20:03:20.564513+00:00"
          }
        }
      ]
    }
  }
}

Debug Log

2024-06-28 09:27:21.056 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin received {"11": 100, "103": 0, "104": false, "105": false, "106": 0, "110": 11, "111": 60, "112": "idle", "113": "idle", "114": "OFF", "117": "OFF", "full_poll": true}
2024-06-28 09:27:21.057 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:21.058 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:21.058 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:21.058 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:21.059 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:21.059 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:21.059 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:21.059 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:21.059 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:21.059 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:21.060 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:21.060 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:21.060 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:21.060 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:21.060 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:21.060 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:21.061 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:27:21.061 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:27:27.697 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Rounding value
2024-06-28 09:27:27.697 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin new pending updates: {"106": {"value": 2, "updated_at": 1719559647.6976218, "sent": false}}
2024-06-28 09:27:27.699 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin sending dps update: {"106": 2}
2024-06-28 09:27:27.996 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin received {"11": 100, "103": 0, "104": false, "105": false, "106": 0, "110": 11, "111": 60, "112": "idle", "113": "idle", "114": "OFF", "117": "OFF", "full_poll": true}
2024-06-28 09:27:27.997 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:27.998 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:27.998 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:27.998 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:27.998 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:27.998 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:27.999 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:27.999 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:27.999 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:27.999 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:27.999 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:28.000 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:28.000 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:28.000 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:28.000 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:28.000 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:28.001 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:27:28.001 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:27:28.546 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin received {"106": 2, "full_poll": false}
2024-06-28 09:27:28.547 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:28.548 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:28.548 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:28.548 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:28.548 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:28.548 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:28.549 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:28.549 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:28.549 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:28.549 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:28.549 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:28.550 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:28.550 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:28.550 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:28.550 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:28.550 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:28.550 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:27:28.551 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:27:28.743 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin received {"106": 0, "full_poll": false}
2024-06-28 09:27:28.744 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:28.744 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:28.744 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:28.744 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:28.745 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:28.745 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:28.745 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:28.745 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:28.745 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:28.745 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:28.746 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:28.746 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:28.746 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:28.746 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:28.746 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:28.746 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:28.747 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:27:28.747 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:27:28.957 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin received {"102": "AA==", "full_poll": false}
2024-06-28 09:27:28.958 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:28.959 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:28.959 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:28.959 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:28.959 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:28.959 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:28.959 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:28.960 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:28.960 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:28.960 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:28.960 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:28.960 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:28.961 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:28.961 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:28.961 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:28.961 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:28.961 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:27:28.961 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:27:29.166 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin received {"101": "AA==", "full_poll": false}
2024-06-28 09:27:29.166 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:29.166 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:29.167 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:29.167 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:29.167 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:29.167 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:29.167 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:29.167 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:29.168 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:29.168 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:29.168 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:29.168 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:29.168 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:29.168 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:29.169 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:29.169 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:29.169 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:27:29.169 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:27:31.155 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Rounding value
2024-06-28 09:27:31.155 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin new pending updates: {"106": {"value": 1, "updated_at": 1719559651.1554723, "sent": false}}
2024-06-28 09:27:31.157 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin sending dps update: {"106": 1}
2024-06-28 09:27:31.506 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin received {"106": 1, "full_poll": true}
2024-06-28 09:27:31.508 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:31.508 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:31.509 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:31.509 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:31.510 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:31.510 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:31.510 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:31.510 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:31.510 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:31.511 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:31.511 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:31.511 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:31.511 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:31.511 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:31.512 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:31.512 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:31.512 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:27:31.512 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:27:31.516 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Rounding value
2024-06-28 09:27:31.516 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin new pending updates: {"106": {"value": 2, "updated_at": 1719559651.5167422, "sent": false}}
2024-06-28 09:27:31.622 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin received {"11": 100, "103": 0, "104": false, "105": false, "106": 0, "110": 11, "111": 60, "112": "idle", "113": "idle", "114": "OFF", "117": "OFF", "full_poll": false}
2024-06-28 09:27:31.624 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:31.624 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:31.624 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:31.624 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:31.625 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:31.625 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:31.625 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:31.625 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:31.625 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:31.626 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:31.626 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:31.626 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:31.626 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:31.627 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:31.627 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:31.627 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:31.627 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:27:31.627 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:27:32.518 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin sending dps update: {"106": 2}
2024-06-28 09:27:32.850 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin received {"11": 100, "103": 0, "104": false, "105": false, "106": 1, "110": 11, "111": 60, "112": "idle", "113": "idle", "114": "OFF", "117": "OFF", "full_poll": true}
2024-06-28 09:27:32.850 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:32.850 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:32.850 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:32.851 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:32.851 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:32.851 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:32.851 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:32.851 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:32.851 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:32.851 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:32.851 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:32.851 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:32.852 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:32.852 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:32.852 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:32.852 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:32.852 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:27:32.852 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:27:32.964 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin received {"106": 2, "full_poll": false}
2024-06-28 09:27:32.965 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:32.966 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:32.966 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:32.966 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:32.966 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:32.966 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:32.966 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:32.966 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:32.967 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:32.967 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:32.967 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:32.967 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:32.967 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:32.968 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:32.968 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:32.968 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:32.968 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:27:32.968 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:27:33.051 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin new pending updates: {"105": {"value": true, "updated_at": 1719559653.051883, "sent": false}}
2024-06-28 09:27:34.054 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin sending dps update: {"105": true}
2024-06-28 09:27:34.283 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin received {"11": 100, "103": 0, "104": false, "105": false, "106": 2, "110": 11, "111": 60, "112": "idle", "113": "idle", "114": "OFF", "117": "OFF", "full_poll": true}
2024-06-28 09:27:34.285 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:34.285 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:34.285 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:34.286 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:34.286 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:34.286 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:34.286 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:34.286 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:34.287 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:34.287 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:34.287 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:34.288 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:34.288 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:34.288 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:34.288 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:34.288 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:34.289 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:27:34.289 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:27:34.582 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin received {"112": "manual", "full_poll": false}
2024-06-28 09:27:34.583 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:34.583 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:34.583 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:34.583 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:34.584 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:34.584 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:34.585 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:34.585 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:34.585 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:34.586 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:34.586 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:34.586 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:34.587 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:34.587 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:34.588 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:34.593 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:34.593 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:27:34.593 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:27:34.697 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin received {"105": true, "full_poll": false}
2024-06-28 09:27:34.698 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:34.698 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:34.699 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:27:34.699 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:34.699 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:34.699 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:34.699 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:27:34.699 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:27:34.700 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:34.700 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:27:34.700 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:34.700 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:27:34.700 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:34.701 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:27:34.701 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:34.701 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:27:34.701 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:27:34.701 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:28:06.725 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin received {"11": 100, "103": 0, "104": false, "105": true, "106": 2, "110": 11, "111": 60, "112": "manual", "113": "idle", "114": "OFF", "117": "OFF", "full_poll": true}
2024-06-28 09:28:06.726 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:28:06.727 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:28:06.727 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:28:06.727 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:28:06.727 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:28:06.727 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:28:06.727 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:28:06.728 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:28:06.728 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:28:06.728 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:28:06.728 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:28:06.728 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:28:06.729 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:28:06.729 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:28:06.729 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:28:06.729 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:28:06.729 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:28:06.729 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:28:37.771 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin received {"11": 100, "103": 0, "104": false, "105": true, "106": 2, "110": 11, "111": 60, "112": "manual", "113": "idle", "114": "OFF", "117": "OFF", "full_poll": true}
2024-06-28 09:28:37.773 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:28:37.773 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:28:37.773 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:28:37.773 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:28:37.773 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:28:37.774 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:28:37.774 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:28:37.774 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:28:37.774 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:28:37.774 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:28:37.774 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:28:37.775 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:28:37.775 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:28:37.775 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:28:37.775 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:28:37.775 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:28:37.775 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:28:37.776 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:29:11.554 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin received {"11": 100, "103": 0, "104": false, "105": true, "106": 2, "110": 11, "111": 60, "112": "manual", "113": "idle", "114": "OFF", "117": "OFF", "full_poll": true}
2024-06-28 09:29:11.555 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:29:11.555 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:29:11.556 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:29:11.556 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:29:11.556 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:29:11.556 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:29:11.556 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:29:11.556 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:29:11.557 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:29:11.557 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:29:11.557 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:29:11.557 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:29:11.557 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:29:11.558 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:29:11.558 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:29:11.558 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:29:11.558 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:29:11.558 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:29:42.490 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin received {"11": 100, "103": 0, "104": false, "105": true, "106": 2, "110": 11, "111": 60, "112": "manual", "113": "idle", "114": "OFF", "117": "OFF", "full_poll": true}
2024-06-28 09:29:42.492 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:29:42.492 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:29:42.492 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:29:42.492 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:29:42.493 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:29:42.493 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:29:42.493 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:29:42.493 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:29:42.493 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:29:42.493 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:29:42.494 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:29:42.494 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:29:42.494 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:29:42.494 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:29:42.494 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:29:42.495 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:29:42.495 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:29:42.495 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:30:13.519 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin received {"11": 100, "103": 0, "104": false, "105": true, "106": 2, "110": 11, "111": 60, "112": "manual", "113": "idle", "114": "OFF", "117": "OFF", "full_poll": true}
2024-06-28 09:30:13.520 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:30:13.520 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:30:13.521 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:30:13.521 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:30:13.521 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:30:13.521 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:30:13.522 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:30:13.522 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:30:13.522 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:30:13.522 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:30:13.522 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:30:13.522 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:30:13.523 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:30:13.523 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:30:13.523 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:30:13.523 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:30:13.523 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:30:13.524 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:30:44.452 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin received {"11": 100, "103": 0, "104": false, "105": true, "106": 2, "110": 11, "111": 60, "112": "manual", "113": "idle", "114": "OFF", "117": "OFF", "full_poll": true}
2024-06-28 09:30:44.454 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:30:44.454 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:30:44.455 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:30:44.455 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:30:44.456 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:30:44.456 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:30:44.456 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:30:44.456 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:30:44.457 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:30:44.457 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:30:44.457 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:30:44.457 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:30:44.457 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:30:44.458 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:30:44.458 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:30:44.458 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:30:44.459 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:30:44.459 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:31:15.959 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin received {"11": 100, "103": 0, "104": false, "105": true, "106": 2, "110": 11, "111": 60, "112": "manual", "113": "idle", "114": "OFF", "117": "OFF", "full_poll": true}
2024-06-28 09:31:15.961 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:31:15.961 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:31:15.961 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:31:15.962 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:31:15.962 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:31:15.962 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:31:15.962 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:31:15.962 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:31:15.963 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:31:15.963 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:31:15.963 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:31:15.963 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:31:15.963 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:31:15.963 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:31:15.964 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:31:15.964 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:31:15.964 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:31:15.964 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:31:47.001 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin received {"11": 100, "103": 0, "104": false, "105": true, "106": 2, "110": 11, "111": 60, "112": "manual", "113": "idle", "114": "OFF", "117": "OFF", "full_poll": true}
2024-06-28 09:31:47.002 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:31:47.002 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:31:47.003 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:31:47.003 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:31:47.003 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:31:47.003 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:31:47.004 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:31:47.004 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:31:47.004 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:31:47.004 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:31:47.004 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:31:47.005 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:31:47.005 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:31:47.005 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:31:47.005 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:31:47.005 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:31:47.006 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:31:47.006 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:32:18.641 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin received {"11": 100, "103": 0, "104": false, "105": true, "106": 2, "110": 11, "111": 60, "112": "manual", "113": "idle", "114": "OFF", "117": "OFF", "full_poll": true}
2024-06-28 09:32:18.642 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:32:18.643 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:32:18.643 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:32:18.643 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:32:18.643 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:32:18.643 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:32:18.644 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:32:18.644 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:32:18.644 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:32:18.644 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:32:18.644 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:32:18.644 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:32:18.645 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:32:18.645 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:32:18.645 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:32:18.645 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:32:18.645 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:32:18.645 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:32:49.464 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin received {"11": 100, "103": 0, "104": false, "105": true, "106": 2, "110": 11, "111": 60, "112": "manual", "113": "idle", "114": "OFF", "117": "OFF", "full_poll": true}
2024-06-28 09:32:49.466 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:32:49.466 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:32:49.466 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:32:49.466 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:32:49.467 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:32:49.467 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:32:49.467 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:32:49.467 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:32:49.467 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:32:49.467 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:32:49.468 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:32:49.468 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:32:49.468 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:32:49.468 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:32:49.468 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:32:49.469 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:32:49.469 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:32:49.469 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:33:20.994 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin received {"11": 100, "103": 0, "104": false, "105": true, "106": 2, "110": 11, "111": 60, "112": "manual", "113": "idle", "114": "OFF", "117": "OFF", "full_poll": true}
2024-06-28 09:33:20.995 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:33:20.995 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:33:20.996 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:33:20.996 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:33:20.996 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:33:20.996 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:33:20.996 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:33:20.996 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:33:20.997 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:33:20.997 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:33:20.997 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:33:20.997 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:33:20.997 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:33:20.997 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:33:20.998 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:33:20.998 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:33:20.998 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:33:20.998 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:33:52.548 DEBUG (MainThread) [custom_components.tuya_local.device] Valvula Jardin received {"11": 100, "103": 0, "104": false, "105": true, "106": 2, "110": 11, "111": 60, "112": "manual", "113": "idle", "114": "OFF", "117": "OFF", "full_poll": true}
2024-06-28 09:33:52.550 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:33:52.550 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:33:52.551 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 117 value from OFF to Off
2024-06-28 09:33:52.551 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:33:52.551 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:33:52.551 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:33:52.551 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] Dual water timer: Mapped dps 114 value from OFF to Off
2024-06-28 09:33:52.551 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] option values: ['Off', '1 day', '2 days', '3 days', '4 days', '5 days', '6 days', '7 days']
2024-06-28 09:33:52.552 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:33:52.552 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 11 (sensor), unable to determine valid values
2024-06-28 09:33:52.552 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:33:52.552 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 113 (sensor), unable to determine valid values
2024-06-28 09:33:52.552 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:33:52.553 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 112 (sensor), unable to determine valid values
2024-06-28 09:33:52.553 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:33:52.553 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 111 (sensor), unable to determine valid values
2024-06-28 09:33:52.553 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values
2024-06-28 09:33:52.553 DEBUG (MainThread) [custom_components.tuya_local.helpers.device_config] No mapping for dpid 110 (sensor), unable to determine valid values

from tuya-local.

make-all avatar make-all commented on August 17, 2024

The integration can only report what the hub is telling it. It seems there is some method that the app uses to override the normal battery management to get more frequent updates. If you find what it is, then it may be possible to add a way to do the same on demand from this integration, but this sort of info is not readily available to implement blind.

from tuya-local.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.