ESPHome Related
Hello
I'm trying to reset to factory defualts the Athom presence sensor, over the ESP menu configuration I alreday upload the default config presente in this site: https://devices.esphome.io/devices/Athom-Human-Presence-Sensor
With this change:
switch:
- platform: template
name: "mmWave Status"
id: "mmwave_sensor"
internal: true
entity_category: config
optimistic: true
restore_mode: "RESTORE_DEFAULT_ON"
turn_on_action:
- uart.write: "sensorStart\r\n"
turn_off_action:
- uart.write: "sensorStop\r\n"
- platform: factory_reset
name: Restart with Factory Default Settings
But I still not able to have the default factory reset done once the device is not asking me to configure the access point again
Can you please let me know how to performed the reset once the button or the web app is not performing this factory defaults ?
Thank you and best regards
Лайк