Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Merge branch 'patch/tripower' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
Roeland authored and Roeland committed Nov 9, 2024
2 parents 7792b1b + c280615 commit 1fa5ceb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->

## 0.1.4-rc1
## 0.1.4-rc2

- patching for tripower

Expand Down
2 changes: 1 addition & 1 deletion sma/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "SMA Energy Meter emulator"
description: "Simulate one or more SMA energy meters based on mqtt messages."
version: "0.1.4"
version: "0.1.4-rc2"
slug: sma
url: "https://github.com/Roeland54/SMA-Energy-Meter-emulator"
arch:
Expand Down
2 changes: 1 addition & 1 deletion sma/src/emeter.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class emeterPacket:
SMA_CURRENT_L1 = 0x001F0400
SMA_CURRENT_L2 = 0x00330400
SMA_CURRENT_L3 = 0x00470400
SMA_VOLTAGE_L1 = 0x00020400
SMA_VOLTAGE_L1 = 0x00320400
SMA_VOLTAGE_L2 = 0x00340400
SMA_VOLTAGE_L3 = 0x00480400
SMA_VERSION = 0x90000000
Expand Down

0 comments on commit 1fa5ceb

Please sign in to comment.