Skip to content

Commit 394dd55

Browse files
committed
jeez
1 parent 8bd6eca commit 394dd55

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build and push
3333
uses: docker/build-push-action@v5
3434
with:
35-
context: "{{defaultContext}}/src/Ecowitt.Controller"
35+
context: "./src/Ecowitt.Controller"
3636
#dockerfile: ./Dockerfile
3737
push: true
3838
labels: ${{ steps.meta.outputs.labels }}

src/Ecowitt.Controller/appsettings.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"Serilog": {
3-
"MinimumLevel": "Debug"
3+
"MinimumLevel": {
4+
"Default": "Information",
5+
"Override": {
6+
"Ecowitt.Controller.Mqtt": "Debug"
7+
}
8+
}
49
},
510
"AllowedHosts": "*",
611
"mqtt": {
@@ -14,7 +19,7 @@
1419
"reconnectAttemps": 5
1520
},
1621
"ecowitt": {
17-
"pollingInterval": 30,
22+
"pollingInterval": 3,
1823
"autodiscovery": true,
1924
"retries": 2,
2025
"gateways": [
@@ -31,7 +36,7 @@
3136
"controller": {
3237
"precision": 2,
3338
"unit": "metric",
34-
"publishingInterval": 10,
39+
"publishingInterval": 5,
3540
"homeassistantdiscovery": true
3641
}
3742
}

0 commit comments

Comments
 (0)