Skip to content

Commit aec1ad5

Browse files
committed
Update spelling
1 parent ffc0531 commit aec1ad5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ docker build -t pygrowatt .
3333
By default, the container runs the example ```growatt_mqtt.py``` script.
3434

3535
### Kubernetes Deployment _(optional)_
36-
At least in minikube, a pod will start with GMT time by default. To enable easy toggling for local time the TZ environment variable was added to the deployment template and can be updated with the [tz database time zone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) for your locale. By default, it is set to Etc/GMT for compatability.
36+
At least in minikube, a pod will start with GMT time by default. To enable easy toggling for local time the TZ environment variable was added to the deployment template and can be updated with the [tz database time zone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) for your locale. By default, it is set to Etc/GMT for compatibility.
3737

3838
To deploy in a minikube instance:
3939
```bash
@@ -57,14 +57,14 @@ kubectl port-forward --address 0.0.0.0 services/pygrowatt-service 5279:5279
5757
```
5858

5959
### Growatt Wireshark Dissector _(optional)_
60-
Copy the ```Growatt.lua``` file into the [Wireshark Plugins folder](https://www.wireshark.org/docs/wsug_html_chunked/ChPluginFolders.html). For example on MacOS:
60+
Copy the ```Growatt.lua``` file into the [Wireshark Plugins folder](https://www.wireshark.org/docs/wsug_html_chunked/ChPluginFolders.html). For example on macOS:
6161
```bash
6262
mkdir -p ~/.config/wireshark/plugins
6363
cp scripts/Growatt.lua ~/.config/wireshark/plugins
6464
```
6565

6666
## Usage
67-
Configure the computer running this script with a staic IP and the ShineWifi-X module to communicate with that IP address, then run one of the following example scripts or create your own!
67+
Configure the computer running this script with a static IP and the ShineWifi-X module to communicate with that IP address, then run one of the following example scripts or create your own!
6868
### MQTT Example Script
6969
To use the example MQTT script you will need to enter your MQTT `ServerIP` and `ServerPort` in the configuration file, then execute the script:
7070
```bash

0 commit comments

Comments
 (0)