-
Notifications
You must be signed in to change notification settings - Fork 36
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
Read the Zigbee data directly #52
Comments
It's using an ESP32 so the data is sent over wifi, not ZigBee, and unfortunately the only way to get data locally is to flash a custom firmware onto the device. People have done that successfully, see this project that walks you through flashing ESPHome on it: https://github.com/emporia-vue-local/esphome As of right now they've not come out with any way to get data locally without a custom firmware, unfortunately. As for Home Assistant, that's what I use personally and was why I made PyEmVue do I'm not planning on trying to create plugins for any other similar services. I'm happy to make modifications here to make it easier for anyone who does decide to support other home automation software. |
thank you for the reply. still not sure what I'm going to do. |
Again, reminder that the data isn't sent over ZigBee, it's Wifi. People have tried to intercept the data between the device and router but it is encrypted and we don't have the encryption keys to decrypt it. |
well, thanks for the reply. |
any chance you can read the zigbee data directly?
I really hate going to 'the cloud' to get my own data......
I see you also have a Home Assistant Integration. Check out Homeseer.
you could probably easily create a simple plugin.....
good luck.
sorry for using an 'issue' I did not see any other way of contacting you.
The text was updated successfully, but these errors were encountered: