Skip to content

Commit

Permalink
feat(hosts/pi0): add new zigbee devices
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Dec 11, 2023
1 parent ba9c966 commit 34f4de6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions hosts/pi0/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,31 @@
measurement_poll_chunk = 1;
tic_command_whitelist = "all";
};
# Documentation: https://www.zigbee2mqtt.io/devices/LYWSD03MMC.html
"0xa4c138cdaeead363" = {
friendly_name = "Xiaomi LWSD03MMC (ATC_CDAEEA) - Living Room";
description = "This device is a temperature and humidity sensor.";
temperature_precision = 3;
temperature_calibration = 0;
humidity_precision = 3;
humidity_calibration = 0;
};
"0xa4c138c824c73de8" = {
friendly_name = "Xiaomi LWSD03MMC (ATC_CDAEEA) - Kitchen";
description = "This device is a temperature and humidity sensor.";
temperature_precision = 3;
temperature_calibration = 0;
humidity_precision = 3;
humidity_calibration = 0;
};
"0xa4c138f9ba317028" = {
friendly_name = "Xiaomi LWSD03MMC (ATC_CDAEEA) - Bedroom";
description = "This device is a temperature and humidity sensor.";
temperature_precision = 3;
temperature_calibration = 0;
humidity_precision = 3;
humidity_calibration = 0;
};
};
};
};
Expand Down

0 comments on commit 34f4de6

Please sign in to comment.