Updated external content (Jenkins build 2330)
parent
9d11064d28
commit
e4883bd932
|
@ -65,23 +65,33 @@ For DSMR5 meters this is generally once per second, for older versions the frequ
|
|||
|
||||
## Channels
|
||||
|
||||
| Channel ID | Item Type | Description |Available|
|
||||
|------------------------|---------------------------|--------------------------------------------------------------------------------------------|---------|
|
||||
| total_energy_import_t1 | Number:Energy | The most recently reported total imported energy in kWh by counter 1. | P,E |
|
||||
| total_energy_import_t2 | Number:Energy | The most recently reported total imported energy in kWh by counter 2. | P |
|
||||
| total_energy_export_t1 | Number:Energy | The most recently reported total exported energy in kWh by counter 1. | P,E |
|
||||
| total_energy_export_t2 | Number:Energy | The most recently reported total exported energy in kWh by counter 2. | P |
|
||||
| active_power | Number:Power | The current net total power in W. It will be below 0 if power is currently being exported. | P,E |
|
||||
| active_power_l1 | Number:Power | The current net total power in W for phase 1. | P |
|
||||
| active_power_l2 | Number:Power | The current net total power in W for phase 2. | P |
|
||||
| active_power_l3 | Number:Power | The current net total power in W for phase 3. | P |
|
||||
| total_gas | Number:Volume | The most recently reported total imported gas in m^3. | P |
|
||||
| gas_timestamp | DateTime | The time stamp of the total_gas measurement. | P |
|
||||
| total_water | Number:Volume | Total water used. | W |
|
||||
| current_water | Number:VolumetricFlowRate | Current water usage. | W |
|
||||
| power_switch | Switch | Controls the power switch of the socket. | E |
|
||||
| power_lock | Switch | Controls the lock of the power switch (un/locking both the API and the physical button) | E |
|
||||
| ring_brightness | Number:Dimensionless | Controls the brightness of the ring on the socket | E |
|
||||
| Channel ID | Item Type | Description | Available |
|
||||
|------------------------|---------------------------|--------------------------------------------------------------------------------------------|-----------|
|
||||
| active_current | Number:ElectricCurrent | The combined current in A vor all phases | P,E |
|
||||
| active_current_l1 | Number:ElectricCurrent | The active current in A for phase 1. | P |
|
||||
| active_current_l2 | Number:ElectricCurrent | The active current in A for phase 2. | P |
|
||||
| active_current_l3 | Number:ElectricCurrent | The active current in A for phase 3. | P |
|
||||
| active_power | Number:Power | The current net total power in W. It will be below 0 if power is currently being exported. | P,E |
|
||||
| active_power_l1 | Number:Power | The current net total power in W for phase 1. | P |
|
||||
| active_power_l2 | Number:Power | The current net total power in W for phase 2. | P |
|
||||
| active_power_l3 | Number:Power | The current net total power in W for phase 3. | P |
|
||||
| active_voltage | Number:ElectricPotential | The active voltage in V | P |
|
||||
| active_voltage_l1 | Number:ElectricPotential | The active voltage in V for phase 1. | P |
|
||||
| active_voltage_l2 | Number:ElectricPotential | The active voltage in V for phase 2. | P |
|
||||
| active_voltage_l3 | Number:ElectricPotential | The active voltage in V for phase 3. | P |
|
||||
| total_energy_import_t1 | Number:Energy | The most recently reported total imported energy in kWh by counter 1. | P,E |
|
||||
| total_energy_import_t2 | Number:Energy | The most recently reported total imported energy in kWh by counter 2. | P |
|
||||
| total_energy_export_t1 | Number:Energy | The most recently reported total exported energy in kWh by counter 1. | P,E |
|
||||
| total_energy_export_t2 | Number:Energy | The most recently reported total exported energy in kWh by counter 2. | P |
|
||||
| total_gas | Number:Volume | The most recently reported total imported gas in m^3. | P |
|
||||
| gas_timestamp | DateTime | The time stamp of the total_gas measurement. | P |
|
||||
| total_water | Number:Volume | Total water used. | W |
|
||||
| current_water | Number:VolumetricFlowRate | Current water usage. | W |
|
||||
| power_failures | Number | The count of long power failures. | P |
|
||||
| long_power_failures | Number | the count of any power failures. | P |
|
||||
| power_switch | Switch | Controls the power switch of the socket. | E |
|
||||
| power_lock | Switch | Controls the lock of the power switch (un/locking both the API and the physical button) | E |
|
||||
| ring_brightness | Number:Dimensionless | Controls the brightness of the ring on the socket | E |
|
||||
|
||||
## Full Example
|
||||
|
||||
|
|
|
@ -4,27 +4,60 @@
|
|||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
|
||||
<thing-type id="p1_wifi_meter">
|
||||
<label>HomeWizard Wi-Fi P1 Meter</label>
|
||||
<description>This thing provides the measurement data that is available through the http interface of the HomeWizard
|
||||
Wi-Fi P1 Meter.</description>
|
||||
|
||||
<channels>
|
||||
<channel id="total_energy_import_t1" typeId="total_energy_import_t1"/>
|
||||
<channel id="total_energy_import_t2" typeId="total_energy_import_t2"/>
|
||||
<channel id="total_energy_export_t1" typeId="total_energy_export_t1"/>
|
||||
<channel id="total_energy_export_t2" typeId="total_energy_export_t2"/>
|
||||
<channel id="active_current" typeId="system.electric-current">
|
||||
<label>Current</label>
|
||||
<description>The sum of the current for all phases</description>
|
||||
</channel>
|
||||
<channel id="active_current_l1" typeId="system.electric-current">
|
||||
<label>Current L1</label>
|
||||
</channel>
|
||||
<channel id="active_current_l2" typeId="system.electric-current">
|
||||
<label>Current L2</label>
|
||||
</channel>
|
||||
<channel id="active_current_l3" typeId="system.electric-current">
|
||||
<label>Current L3</label>
|
||||
</channel>
|
||||
<channel id="active_power" typeId="active_power"/>
|
||||
<channel id="active_power_l1" typeId="active_power_l1"/>
|
||||
<channel id="active_power_l2" typeId="active_power_l2"/>
|
||||
<channel id="active_power_l3" typeId="active_power_l3"/>
|
||||
<channel id="active_voltage" typeId="system.electric-voltage">
|
||||
<label>Active Voltage</label>
|
||||
</channel>
|
||||
<channel id="active_voltage_l1" typeId="system.electric-voltage">
|
||||
<label>Active Voltage L1</label>
|
||||
</channel>
|
||||
<channel id="active_voltage_l2" typeId="system.electric-voltage">
|
||||
<label>Active Voltage L2</label>
|
||||
</channel>
|
||||
<channel id="active_voltage_l3" typeId="system.electric-voltage">
|
||||
<label>Active Voltage L3</label>
|
||||
</channel>
|
||||
|
||||
<channel id="power_failures" typeId="power_failures"/>
|
||||
<channel id="long_power_failures" typeId="power_failures">
|
||||
<label>Long Power Failures</label>
|
||||
<description>This channel provides the count of long power failures.</description>
|
||||
</channel>
|
||||
|
||||
<channel id="total_energy_import_t1" typeId="total_energy_import_t1"/>
|
||||
<channel id="total_energy_import_t2" typeId="total_energy_import_t2"/>
|
||||
<channel id="total_energy_export_t1" typeId="total_energy_export_t1"/>
|
||||
<channel id="total_energy_export_t2" typeId="total_energy_export_t2"/>
|
||||
|
||||
<channel id="total_gas" typeId="total_gas"/>
|
||||
<channel id="gas_timestamp" typeId="gas_timestamp"/>
|
||||
</channels>
|
||||
|
||||
<properties>
|
||||
<property name="meterModel">Unknown</property>
|
||||
<property name="thingTypeVersion">1</property>
|
||||
</properties>
|
||||
|
||||
<config-description>
|
||||
|
@ -98,6 +131,13 @@
|
|||
|
||||
</thing-type>
|
||||
|
||||
|
||||
<channel-type id="power_failures">
|
||||
<item-type>Number</item-type>
|
||||
<label>Power Failures</label>
|
||||
<description>This channel provides the count of any type of power failure.</description>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="total_energy_import_t1">
|
||||
<item-type>Number:Energy</item-type>
|
||||
<label>Total Imported Energy Counter 1</label>
|
||||
|
|
Loading…
Reference in New Issue