Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions bundles/org.openhab.binding.haywardomnilogic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ The table below lists the Hayward OmniLogic binding thing types:
| Heater Equipment | Actual heater (i.e. gas, solar, electric) | heater |
| Pump | Auxillary pump control (i.e. spillover) | pump |
| Relay | Accessory relay control (deck jet sprinklers, lights, etc.) | relay |
| Valve Actuator | Valve actuator control | valveactuator |
| Virtaul Heater | A Virtual Heater that can control all of the heater equipment based on priority | virtualHeater |

## Discovery
Expand Down Expand Up @@ -161,6 +162,14 @@ Hayward OmniLogic Connection Parameters:
|-----------------|-----------|-------------|:----------:|
| relayState | Switch | Relay state | R/W |

### Valve Actuator Channels

| Channel Type ID | Item Type | Description | Read Write |
|--------------------|-----------|----------------------|:----------:|
| valveActuatorState | Switch | Valve actuator state | R |

_Valve actuators are discovered with their configured type and function as thing properties. The binding currently exposes the state reported by OmniLogic but does not send commands to reposition the actuator._

### Virtual Heater Channels

| Channel Type ID | Item Type | Description | Read Write |
Expand Down