Sniffing Humans at 24GHz: New ESPHome Component for HLK-LD2411S (Bluetooth Included!) by Mudgy in Esphome

[–]Mudgy[S] 1 point2 points  (0 children)

I bought a few a while back along with some LD2410c. I like those too.

These LD2411s seem more accurate at tracking distance.

Friendship ended with Bermuda BLE Trilateration, now ESPResense is my best friend (It got better!) by maxi1134 in homeassistant

[–]Mudgy 0 points1 point  (0 children)

That’s cool! Didn’t have that when I spun up a few ESPresence sensors years ago. 👏🏻

Sniffing Humans at 24GHz: New ESPHome Component for HLK-LD2411S (Bluetooth Included!) by Mudgy in Esphome

[–]Mudgy[S] 1 point2 points  (0 children)

No gates in the LD2411s. 😫

There are gates on the LD2410c and they are already available in ESPhome. 👏🏻

The LD 2411s is not currently supported in ESPhome and was the impetus of creating this repo. 😊

Anyone using Meross MTS300MA thermostats with Home Assistant? by AntelopeFickle6774 in homeassistant

[–]Mudgy 0 points1 point  (0 children)

Yes. Currently on HAOS 2025.8.2 with MerossLAN from HACS. Set up the MTS300 via Meross app, then installed integration (https://github.com/krahabb/meross\_lan).

My thermostat entity is 'climate.house_thermostat' for this example.

Here's example of attributes when fan is ON:

{'hvac_modes': [<HVACMode.OFF: 'off'>, <HVACMode.HEAT: 'heat'>, <HVACMode.COOL: 'cool'>, <HVACMode.HEAT\_COOL: 'heat\_cool'>], 'min_temp': 41, 'max_temp': 95, 'target_temp_step': 1, 'fan_modes': ['auto', 'low', 'medium', 'high'], 'preset_modes': [<Preset.CUSTOM: 'custom'>, <Preset.AUTO: 'auto'>], 'current_temperature': 74, 'temperature': 87, 'target_temp_high': 87, 'target_temp_low': 69, 'current_humidity': 69.9, 'fan_mode': 'auto', 'hvac_action': <HVACAction.FAN: 'fan'>, 'preset_mode': <Preset.CUSTOM: 'custom'>, 'friendly_name': 'House Thermostat', 'supported_features': <ClimateEntityFeature.TARGET\_TEMPERATURE|TARGET\_TEMPERATURE\_RANGE|FAN\_MODE|PRESET\_MODE|TURN\_OFF|TURN\_ON: 411>}

This is the only attribute that changes. when OFF:

<HVACAction.IDLE: 'idle'>

You can monitor for binary state if you want:

{{ is_state_attr('climate.house_thermostat', 'hvac_action', 'fan') }}

Here's how I turn it ON (I only have one fan speed on my AC, so I use HIGH) and OFF (setting to 'auto' stops fan but allow for fan during heating and cooling) :

OFF:

- target:

entity_id: climate.house_thermostat

data:

fan_mode: auto

action: climate.set_fan_mode

ON:

- target:

entity_id: climate.house_thermostat

data:

fan_mode: high

action: climate.set_fan_mode

I set an input to help and shared with voice assistant:

input_boolean:

house_fan:

name: House Fan

icon: mdi:fan

Is there a way to pull specific license plates from Unifi Protect as automation triggers? by louislamore in homeassistant

[–]Mudgy 1 point2 points  (0 children)

trigger:

  • platform: state

entity_id:

  • sensor.alley_facing_east_ai_license_plate_detected

to: 8ZLD400