fix: Use IP instead of dns name
For some reason DNS resolution does not work properly, so we are going to use the printers IP address for now.
This commit is contained in:
@@ -13,7 +13,7 @@ function module.setup(mqtt_client)
|
||||
local light = nil
|
||||
|
||||
local bambu = devices.Bambu.new({
|
||||
host = "thalia.huizinga.lan",
|
||||
host = "10.0.0.108",
|
||||
device_id = secrets.printer_device_id,
|
||||
access_code = secrets.printer_access_code,
|
||||
callbacks = {
|
||||
|
||||
Reference in New Issue
Block a user