mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Changed remaining adoptor's to adapter (#19546)
This commit is contained in:
parent
ecb1d54f11
commit
d7ed5886a5
@ -13,17 +13,17 @@ ha_platforms:
|
|||||||
- sensor
|
- sensor
|
||||||
---
|
---
|
||||||
|
|
||||||
This implements a direct RS485 connection to a solar inverter in the
|
This implements a direct RS485 connection to a solar inverter in the
|
||||||
PVI-3.0/3.6/4.2-TL-OUTD ABB series, and may work on others.
|
PVI-3.0/3.6/4.2-TL-OUTD ABB series, and may work on others.
|
||||||
The inverter was formerly made by PowerOne who got taken over by ABB.
|
The inverter was formerly made by PowerOne who got taken over by ABB.
|
||||||
|
|
||||||
The TCP/IP method of communicating with inverters is supported by the
|
The TCP/IP method of communicating with inverters is supported by the
|
||||||
Python library, but not by this implementation in this integration.
|
Python library, but not by this implementation in this integration.
|
||||||
|
|
||||||
This integration provides a single sensor which reports the live power output
|
This integration provides a single sensor which reports the live power output
|
||||||
in watts.
|
in watts.
|
||||||
|
|
||||||
Note the PV inverter will be unresponsive to communications when in darkness,
|
Note the PV inverter will be unresponsive to communications when in darkness,
|
||||||
so the value 'unknown' will be displayed during the night.
|
so the value 'unknown' will be displayed during the night.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
@ -39,7 +39,7 @@ sensor:
|
|||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
device:
|
device:
|
||||||
description: The serial port your RS485 adaptor is connected to.
|
description: The serial port your RS485 adapter is connected to.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
address:
|
address:
|
||||||
|
@ -42,7 +42,7 @@ homeworks:
|
|||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
host:
|
host:
|
||||||
description: The IP address of the ethernet to serial adapter. It is assumed that the adaptor has been preconfigured.
|
description: The IP address of the ethernet to serial adapter. It is assumed that the adapter has been preconfigured.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
port:
|
port:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user