Skip to content

Commit 1ccfd57

Browse files
authored
Update repository path from muexxl/batcontrol to MaStr/batcontrol (#263)
1 parent d1c65d5 commit 1ccfd57

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

README.MD

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
**Optimize your electricity costs by re-charging your PV battery when electricity is cheap and there is not enough solar power available.**
2-
To integrate batcontrol with Home Assistant, use the following repository: [ha_addons](https://github.com/muexxl/ha_addons/)
2+
To integrate batcontrol with Home Assistant, use the following repository: [batcontrol_ha_addon](https://github.com/MaStr/batcontrol_ha_addon)
33

4-
[![Pylint](https://github.com/muexxl/batcontrol/actions/workflows/pylint.yml/badge.svg?branch=main)](https://github.com/muexxl/batcontrol/actions/workflows/pylint.yml)
5-
[![Docker Image CI](https://github.com/muexxl/batcontrol/actions/workflows/docker-image.yml/badge.svg?branch=main)](https://github.com/muexxl/batcontrol/actions/workflows/docker-image.yml)
4+
[![Pylint](https://github.com/MaStr/batcontrol/actions/workflows/pylint.yml/badge.svg?branch=main)](https://github.com/MaStr/batcontrol/actions/workflows/pylint.yml)
5+
[![Docker Image CI](https://github.com/MaStr/batcontrol/actions/workflows/docker-image.yml/badge.svg?branch=main)](https://github.com/MaStr/batcontrol/actions/workflows/docker-image.yml)
66

77

8-
[Wiki/Documentation](https://github.com/muexxl/batcontrol/wiki)
8+
[Wiki/Documentation](https://github.com/MaStr/batcontrol/wiki)
99

1010
## Prerequisites:
1111

@@ -124,7 +124,7 @@ client.loop_forever()
124124

125125
## Install:
126126
```sh
127-
git clone https://github.com/muexxl/batcontrol.git
127+
git clone https://github.com/MaStr/batcontrol.git
128128
cd batcontrol
129129
```
130130

@@ -171,7 +171,7 @@ python -m batcontrol # When venv is activated
171171
mkdir -p ./config -p ./logs
172172
```
173173

174-
- Download the the latest [batcontrol_config.yaml](https://raw.githubusercontent.com/muexxl/batcontrol/refs/heads/main/config/batcontrol_config_dummy.yaml) sample, adjust and place it to config/batcontrol_config.yaml.
174+
- Download the the latest [batcontrol_config.yaml](https://raw.githubusercontent.com/MaStr/batcontrol/refs/heads/main/config/batcontrol_config_dummy.yaml) sample, adjust and place it to config/batcontrol_config.yaml.
175175

176176
- Use the default load_profile (automatically) or create your own.-
177177
### Plain Docker
@@ -278,7 +278,7 @@ To uninstall batcontrol and restore the inverter settings follow these steps:
278278
For running batcontrol off the repository for development puroposes, it is required to uses pip with [Developermode](https://setuptools.pypa.io/en/latest/userguide/development_mode.html)
279279

280280
```sh
281-
git clone https://github.com/muexxl/batcontrol.git
281+
git clone https://github.com/MaStr/batcontrol.git
282282
cd batcontrol
283283
python -m venv .venv
284284
# Activate your environment with:

config/batcontrol_config_dummy.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#--------------------------
22
# Batcontrol Configuration
3-
# See more Details in: https://github.com/muexxl/batcontrol/wiki/Batcontrol-Configuration
3+
# See more Details in: https://github.com/MaStr/batcontrol/wiki/Batcontrol-Configuration
44
#--------------------------
55
timezone: Europe/Berlin #your time zone. not optional.
66
time_resolution_minutes: 60 # Time resolution for forecasts: 15 (quarter-hourly) or 60 (hourly). Default: 60
@@ -21,7 +21,7 @@ battery_control:
2121

2222
#--------------------------
2323
# Battery Control Expert Tuning Parameters
24-
# See more Details in: https://github.com/muexxl/batcontrol/wiki/battery_control_expert
24+
# See more Details in: https://github.com/MaStr/batcontrol/wiki/battery_control_expert
2525
#--------------------------
2626
battery_control_expert:
2727
charge_rate_multiplier: 1.1 # Increase (>1) calculated charge rate to compensate charge inefficencies.
@@ -34,7 +34,7 @@ battery_control_expert:
3434

3535
#--------------------------
3636
# Inverter
37-
# See more Details in: https://github.com/muexxl/batcontrol/wiki/Inverter-Configuration
37+
# See more Details in: https://github.com/MaStr/batcontrol/wiki/Inverter-Configuration
3838
#
3939
# IMPORTANT: This configuration uses a "dummy" inverter for demonstration purposes.
4040
# The dummy inverter returns static values to make batcontrol work out of the box.
@@ -61,7 +61,7 @@ inverter:
6161

6262
#--------------------------
6363
# Dynamic Tariff Provider
64-
# See more Details in: https://github.com/muexxl/batcontrol/wiki/Dynamic-tariff-provider
64+
# See more Details in: https://github.com/MaStr/batcontrol/wiki/Dynamic-tariff-provider
6565
#--------------------------
6666
utility:
6767
type: awattar_de # [tibber, awattar_at, awattar_de, evcc, energyforecast]
@@ -72,7 +72,7 @@ utility:
7272

7373
#--------------------------
7474
# MQTT API
75-
# See more Details in: https://github.com/muexxl/batcontrol/wiki/MQTT-API
75+
# See more Details in: https://github.com/MaStr/batcontrol/wiki/MQTT-API
7676
#--------------------------
7777
mqtt:
7878
enabled: false
@@ -94,7 +94,7 @@ mqtt:
9494

9595
#--------------------------
9696
# Forecast Solar
97-
# See more Details in: https://github.com/muexxl/batcontrol/wiki/Solar-Forecast
97+
# See more Details in: https://github.com/MaStr/batcontrol/wiki/Solar-Forecast
9898
#
9999
# Supported providers:
100100
# - fcsolarapi: Third-party solar forecast API (configured below, default)
@@ -129,7 +129,7 @@ pvinstallations:
129129

130130
#--------------------------
131131
# Forecast Consumption
132-
# See more Details in: https://github.com/muexxl/batcontrol/wiki/Consumption-forecast
132+
# See more Details in: https://github.com/MaStr/batcontrol/wiki/Consumption-forecast
133133
#
134134
# Option 1: CSV-based forecast (default)
135135
# Option 2: HomeAssistant API-based forecast
@@ -156,7 +156,7 @@ consumption_forecast:
156156
#--------------------------
157157
# evcc connection
158158
# listen to evcc mqtt messages to lock the battery if the car is charging
159-
# See more Details in: https://github.com/muexxl/batcontrol/wiki/evcc-connection
159+
# See more Details in: https://github.com/MaStr/batcontrol/wiki/evcc-connection
160160
#--------------------------
161161
evcc:
162162
enabled: false

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ if test ! -f "$CONFIG_FILE" ; then
2525
echo ""
2626
echo " You can download the latest sample config from:"
2727
if [ "snapshot" = "$BATCONTROL_VERSION" ]; then
28-
echo " https://raw.githubusercontent.com/muexxl/batcontrol/${BATCONTROL_GIT_SHA}/config/batcontrol_config_dummy.yaml"
28+
echo " https://raw.githubusercontent.com/MaStr/batcontrol/${BATCONTROL_GIT_SHA}/config/batcontrol_config_dummy.yaml"
2929
else
30-
echo " https://raw.githubusercontent.com/muexxl/batcontrol/refs/tags/${BATCONTROL_VERSION}/config/batcontrol_config_dummy.yaml"
30+
echo " https://raw.githubusercontent.com/MaStr/batcontrol/refs/tags/${BATCONTROL_VERSION}/config/batcontrol_config_dummy.yaml"
3131
fi
3232
echo ""
3333
fi

src/batcontrol/forecastconsumption/forecast_homeassistant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ async def _websocket_connect(self):
291291

292292
# Set max_size to 4MB to handle large Home Assistant instances
293293
# Default is 1MB which causes crashes for installations with many entities
294-
# See: https://github.com/muexxl/batcontrol/issues/241
294+
# See: https://github.com/MaStr/batcontrol/issues/241
295295
websocket = await connect(ws_url, max_size=4 * 1024 * 1024)
296296

297297
# Step 1: Receive auth_required message

0 commit comments

Comments
 (0)