contribution added

This commit is contained in:
Stefan Allius
2023-09-25 23:15:12 +02:00
parent f4ff2b69df
commit a89e81625b

View File

@@ -28,11 +28,11 @@ By means of `docker` a simple installation and operation is possible. By using `
❗An essential requirement is that the proxy can be looped into the connection
between the inverter and TSUN Cloud.
There are various ways to do this, for example via DNS host entry or via firewall
There are various ways to do this, for example via an DNS host entry or via firewall
rules (iptables) in your router. However, depending on the circumstances, not all
of them are possible.
If you use a PiHole, you can also store the host entry in the PiHole.
If you use a Pi-hole, you can also store the host entry in the Pi-hole.
```
## Features
@@ -61,6 +61,10 @@ Note the aiomqtt library used is based on the paho-mqtt library, which has a dua
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Breaking changes will only occur in major `X.0.0` releases.
## Contributing
We're very happy to receive contributions to this project! You can get started by reading [CONTRIBUTING.md](https://github.com/s-allius/tsun-gen3-proxy/blob/main/CONTRIBUTING.md).
## Changelog
The changelog lives in [CHANGELOG.md](https://github.com/s-allius/tsun-gen3-proxy/blob/main/CHANGELOG.md). It follows the principles of [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).