Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add device yaml for VEVOR Level 2 Electric Vehicle Charging Station #2172

Merged
merged 2 commits into from
Aug 7, 2024

Conversation

daubman
Copy link
Contributor

@daubman daubman commented Aug 1, 2024

This device yaml has been tested and is being used with:
VEVOR Level 2 Electric Vehicle Charging Station, 0-48A Adjustable, 11.5 kW 240V NEMA14-50 Plug Smart EV Charger with WiFi
https://www.vevor.com/portable-ev-charger-c_11497/vevor-level-2-electric-vehicle-charging-station-0-48a-adjustable-11-5-kw-240v-nema14-50-plug-smart-ev-charger-with-wifi-24-foot-tpe-charging-cable-for-indoor-outdoor-use-etl-energy-star-certifie-p_010273346615

Here's a screenshot of a dashboard using this device:
Screenshot 2024-07-31 at 10 29 49 PM

Compared to the Tuya Smart Life app:

This charger was found to be very similar to the previous VEVOR charger added via:
#1757

In case it is useful, here is the diagnostic download:
config_entry-tuya_local-01J2WV6Z4K9XZ6BQYGS518Q79N.json

Tuya Cloud properties query:

{
  "result": {
    "properties": [
      {
        "code": "forward_energy_total",
        "custom_name": "",
        "dp_id": 1,
        "time": 1722480198200,
        "type": "value",
        "value": 2428
      },
      {
        "code": "work_state",
        "custom_name": "",
        "dp_id": 3,
        "time": 1722470470357,
        "type": "enum",
        "value": "charger_charging"
      },
      {
        "code": "charge_cur_set",
        "custom_name": "",
        "dp_id": 4,
        "time": 1722029897034,
        "type": "value",
        "value": 38
      },
      {
        "code": "phase_a",
        "custom_name": "",
        "dp_id": 6,
        "time": 1722480198250,
        "type": "raw",
        "value": "CR8AkVAAIe4="
      },
      {
        "code": "power_total",
        "custom_name": "",
        "dp_id": 9,
        "time": 1722480198365,
        "type": "value",
        "value": 8686
      },
      {
        "code": "fault",
        "custom_name": "",
        "dp_id": 10,
        "time": 1720995142060,
        "type": "bitmap",
        "value": 0
      },
      {
        "code": "connection_state",
        "custom_name": "",
        "dp_id": 13,
        "time": 1722470470514,
        "type": "enum",
        "value": "controlpi_6v_pwm"
      },
      {
        "code": "work_mode",
        "custom_name": "",
        "dp_id": 14,
        "time": 1720923148163,
        "type": "enum",
        "value": "charge_now"
      },
      {
        "code": "clear_energy",
        "custom_name": "",
        "dp_id": 16,
        "time": 1720995369643,
        "type": "bool",
        "value": true
      },
      {
        "code": "switch",
        "custom_name": "",
        "dp_id": 18,
        "time": 1722480198189,
        "type": "bool",
        "value": true
      },
      {
        "code": "system_version",
        "custom_name": "",
        "dp_id": 23,
        "time": 1720995142060,
        "type": "string",
        "value": "V1.0.4"
      },
      {
        "code": "temp_current",
        "custom_name": "",
        "dp_id": 24,
        "time": 1722480198380,
        "type": "value",
        "value": 58
      },
      {
        "code": "charge_energy_once",
        "custom_name": "",
        "dp_id": 25,
        "time": 1722044643419,
        "type": "value",
        "value": 3546
      },
      {
        "code": "online_state",
        "custom_name": "",
        "dp_id": 27,
        "time": 1720923148163,
        "type": "enum",
        "value": "offline"
      },
      {
        "code": "timer_on",
        "custom_name": "",
        "dp_id": 28,
        "time": 1720923148163,
        "type": "value",
        "value": 0
      },
      {
        "code": "mode_set",
        "custom_name": "",
        "dp_id": 33,
        "time": 1720923148163,
        "type": "raw"
      }
    ]
  },
  "success": true,
  "t": 1722480338334,
  "tid": "2272f19b4fb011ef9b372aced4fceef5"
}

- as per review comment, the two power sensors are the same due to being a single phase device (even if connected between 2 phases of a US power supply).  Merge them into a single sensor, with the separate reading as a "total_power" attribute.
- Remove product name from top level name, remove generic product category from product specific name.

PR make-all#2172
@make-all make-all merged commit f7eefa0 into make-all:main Aug 7, 2024
4 checks passed
make-all added a commit that referenced this pull request Aug 7, 2024
timlaing pushed a commit to timlaing/tuya-local that referenced this pull request Aug 8, 2024
- as per review comment, the two power sensors are the same due to being a single phase device (even if connected between 2 phases of a US power supply).  Merge them into a single sensor, with the separate reading as a "total_power" attribute.
- Remove product name from top level name, remove generic product category from product specific name.

PR make-all#2172
timlaing pushed a commit to timlaing/tuya-local that referenced this pull request Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants