change default ip

This commit is contained in:
Hendrik Schutter 2023-01-08 21:19:55 +01:00
parent c63e155842
commit c116234a38
1 changed files with 2 additions and 2 deletions

View File

@ -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"