Skip to content

Commit

Permalink
Display example #40
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Dec 27, 2024
1 parent 891d474 commit d45cc44
Show file tree
Hide file tree
Showing 3 changed files with 499 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,31 @@ The following `type` are supported by the `text_sensor` component:
| `ALARM` | | | | | | | | | | | X | | |
| `BALANCER_STATUS` | | | | | X | | | | | | | | |

### Your support

## Display

Example using this library standalone without HomeAssistant to display SmartShunt and (multiple) SmartSolar values.

As this uses Bluetooth advertisement packages you can have multiple device (displays) receive the same information without issues.

The [config WT32-SC01](victron_ble_display_wt32-sc01.yaml) displays the following information:

1. SmartShunt AUX Voltage
2. SmartShunt Battery Voltage
3. SmartShunt State of Charge in %
4. SmartShunt Battery time remaining
5. SmartShunt Consumed Ah
6. SmartShunt Battery Current
7. SmartSolar Yield Today
8. SmartSolar PV Power
9. SmartSolar Device State (Off, Bulk, Absorption, Float ...)
10. SmartSolar Load output

![Display WT32-SC01](victron_ble_display_wt32-sc01.jpg)

Any [Display supported by ESPHome](https://esphome.io/#display-hardware-platforms) can be used / adopted.

## Your support

I don't have access to all Victron devices. Please provide feedback if the component is working and all values are correct and match the reading within the Victron app. Only after I got feedback for all devices I can try to get this merged into ESP Home. Given the size of this component I don't expect this soon or be a quick process.

Expand Down
Binary file added victron_ble_display_wt32-sc01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d45cc44

Please sign in to comment.