Skip to content

Commit

Permalink
Improved toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
joehil committed Mar 2, 2024
1 parent 9445839 commit a7df5bd
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions tibber2mqtt.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@

# do a trace (get more output to log), true or false
do_trace = false

# file that you write your log to
own_log = "/var/log/tibber2mptt.log"
own_log = "/tmp/tibber2mptt.log"

# login data of your ftp server
# login data of your tibber server
tibberurl = "https://api.tibber.com/v1-beta/gql"
tibbertoken = "<token>"
tibbertoken = "<tibber api token>"

# mqtt server
mqttserver = "localhost"
mqttport = "1883"

0 comments on commit a7df5bd

Please sign in to comment.