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

Tera EV Charger unsupported #117729

Open
3ldcm opened this issue May 19, 2024 · 1 comment
Open

Tera EV Charger unsupported #117729

3ldcm opened this issue May 19, 2024 · 1 comment
Assignees

Comments

@3ldcm
Copy link

3ldcm commented May 19, 2024

The problem

Tera EV Charger is unsupported

What version of Home Assistant Core has the issue?

core-2024.5.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

tuya

Link to integration documentation on our website

No response

Diagnostics information

"documentation": "https://www.home-assistant.io/integrations/tuya",
"integration_type": "hub",
"iot_class": "cloud_push",
"loggers": [
"tuya_iot"
],
"requirements": [
"tuya-device-sharing-sdk==0.1.9"
],
"is_built_in": true
},
"data": {
"endpoint": "https://apigw.tuyaeu.com",
"terminal_id": "17161234901141LmpQ0",
"mqtt_connected": true,
"disabled_by": null,
"disabled_polling": false,
"id": "bf3c0af84a80f6fe82vep0",
"name": "Tera EV Charger",
"category": "qccdz",
"product_id": "o4zjlnwqwe0dzitl",
"product_name": "Tera EV Charger",
"online": true,
"sub": false,
"time_zone": "+02:00",
"active_time": "2024-05-19T08:17:57+00:00",
"create_time": "2024-05-19T08:17:57+00:00",
"update_time": "2024-05-19T08:17:57+00:00",
"function": {
"charge_cur_set": {
"type": "Integer",
"value": {
"unit": "A",
"min": 8,
"max": 32,
"scale": 0,
"step": 1
}
},
"work_mode": {
"type": "Enum",
"value": {
"range": [
"charge_now",
"charge_pct",
"charge_energy",
"charge_schedule"
]
}
},
"switch": {
"type": "Boolean",
"value": {}
}
},
"status_range": {
"forward_energy_total": {
"type": "Integer",
"value": {
"unit": "kW\u00b7h",
"min": 0,
"max": 99999999,
"scale": 2,
"step": 1
}
},
"work_state": {
"type": "Enum",
"value": {
"range": [
"charger_free",
"charger_insert",
"charger_free_fault",
"charger_wait",
"charger_charging",
"charger_pause",
"charger_end",
"charger_fault"
]
}
},
"charge_cur_set": {
"type": "Integer",
"value": {
"unit": "A",
"min": 8,
"max": 32,
"scale": 0,
"step": 1
}
},
"power_total": {
"type": "Integer",
"value": {
"unit": "kW",
"min": 0,
"max": 99999999,
"scale": 3,
"step": 1
}
},
"connection_state": {
"type": "Enum",
"value": {
"range": [
"controlpi_12v",
"controlpi_12v_pwm",
"controlpi_9v",
"controlpi_9v_pwm",
"controlpi_6v",
"controlpi_6v_pwm",
"controlpi_error"
]
}
},
"work_mode": {
"type": "Enum",
"value": {
"range": [
"charge_now",
"charge_pct",
"charge_energy",
"charge_schedule"
]
}
},
"balance_energy": {
"type": "Integer",
"value": {
"unit": "kW\u00b7h",
"min": 0,
"max": 99999999,
"scale": 2,
"step": 1
}
},
"switch": {
"type": "Boolean",
"value": {}
},
"temp_current": {
"type": "Integer",
"value": {
"unit": "\u2103",
"min": -40,
"max": 200,
"scale": 0,
"step": 1
}
},
"charge_energy_once": {
"type": "Integer",
"value": {
"unit": "kW\u00b7h",
"min": 1,
"max": 999999,
"scale": 2,
"step": 1
}
}
},
"status": {
"forward_energy_total": 2485,
"work_state": "charger_charging",
"charge_cur_set": 10,
"power_total": 6801,
"connection_state": "controlpi_6v_pwm",
"work_mode": "charge_now",
"balance_energy": 0,
"switch": true,
"temp_current": 66,
"charge_energy_once": 3
},
"home_assistant": {
"name": "Tera EV Charger",
"name_by_user": null,
"disabled": false,
"disabled_by": null,
"entities": []
},
"set_up": false,
"support_local": true
}
}

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

@home-assistant
Copy link

Hey there @tuya, @zlinoliver, @frenck, mind taking a look at this issue as it has been labeled with an integration (tuya) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of tuya can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign tuya Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


tuya documentation
tuya source
(message by IssueLinks)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants