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

Commit

Permalink
Feature/initial setup of the emulator (#1)
Browse files Browse the repository at this point in the history
* version bump build test

* change uri requirements.txt

* fix yaml missing quotes
  • Loading branch information
Roeland Lutters authored Jul 11, 2024
1 parent edb7b88 commit c9f1cf8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions sma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->

## 0.0.2

- version bump build test

## 0.0.1

- Initial release
2 changes: 1 addition & 1 deletion sma/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM $BUILD_FROM
#RUN apk add --no-cache python3 bash py3-pip

# download requirements.txt
RUN wget --no-cache https://raw.githubusercontent.com/Roeland54/SMA-Energy-Meter-emulator/feature/initial-setup-of-the-emulator/sma/requirements.txt
RUN wget --no-cache https://raw.githubusercontent.com/Roeland54/SMA-Energy-Meter-emulator/main/sma/requirements.txt

# install dependencies
RUN pip install -r requirements.txt --break-system-packages
Expand Down
6 changes: 3 additions & 3 deletions 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.0.1"
version: "0.0.2"
slug: "sma"
url: "https://github.com/Roeland54/SMA-Energy-Meter-emulator"
arch:
Expand All @@ -11,7 +11,7 @@ arch:
- i386
init: false
services:
- 'mqtt:need'
- "mqtt:need"
options:
debug: false
disable_logging: false
Expand All @@ -28,4 +28,4 @@ schema:
port: str
username: str?
password: str?
image: "ghcr.io/roeland54/{arch}-SMA-Energy-Meter-emulator
image: "ghcr.io/roeland54/{arch}-SMA-Energy-Meter-emulator"

0 comments on commit c9f1cf8

Please sign in to comment.