Compare commits

1 Commits

Author SHA1 Message Date
Dreaded_X 77a32d1507 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.
2026-06-20 05:51:22 +02:00
+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 = {