Replies: 5 comments 8 replies
-
I too am looking to connect the HK1000 |
Beta Was this translation helpful? Give feedback.
-
But the meter reports to the inverter, and we gather the data from the inverter. Is the HK1000 connected to the network? Mine is connected directly onto the inverter and isn't accessable on its own. |
Beta Was this translation helpful? Give feedback.
-
I’m in the same situation. I can see the data from the homekit through the
SEMS portal but can’t seem to retrieve it and display it on home Assistant.
Also the GoodWe integration keeps saying unable to connect via the ip
address but I am able to retrieve data from the inverter through the SEMS
hacs api integration.
On Mon, 18 Jul 2022 at 6:31 am, icepicknz ***@***.***> wrote:
Yes my installation is different. Meter is linked to the inverter only.
Not connected on WiFi.
The meter then sends the data to the inverter.
This integrateion is for goodwe *inverters*
You'll need to look for another integration for the HK1000 meter
separately. Or link the meter to the inverter and obtain the information
from there.
My meter is connected to my home wifi, I can connect to the web interface
of it and its similar setup in its panel. but I cannot collect any data
dont know how. would be very useful to collect load from to grid and from
house usage
—
Reply to this email directly, view it on GitHub
<#113 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASK5K6ABUJMML6AWQDH7UQTVURUT5ANCNFSM5PEHTYDA>
.
You are receiving this because you commented.Message ID:
<mletenay/home-assistant-goodwe-inverter/repo-discussions/113/comments/3167024
@github.com>
--
Thanks and regards,
*SHIVSHANKAR MURALI*
+61 48177 3039
|
Beta Was this translation helpful? Give feedback.
-
Hk1000 is a smart meter attached to your electricity meter to show how much
solar you are producing, energy consumption from solar and grid and how
much you are sending it back to the grid.
The inverter only shows you how much you are producing.
On Fri, 15 Jul 2022 at 11:11 pm, SniperHilton ***@***.***> wrote:
Isn't the hk1000 just the meter?
—
Reply to this email directly, view it on GitHub
<#113 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASK5K6E6FFIBUIWP3JRNEDLVUFPRBANCNFSM5PEHTYDA>
.
You are receiving this because you commented.Message ID:
<mletenay/home-assistant-goodwe-inverter/repo-discussions/113/comments/3156647
@github.com>
--
Thanks and regards,
*SHIVSHANKAR MURALI*
+61 48177 3039
|
Beta Was this translation helpful? Give feedback.
-
Hey in case it helps I figured out how to get HK1000 metrics locally. Unfortunately it's done by reverse-engineering the SEMS Portal traffic, not UDP Modbus. So might not be a good fit for this project: https://github.com/smlx/goodwe-exporters |
Beta Was this translation helpful? Give feedback.
-
Hello,
first of all, thanks for your work, it's a really usefull home assistant integration! Thanks to this integration I can get all the data from my inverter without the need of semsportal.
The problem is that I also use a Goodwe HomeKit 1000 and is the one who can give me data about the electrical load of my house.
I can connect locally to the webserver of my HomeKit 1000 but I have no idea how I can get the energy data. I suppose that maybe with the same method as this integration uses but changing some code we can access also to the energy data from the HomeKit 1000.
I tried to use the same method as described here with no luck because it returns the error:
goodwe.exceptions.InverterError: Unable to connect to the inverter at host=192.xxxxxx, or your inverter is not supported yet.
[...]RequestRejectedException('ILLEGAL DATA ADDRESS')
.Is there any way I can do some testing/debugging to the Homekit in order to get the energy information?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions