Adding ability to list sharing groups of authenticated user - #6
Conversation
|
I am currently looking for a solution to visualize the data from my energy sharing group in Home Assistant. Has anyone already achieved something similar? I still do not fully understand how I could use this code in practice. Would someone be willing to help me a bit so I can better comprehend it? @Kaweechelchen |
|
Hi @jackolu, My recent change was limited to extending the Python library to support listing sharing groups. I have also opened an additional PR that introduces the ability to retrieve metering points associated with those sharing groups. While reviewing the issue tracker for this repository, I noticed that there is already a HACS-based integration available for incorporating LENEDA data into Home Assistant (see issue #5). It appears that this integration includes support for displaying data from sharing groups as well. Could you please clarify whether this existing functionality meets your needs, or specify what additional data or functionality you would like to have exposed in Home Assistant? |
|
Hello @Kaweechelchen , I am relatively new to the world of GitHub and currently trying to learn how to work with all these great repositories. At the moment, I am looking for a way to visualise the energy consumption data of the members of my energy community provided by Leneda. However, I still struggle to fully understand how forking a repository works and how I can adapt and use a project for my own purposes. I also have not yet figured out how I can visualise the API data from my energy community that is retrieved through the @koosoli Home Assistant integration (#5). My main problem is that I don't even know exactly what I don't understand yet. Do you maybe know someone who speaks Luxembourgish or German and who could explain me the basics of working with this repository and GitHub in general? Ideally, I would really appreciate talking to someone once over the phone or via a short call, because I think that would help me understand the basics much faster. I know this is probably not the right place for this kind of question, but I would really appreciate having someone to chat with privately. Thank you in advance! |
fedus
left a comment
There was a problem hiding this comment.
Awesome, thank you.
The only though I had was whether whether we should highlight methods that call the non-public API (or that require special roles like being a sharing group manager) ... or whether that is irrelevant for the client lib.
|
Hello @jackolu , apologies for replying late to you.
Great to have you here. I wish you a lot of fun discovering what's out there!
You can usually fork a project by clicking the fork button on the main page of each repository. However, depending on what you want to do, you may not need to create a fork. For example, if you just want to use a library (like leneda-client) in your project to facilitate making api calls, you can simply use the library as a dependency within your own project.
There seem to be 2 HACS (Home Assistant Community Store) integrations for Leneda right now. Maybe you can try the other one? Or contact @koosoli directly? I had started writing a Leneda integration for Home Assistant on my own, but due to a lack of time I had put that project on hold. In the meantime, others took the lead :) My idea was always to bring it to HA Core, but the HACS integrations seem to be doing their job.
As I wrote above, following a few easy tutorials or explainer videos about git or Github would be an excellent starting point. How to use this repository depends very much on what exactly you want to achieve.
Keep being curious! |
No description provided.