Turn Any Android 7-16 Device into a BLE Smart Home Control Panel

only some of the options are in Chinese, 0.1.9 is much better though

@knoop7 is there a way we can help with language support?

Hi, it is true that the support of the Xiaomi Mi clock is not satisfactory, because 1GB of memory or less will have system frame occupancy, I will gradually optimize the performance to ensure the perfect match of all models, thank you for your feedback~

1 Like

Can you provide voice, currently only English environment and Chinese is supporting Russian based on feedback, because the language pack takes up more space in the APP

Yes, it is being supported quickly

I am on 0.1.19 and most of my options are only chinese

By the way, this project looks very cool !

I have the same language issue in two devices where I installed the software.

UPDATE: When I change the device language to english then also the app runs in english.

2 Likes

Thank you for your feedback, the problem has been solved, please help test it if you have the chance

Thank you for your feedback, the problem has been solved, please help test it if you have the chance~

Thanks for your feedback and a chance to check out the fix version 0.2.0

Looks good. The only thing I’m missing is the ability to trigger an intent, for example:
intent:#Intent;scheme=spotify;package=com.spotify.music;action=com.spotify.mobile.android.ui.action.player.SHOW;component=com.spotify.music/.MainActivity;end

1 Like

Included in the upcoming release~

[FEATURE] Screen brightness control based on camera brightness · Issue #177 · TheTimeWalker/wallpanel-android · GitHub # Use DEX to completely pretend the screen off principle

1 Like

I’m not sure if this is something you can influence, but I noticed the following while testing Ava:

I’ve installed Ava on several Android tablets around my apartment. When I say the wake word (“Okay Nabu”), multiple tablets start listening at the same time, and they all try to execute the given command. This then causes noise pollution, as all the tablets start speaking at once.

Would it be possible somehow for only one tablet to listen to the command?

It is possible to disable the microphone in the Hass esphome integration, which is more complex and needs to be studied, because the logic needs to be refactored and redesigned, waiting for research to be solved, because the voice architecture needs to be separated from ha, and it is more difficult to use.

1 Like

This is coming along really nice, good work.

Do have a little feature request I’ve not seen mentioned yet, but a big plus fully kiosk has is it can go full immersive mode on my fire tablets and hide the nav menu at the bottom and the header at the to? Is that possible to add at all?

The issue has been resolved, thanks for your feedback, it is possible to update to the latest version.

1 Like

Cool project. I tried it out on one of my Amazon echos and it works nicely until I have music playing on the device, then it is unable to understand the wake word.
I noticed the original post mentions it supports AEC which should help mitigate this issue, however I don’t think the echo exposes the hardware AEC for other apps. Does your app implement AEC in software at all?

How did you install on amazon echo?

Check out XDA developers there has recently been a flurry of development for various echo devices.

Yes, you need to get hardware AEC, you will find a way to add software AEC to eliminate this problem, you can use a switch, and you will make a button later, click to wake up, and you can also wake up voice operation by binding it to the button

Offline speech recognition model, speed 0.1s, with ava will get a qualitative improvement, note that it is currently only a test version, and will add emotion detection in the future, perfectly supporting English, after installation, Wyoming Protocol integration, search to add the corresponding port

docker run -d
–name sensevoice-stt
–restart unless-stopped
-p 10300:10300
-v /data/sensevoice-stt:/data
ghcr.nju.edu.cn/desmond-dong/sensevoice-stt/sensevoice-stt-aarch64:v1.1.2

docker run -d
–name sensevoice-stt
–restart unless-stopped
-p 10300:10300
-v /data/sensevoice-stt:/data
ghcr.nju.edu.cn/desmond-dong/sensevoice-stt/sensevoice-stt-amd64:v1.1.2