parent
2e4a19b058
commit
1f8129f4b8
|
@ -23,7 +23,7 @@ PEBLAR_CHARGE_LIMITER_TO_HOME_ASSISTANT = {
|
|||
ChargeLimiter.INSTALLATION_LIMIT: "installation_limit",
|
||||
ChargeLimiter.LOCAL_MODBUS_API: "local_modbus_api",
|
||||
ChargeLimiter.LOCAL_REST_API: "local_rest_api",
|
||||
ChargeLimiter.LOCAL_SCHEDULED: "local_scheduled",
|
||||
ChargeLimiter.LOCAL_SCHEDULED_CHARGING: "local_scheduled_charging",
|
||||
ChargeLimiter.OCPP_SMART_CHARGING: "ocpp_smart_charging",
|
||||
ChargeLimiter.OVERCURRENT_PROTECTION: "overcurrent_protection",
|
||||
ChargeLimiter.PHASE_IMBALANCE: "phase_imbalance",
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
"integration_type": "device",
|
||||
"iot_class": "local_polling",
|
||||
"quality_scale": "platinum",
|
||||
"requirements": ["peblar==0.3.3"],
|
||||
"requirements": ["peblar==0.4.0"],
|
||||
"zeroconf": [{ "type": "_http._tcp.local.", "name": "pblr-*" }]
|
||||
}
|
||||
|
|
|
@ -96,6 +96,7 @@
|
|||
"installation_limit": "Installation limit",
|
||||
"local_modbus_api": "Modbus API",
|
||||
"local_rest_api": "REST API",
|
||||
"local_scheduled_charging": "Scheduled charging",
|
||||
"ocpp_smart_charging": "OCPP smart charging",
|
||||
"overcurrent_protection": "Overcurrent protection",
|
||||
"phase_imbalance": "Phase imbalance",
|
||||
|
|
|
@ -1603,7 +1603,7 @@ panasonic-viera==0.4.2
|
|||
pdunehd==1.3.2
|
||||
|
||||
# homeassistant.components.peblar
|
||||
peblar==0.3.3
|
||||
peblar==0.4.0
|
||||
|
||||
# homeassistant.components.peco
|
||||
peco==0.0.30
|
||||
|
|
|
@ -1330,7 +1330,7 @@ panasonic-viera==0.4.2
|
|||
pdunehd==1.3.2
|
||||
|
||||
# homeassistant.components.peblar
|
||||
peblar==0.3.3
|
||||
peblar==0.4.0
|
||||
|
||||
# homeassistant.components.peco
|
||||
peco==0.0.30
|
||||
|
|
|
@ -51,10 +51,8 @@
|
|||
'Hostname': 'PBLR-0000645',
|
||||
'HwFixedCableRating': 20,
|
||||
'HwFwCompat': 'wlac-2',
|
||||
'HwHas4pRelay': False,
|
||||
'HwHasBop': True,
|
||||
'HwHasBuzzer': True,
|
||||
'HwHasDualSocket': False,
|
||||
'HwHasEichrechtLaserMarking': False,
|
||||
'HwHasEthernet': True,
|
||||
'HwHasLed': True,
|
||||
|
@ -64,13 +62,11 @@
|
|||
'HwHasPlc': False,
|
||||
'HwHasRfid': True,
|
||||
'HwHasRs485': True,
|
||||
'HwHasShutter': False,
|
||||
'HwHasSocket': False,
|
||||
'HwHasTpm': False,
|
||||
'HwHasWlan': True,
|
||||
'HwMaxCurrent': 16,
|
||||
'HwOneOrThreePhase': 3,
|
||||
'HwUKCompliant': False,
|
||||
'MainboardPn': '6004-2300-7600',
|
||||
'MainboardSn': '23-38-A4E-2MC',
|
||||
'MeterCalIGainA': 267369,
|
||||
|
@ -86,7 +82,6 @@
|
|||
'MeterCalVGainB': 246074,
|
||||
'MeterCalVGainC': 230191,
|
||||
'MeterFwIdent': 'b9cbcd',
|
||||
'NorFlash': 'True',
|
||||
'ProductModelName': 'WLAC1-H11R0WE0ICR00',
|
||||
'ProductPn': '6004-2300-8002',
|
||||
'ProductSn': '23-45-A4O-MOF',
|
||||
|
|
|
@ -302,7 +302,7 @@
|
|||
'installation_limit',
|
||||
'local_modbus_api',
|
||||
'local_rest_api',
|
||||
'local_scheduled',
|
||||
'local_scheduled_charging',
|
||||
'ocpp_smart_charging',
|
||||
'overcurrent_protection',
|
||||
'phase_imbalance',
|
||||
|
@ -354,7 +354,7 @@
|
|||
'installation_limit',
|
||||
'local_modbus_api',
|
||||
'local_rest_api',
|
||||
'local_scheduled',
|
||||
'local_scheduled_charging',
|
||||
'ocpp_smart_charging',
|
||||
'overcurrent_protection',
|
||||
'phase_imbalance',
|
||||
|
|
Loading…
Reference in New Issue