Skip to content

Commit

Permalink
jeez
Browse files Browse the repository at this point in the history
  • Loading branch information
mplogas committed Sep 8, 2024
1 parent 8bd6eca commit 394dd55
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: "{{defaultContext}}/src/Ecowitt.Controller"
context: "./src/Ecowitt.Controller"
#dockerfile: ./Dockerfile
push: true
labels: ${{ steps.meta.outputs.labels }}
Expand Down
11 changes: 8 additions & 3 deletions src/Ecowitt.Controller/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"Serilog": {
"MinimumLevel": "Debug"
"MinimumLevel": {
"Default": "Information",
"Override": {
"Ecowitt.Controller.Mqtt": "Debug"
}
}
},
"AllowedHosts": "*",
"mqtt": {
Expand All @@ -14,7 +19,7 @@
"reconnectAttemps": 5
},
"ecowitt": {
"pollingInterval": 30,
"pollingInterval": 3,
"autodiscovery": true,
"retries": 2,
"gateways": [
Expand All @@ -31,7 +36,7 @@
"controller": {
"precision": 2,
"unit": "metric",
"publishingInterval": 10,
"publishingInterval": 5,
"homeassistantdiscovery": true
}
}

0 comments on commit 394dd55

Please sign in to comment.