Skip to content

Commit

Permalink
[senechome] Manual update for charging modes
Browse files Browse the repository at this point in the history
  • Loading branch information
BigFood2307 committed Mar 27, 2024
1 parent 6940787 commit e361b34
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bundles/org.openhab.binding.senechome/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ In addition you can switch off devices if the power consumption is getting highe

Examples: Lights, pool filters, wash machines, ...

Also allows for turning the battery into safe charging mode or storage mode.

## Supported Things

| Thing type id | Name |
Expand All @@ -19,6 +21,7 @@ Examples: Lights, pool filters, wash machines, ...
- not equipped battery packs will return 0 for all ...Pack channels
- currently channels for the first wallbox are implemented (senec could handle 4 wallboxes)
- Senec disables http access at ~30.08.2023
- Lithium Storage Mode is intended (according to the manual) for disassembly and transport. It is untested if it has any side effects.

## Thing Configuration

Expand Down Expand Up @@ -57,6 +60,8 @@ The property `limitationTresholdValue` is used as threshold for channel `powerLi
| batteryFuelCharge | percent | Fuel charge of your battery (0 - 100%) |
| systemState | | Text describing current action of the senec home system (e.g. CHARGE) |
| systemStateValue | | Value describing current action of the senec home system (e.g. 14) |
| safeChargeMode | ON/OFF | In safeChargeMode, the battery will try to fill as quickly as possible |
| liStorageMode | ON/OFF | in liStorageMode, the battery will try to reach 25% SOC |
| gridPower | watt | Grid power level, negative for supply, positive values for drawing power |
| gridPowerDraw | watt | Absolute power level of power draw, zero while supplying |
| gridPowerSupply | watt | Absolute power level of power supply, zero while drawing |
Expand Down Expand Up @@ -135,6 +140,7 @@ Number SenecGridVoltagePh2 "Voltage Level on Phase 2 [%d V]" <e
Number SenecGridVoltagePh3 "Voltage Level on Phase 3 [%d V]" <energy> { channel="senechome:senechome:pvbattery:gridVoltagePhase3" }
Number SenecGridFrequency "Grid Frequency [%.2f Hz]" <energy> { channel="senechome:senechome:pvbattery:gridFrequency" }
Number SenecBatteryVoltage "Battery Voltage [%.1f V]" <energy> { channel="senechome:senechome:pvbattery:batteryVoltage" }
Switch SenecBatteryChargeMode "Battery Charge Mode [%.1f V]" <switch> { channel="senechome:senechome:pvbattery:safeChargeMode" }
```

## Sitemap
Expand Down Expand Up @@ -166,6 +172,7 @@ Text label="Power Grid"{
Default item=SenecGridVoltagePh3
Default item=SenecGridFrequency
Default item=SenecBatteryVoltage
Default item=SenecBatteryChargeMode
}
}
```

0 comments on commit e361b34

Please sign in to comment.