v2 is a standard normal version that works without problems (at least until a couple of weeks ago but I think it still works).
v3 is a similar version (based on the code of mchk user but with a led light) that allows you to turn down the music if you give the wakeword (if you also use it as a music player). Also every time it finishes a response it will always remain listening for a few seconds always (even if the response does not imply another command) which may or may not be convenient depends on the use.
V3 is more complicated for me because there are scripts related to the LED actions and for me, besides, I’m not at home it would require hours of testing… V2 is definitely easier to manage.
I think the V2 has nicer effects though.
after some problems due perhaps to the network… or to the wifi signal… after restarting HA, the satellite and the router, it seems to work.
I’m evaluating if more or less than v3.
For now I have two devices with the two versions installed.
Thanks for sharing
I am testing it. and it’s not.
I mean…
the continuous conversation works if you ask a question that requires a further question from the assistant BUT it does not always listen like the V3.
Personally I think it can be convenient in both cases.
With the V3 that remains always active sometimes it could be a problem if there are other people talking and sometimes VERY convenient for making other requests and if you want to keep a longer and more open conversation (which sometimes is not a bad thing).
I don’t know which one could be more convenient for me… it’s a question of habits and needs.
For now I’m doing a test with the two devices and we’ll see…
I decide to remove it, in my testings with 2 voice assistant in the room they start talking in a loop forever, also if I was watching the TV/YouTube or other peoples in the room talking never stop listening and responding, so I think is better to only listening when is necessary
also, if you are using an AI (I’m using Genesis and ChatGPT) you can ask to do multiple tings at the same time
like Turn on light bedroom and turn off light bathroom and give me the temperature of kitchen
it will do all the thing, so the listening after a request is not necessary in my case
I don’t have reboots, what pins are you using? And do you have another sensors?
In one of mine I add a ldr and a dth11, I need to do some code to avoid reboot because of the update intervals of the sensors
No. I was just thinking about adding a LD2410c but I wanted to find the right configuration first… to make sure the problems couldn’t be due to multiple factors.
initially yes, as soon as I turned it on I had problems but I think it was due to the wifi connection. So far no problems for a few hours.
uart:
id: ld2410_uart
tx_pin: GPIO17 # Cambia esto a un pin disponible en tu ESP32-S3
rx_pin: GPIO16 # Cambia esto a un pin disponible en tu ESP32-S3
baud_rate: 256000 # Velocidad de baudios predeterminada del LD2410c
sensor:
- platform: ld2410
uart_id: ld2410_uart
has_target:
name: "Radar Presencia"
has_moving_target:
name: "Radar Movimiento"
has_still_target:
name: "Radar Persona Quieta"
I personally like more the LDR2450 you can make zones and that’s something that’s really useful
external_components:
- source: github://TillFleisch/ESPHome-HLK-LD2450@main # O la rama/tag más reciente
components: [ ld2450 ]
uart:
id: ld2450_uart
tx_pin: GPIO17
rx_pin: GPIO18
baud_rate: 256000
sensor:
- platform: ld2450
uart_id: ld2450_uart
# Estas son las entidades básicas de conteo
target_count:
name: "Personas Detectadas"
still_target_count:
name: "Personas Quietas"
moving_target_count:
name: "Personas en Movimiento"
# Puedes obtener sensores individuales para cada objetivo
target_1:
x_coordinate:
name: "Target 1 X"
y_coordinate:
name: "Target 1 Y"
speed:
name: "Target 1 Velocidad"
presence:
name: "Target 1 Presente"
target_2:
x_coordinate:
name: "Target 2 X"
y_coordinate:
name: "Target 2 Y"
speed:
name: "Target 2 Velocidad"
presence:
name: "Target 2 Presente"
target_3:
x_coordinate:
name: "Target 3 X"
y_coordinate:
name: "Target 3 Y"
speed:
name: "Target 3 Velocidad"
presence:
name: "Target 3 Presente"
# Opcional: Configurar zonas de detección para mayor precisión
# zones:
# - name: "Zona Cama"
# polygon: # Define un polígono de la zona
# - x: 1.0 # Coordenadas en metros
# y: 0.5
# - x: 2.0
# y: 0.5
# - x: 2.0
# y: 1.5
# - x: 1.0
# y: 1.5
# presence:
# name: "Presencia en Cama"
# Puedes añadir múltiples zonas, incluyendo zonas de exclusión.
I have tested many times, there is one problem here is the output sound suddenly stops while announcing - text to speech. It seems to be the problem of the latest esphome. Do you encounter such an error ?
checked in debug - text content is complete but sound stops suddenly,…