-
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
Any version for Jeedom like ha-emporia-vue ? #34
Comments
Home Assistant is the only one I have plans to officially support myself since that's the one I use personally. However if someone decides to create something for another home automation provider I'd be happy to provide guidance and accept pull requests if they need changes in the library. |
hummm... thanks for that. |
this file works, but I get stuck on generating a json file that is easier to use. ` def print_recursive(usage_dict, info, depth=0): vue = PyEmVue() devices = vue.get_devices() for device in devices: device_usage_dict = vue.get_device_list_usage(deviceGids=device_gids, instant=None, scale="1MIN", unit="KilowattHours") |
Such a good script for Emporia.
Any chance to have it for Jeedom ?
The text was updated successfully, but these errors were encountered: