-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Can I have more that one area / zone/ block? #46
Comments
Not currently, but it's on the roadmap. Made some API usage optimisation to allow for more areas. Started work on config options, but got a bit busy with the silly season. Might look at finishing it up over the holidays. |
Sounds great, |
He folks ... any progress on this one? I would like to add a loadshedding schedule for a family member's dashboard who lives in a different zone. Thanks! |
Hey @wernerhp - #loveyourwork! Did you get any further with multiple zones? Re your comment on API optimisation - I was planning on using a different API token for each area of interest. e.g. for my father who is in a different zone, I would get him to register for a token and then use that to fetch his zone's info. Were you thinking of having it all in one integration "device"? I saw it as a second/third etc. device in the integration... more like: Thanks man ... really cool integration! |
@emeyedeejay Highly recommend you upgrade if you do more than 1 area. Its not a free service, and its actually very useful and ESP is running a business. The APP allows multiple zones because it makes money with ads. The API can't do ads so the only way of making money is by you upgrading. |
Thank you - I had read that before and was going to check out the sub again too 👍 |
I have not. Haven't had time to work on this unfortunately. Moved and been pretty busy. |
+1 for this feature, please! Need to monitor multiple areas for work sites |
Thanks for this useful integration. I would also like to add another area. |
Adding in a little reminder about this feature. |
@DravenSA the way I achieved this was to run two instances of the integration. I created a fork for the second instance that changes the name to Loadshedding 2. You can add my custom respository https://github.com/slipx06/ha.integration.load_shedding to HACS for the second instance. I adjusted the update interval to every 90 minutes instead of 60 minutes. It works perfectly fine. You need to use the same API key otherwise your IP will get blacklisted. With both areas I only use around 36 API calls. I also manually edited the original integration to reduce the update interval. You need to change the custom_components/load_shedding/const.py file. Look for the setting below and change it to
|
@slipx06 What a fantastic work around, I love it. |
Not an Issue, more of a question
So today it would seem that we were on Block 2 for the longest time and now we have been moved to block 7
can i add a second block? would like to track block 2 and block 7
The text was updated successfully, but these errors were encountered: