diff --git a/eq3bt-exporter.py b/eq3bt-exporter.py index 5e37b6b..bbf8068 100644 --- a/eq3bt-exporter.py +++ b/eq3bt-exporter.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- """ Author: Hendrik Schutter, mail@hendrikschutter.com Date of creation: 2022/12/17 - Date of last modification: 2022/12/17 + Date of last modification: 2023/01/08 """ from http.server import BaseHTTPRequestHandler, HTTPServer @@ -13,7 +13,7 @@ from urllib.parse import urlsplit, parse_qs from random import randrange from eq3bt import Thermostat -hostName = "10.10.3.3" +hostName = "10.10.3.6" serverPort = 9101 exporter_prefix = "eq3bt_" eq3bt_mac = "00:1A:22:0F:20:CA"