-
Notifications
You must be signed in to change notification settings - Fork 4
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
device support #5
Comments
What other devices specifically do you mean? The vacuum cleaner, does it have BK7231? These usually have something more powerful, even Linux sometimes. "datapoints over tx/rx" is simply TuyaMCU. UPK2ESPHome supports TuyaMCU (partially), so you can try that. |
specifically I mean vacuum cleaners, Also doorbells, but those mostly run linux busybox, so It might be another challenge.
I actually don't know for sure, I was expecting it to be Either BK7231 or ESP8266 since my model is from 2021.
not sure if it's possible to derive the chipinformation from here, Or maybe I should just try to use cloudcutter and see if it works.
true, but if it doesn't work, my vaccuum cleaner will probably brick, |
@bkbartk maybe you can check if the vacuum cleaner is here listed https://robotinfo.dev/, if so it's possible that you can use Valetudo https://github.com/Hypfer/Valetudo What's the manufacturer / model? |
My Vucuum cleaner is not listed here, I tried Cloudcutter but it doesn't work, so the chip probably is not Beken. |
You can also try to get the vendor name using the MAC of the device and some web pages like this https://www.macvendorlookup.com/ If you're lucky, you'll see something like "Beken Corporation", if not only "Tuya Smart Inc." |
this gave me an idea,
also tuya, but a different address and range, [edit]:
so at this point there is still a possibility a beken chip is inside |
Hello,
I don't know it this is the place to ask, I was looking for some kind of Q&A page or message board but couldn't find any.
Are there plans to extend the device support to other devices as well?
there are 2 devices which I want to OTA flash, but I'm a little bit afraid I will kill the functionality if I don't know the config.
I'm especially interested in vacuum cleaner support. this makes use of datapoints over tx/rx instead of GPIO pins. So I don't even know if this is possible,
but the main question is, do you have plans to support more device types if possible?
The text was updated successfully, but these errors were encountered: