Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration Problem MQTT (M5Stack Atom Echo) #132

Open
Davide263 opened this issue Aug 11, 2023 · 0 comments
Open

Configuration Problem MQTT (M5Stack Atom Echo) #132

Davide263 opened this issue Aug 11, 2023 · 0 comments

Comments

@Davide263
Copy link

Davide263 commented Aug 11, 2023

Hello,

i managed to flash my Atom Echo using VSCode and PlatformIO and the device is running and is presumably connected to my home wifi (indicated by the blue led ight), although it does not appear in my routers webinterface. SSID and password are correct.

I tried the firmware from https://www.home-assistant.io/voice_control/thirteen-usd-voice-remote/ and i could successfully connect to my home wifi and it appeared on the router webinterface. But it didnt work smoothly because the Speech-To-Text component does not work well with german, so i decided to stick with rhasspy.

EDIT: i can access the webinterface now, but the password lenght for the mqtt login is only 4 characters, when trying to change it to the correct password and hitting save, the device loses connection to the network and wont reconnect until reboot.
After that the changed settings are lost.

  • If i try to trigger by wake word, nothing happens.
  • If i try to send a MQTT topic (e.g changing led brightness) through home assistant, nothing happens.

Now it is not clear to me if this installation adds a webinterface like the original rhasspy install does. If not, do i just have to configure the base server?
That could mean some of the configuration on the rhasspy base is not correct.

This is my configuration:

[General]
hostname=davideroom
deployhost=//ip of my base rhasspy server
siteId=davideroom
device_type=0
;network_type: 0: WiFi, 1: Ethernet
network_type=0

[Wifi]
ssid=//my ssid
password=//my pw
;scanStrongestAP=true ; use if device connects to a non-optimal AP

[OTA]
method=upload
password=OTApassword
port=3232

[MQTT]
hostname=//mqtt server ip
port=1883
username=//mqtt user
password=//mqtt pw

I configured the siteId on every configuration on the rhasspy base server
grafik

@Davide263 Davide263 changed the title Configuration Problem (M5Stack Atom Echo) Configuration Problem MQTT (M5Stack Atom Echo) Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant