|
@@ -7,7 +7,7 @@ entities:
|
|
|
- entity: sensor
|
|
- entity: sensor
|
|
|
class: energy
|
|
class: energy
|
|
|
dps:
|
|
dps:
|
|
|
- - id: 1
|
|
|
|
|
|
|
+ - id: 17
|
|
|
type: integer
|
|
type: integer
|
|
|
optional: true
|
|
optional: true
|
|
|
name: sensor
|
|
name: sensor
|
|
@@ -15,6 +15,12 @@ entities:
|
|
|
class: total_increasing
|
|
class: total_increasing
|
|
|
mapping:
|
|
mapping:
|
|
|
- scale: 100
|
|
- scale: 100
|
|
|
|
|
+ - id: 1
|
|
|
|
|
+ type: integer
|
|
|
|
|
+ optional: true
|
|
|
|
|
+ name: total_forward_energy
|
|
|
|
|
+ mapping:
|
|
|
|
|
+ - scale: 100
|
|
|
- entity: number
|
|
- entity: number
|
|
|
name: Charging current
|
|
name: Charging current
|
|
|
class: current
|
|
class: current
|
|
@@ -294,6 +300,12 @@ entities:
|
|
|
name: Fixed charge
|
|
name: Fixed charge
|
|
|
category: config
|
|
category: config
|
|
|
class: energy_storage
|
|
class: energy_storage
|
|
|
|
|
+ # Hidden, because there is confusion over the purpose of this dp.
|
|
|
|
|
+ # In Query Things Data Model it is shown as read-write and based on
|
|
|
|
|
+ # other EV chargers, should be for setting the amount of energy for
|
|
|
|
|
+ # a fixed charge, but user feedback is that the total_forward_energy
|
|
|
|
|
+ # on dp 1 does not ever appear, and this dp should be used instead.
|
|
|
|
|
+ hidden: true
|
|
|
dps:
|
|
dps:
|
|
|
- id: 17
|
|
- id: 17
|
|
|
type: integer
|
|
type: integer
|