Commit 394dd55 1 parent 8bd6eca commit 394dd55 Copy full SHA for 394dd55
File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 32
32
- name : Build and push
33
33
uses : docker/build-push-action@v5
34
34
with :
35
- context : " {{defaultContext}} /src/Ecowitt.Controller"
35
+ context : " . /src/Ecowitt.Controller"
36
36
# dockerfile: ./Dockerfile
37
37
push : true
38
38
labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"Serilog" : {
3
- "MinimumLevel" : " Debug"
3
+ "MinimumLevel" : {
4
+ "Default" : " Information" ,
5
+ "Override" : {
6
+ "Ecowitt.Controller.Mqtt" : " Debug"
7
+ }
8
+ }
4
9
},
5
10
"AllowedHosts" : " *" ,
6
11
"mqtt" : {
14
19
"reconnectAttemps" : 5
15
20
},
16
21
"ecowitt" : {
17
- "pollingInterval" : 30 ,
22
+ "pollingInterval" : 3 ,
18
23
"autodiscovery" : true ,
19
24
"retries" : 2 ,
20
25
"gateways" : [
31
36
"controller" : {
32
37
"precision" : 2 ,
33
38
"unit" : " metric" ,
34
- "publishingInterval" : 10 ,
39
+ "publishingInterval" : 5 ,
35
40
"homeassistantdiscovery" : true
36
41
}
37
42
}
You can’t perform that action at this time.
0 commit comments