Conversation
Added Depow Wallbox 7kw - metrics json exposed into HA for power monitoring.
| @@ -0,0 +1,159 @@ | |||
| name: DEPOW 7kW EV Wallbox | |||
There was a problem hiding this comment.
Top level name should be without branding, in case other models match the same config.
| name: DEPOW 7kW EV Wallbox | ||
| products: | ||
| - id: gxrtu5vljdthtd3g | ||
| manufacturer: DEPOW |
There was a problem hiding this comment.
This does not match the brand in the filename. Also the filename has the device type and model specification swapped from the usual brand_model_type convention.
| optional: true | ||
|
|
||
| - entity: number | ||
| name: Charge Current |
There was a problem hiding this comment.
Leave out the name, as it shadows the translation for "current" class, and the name is not really adding info that is not obvious to the user from the device's primary function.
|
|
||
| # --- Core Controls --- | ||
| - entity: switch | ||
| name: Charge Control |
There was a problem hiding this comment.
Probably this represents the primary function of the device, so does not need a name.
|
|
||
| # --- Device Commands --- | ||
| - entity: button | ||
| name: Reset Charger |
There was a problem hiding this comment.
Entity and device names should follow the HA naming convention of only capitalizing the first word.
| optional: true | ||
|
|
||
| - entity: button | ||
| name: Reboot Charger |
There was a problem hiding this comment.
This name should be removed, as the class describes the function already.
|
|
||
| # --- Raw JSON Payloads --- | ||
| - entity: sensor | ||
| name: Raw Metrics JSON |
There was a problem hiding this comment.
Such values are not really suited for sensors, they can be just an attribute on another related entity.
|
|
||
| # --- Misc Diagnostics --- | ||
| - entity: text | ||
| name: Language Config |
There was a problem hiding this comment.
Most likely this is a fixed list of languages, normally a select entity with translation_key: language would be used for that.
Added Depow Wallbox 7kw -
Metrics json exposed into HA for power monitoring.
Clamps on supported currents.