fix: Use IP instead of dns name
Build and deploy / build (push) Successful in 18m24s
Build and deploy / Deploy container (push) Successful in 41s

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:
2026-06-20 05:51:22 +02:00
parent ce302b148e
commit 77a32d1507
+1 -1
View File
@@ -13,7 +13,7 @@ function module.setup(mqtt_client)
local light = nil local light = nil
local bambu = devices.Bambu.new({ local bambu = devices.Bambu.new({
host = "thalia.huizinga.lan", host = "10.0.0.108",
device_id = secrets.printer_device_id, device_id = secrets.printer_device_id,
access_code = secrets.printer_access_code, access_code = secrets.printer_access_code,
callbacks = { callbacks = {