-
Notifications
You must be signed in to change notification settings - Fork 8
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
No data in "total usage"-variable #81
Comments
No clue, send a diagnostic report from my app maybe the log tells more. |
Diagnostic report sent. 59e5389a-681d-46db-b48f-d78eafe2a7ce.
ons 26 okt. 2022 kl. 18:47 skrev jtebbens ***@***.***>:
… No clue, send a diagnostic report from my app maybe the log tells more.
First thought connection issues, or sdkv3 related code chsnges.
—
Reply to this email directly, view it on GitHub
<#81 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALF2FSUR4PHL4G7JORYMIPTWFFOB5ANCNFSM6AAAAAARPE5QZ4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Note: this log has been manually submitted by a user. User Message: ---- stdout ---- ---- stderr ---- |
Please sent me your output from your p1 |
Unfortunately, my p1-meter is located in my vacation-home, and I haven't
configured remote access to the local network on site. I will go there next
weekend and get back to you then.
Den ons 26 okt. 2022 kl 19:07 skrev jtebbens ***@***.***>:
… Please sent me your output from your p1
http://192.168.1.187:80/api/v1
—
Reply to this email directly, view it on GitHub
<#81 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALF2FSXUPNLTM45HNVDPEDDWFFQNXANCNFSM6AAAAAARPE5QZ4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Ok let me know, I think the problem is that you are in Sweden and the P1 might have a different output from your smart meter than I know. For Netherlands I got it covered but I think there is an updated firmware perhaps for your country that gives a different output. And potential errors are not covered correctly and hence you see value output problems like this. But lets await that P1 output that I need so I can validate it. |
Hello again!
Now I have retrieved the P1 output from my HomeWizard. I hope this is what
you need.
{"wifi_ssid":"Tonnanger_209_SH","wifi_strength":28,"meter_model":"ELL5\\253833635_A","total_power_import_kwh":11033.43,"total_power_import_t1_kwh":11033.43,"total_power_export_kwh":0,"total_power_export_t1_kwh":0,"active_power_w":698,"active_power_l1_w":43,"active_power_l2_w":606,"active_power_l3_w":48,"active_voltage_l1_v":237.2,"active_voltage_l2_v":235.7,"active_voltage_l3_v":237.7,"active_current_l1_a":0.3,"active_current_l2_a":2.9,"active_current_l3_a":0.3,"external":[]}
Sincerely,
Patrik Bergman
Den fre 28 okt. 2022 kl 14:21 skrev jtebbens ***@***.***>:
… Ok let me know, I think the problem is that you are in Sweden and the P1
might have a different output from your smart meter than I know. For
Netherlands I got it covered but I think there is an updated firmware
perhaps for your country that gives a different output. And potential
errors are not covered correctly and hence you see value output problems
like this. But lets await that P1 output that I need so I can validate it.
—
Reply to this email directly, view it on GitHub
<#81 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALF2FSSULXR4VQKZZ5XFYOTWFPALJANCNFSM6AAAAAARPE5QZ4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Tack, need some time to investigate.Kind regards / Groet,JeroenOp 5 nov. 2022 om 15:13 heeft perpatrik79 ***@***.***> het volgende geschreven:
Hello again!
Now I have retrieved the P1 output from my HomeWizard. I hope this is what
you need.
{"wifi_ssid":"Tonnanger_209_SH","wifi_strength":28,"meter_model":"ELL5\\253833635_A","total_power_import_kwh":11033.43,"total_power_import_t1_kwh":11033.43,"total_power_export_kwh":0,"total_power_export_t1_kwh":0,"active_power_w":698,"active_power_l1_w":43,"active_power_l2_w":606,"active_power_l3_w":48,"active_voltage_l1_v":237.2,"active_voltage_l2_v":235.7,"active_voltage_l3_v":237.7,"active_current_l1_a":0.3,"active_current_l2_a":2.9,"active_current_l3_a":0.3,"external":[]}
Sincerely,
Patrik Bergman
Den fre 28 okt. 2022 kl 14:21 skrev jtebbens ***@***.***>:
Ok let me know, I think the problem is that you are in Sweden and the P1
might have a different output from your smart meter than I know. For
Netherlands I got it covered but I think there is an updated firmware
perhaps for your country that gives a different output. And potential
errors are not covered correctly and hence you see value output problems
like this. But lets await that P1 output that I need so I can validate it.
—
Reply to this email directly, view it on GitHub
<#81 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALF2FSSULXR4VQKZZ5XFYOTWFPALJANCNFSM6AAAAAARPE5QZ4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
The problem is that in the netherlands we dont have "total_power_import_kwh". We got "total_power_import_t1_kwh" and "total_power_import_t2_kwh". There is no code for "total_power_import_kwh" and not sure why it did work and now it doesn't. So I think that means I need to add additional checks that for meters outside Netherlands there is different stuff to check as well. Sorry you are the first that surprises me with this. :) total_power_import_kwh":11033.43,"total_power_import_t1_kwh":11033.43, |
I see. In my case, the "total_power_import_t1_kwh" shows the same value as
the "total_power_import_kwh". Thus, it would not be a problem had it not
been that the ”Power by the hour”-app, that I also use, get its data from "
total_power_import_kwh".
ons 9 nov. 2022 kl. 16:07 skrev jtebbens ***@***.***>:
… The problem is that in the netherlands we dont have
"total_power_import_kwh". We got "total_power_import_t1_kwh" and
"total_power_import_t2_kwh". There is no code for "total_power_import_kwh"
and not sure why it did work and now it doesn't. So I think that means I
need to add additional checks that for meters outside Netherlands there is
different stuff to check as well. Sorry you are the first that surprises me
with this. :)
total_power_import_kwh":11033.43,"total_power_import_t1_kwh":11033.43,
—
Reply to this email directly, view it on GitHub
<#81 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALF2FSTWXFHI23NH445I2YLWHO4ZVANCNFSM6AAAAAARPE5QZ4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I will build a workaround for your setup and make it available for you.Kind regards / groet,JeroenOp 9 nov. 2022 om 17:58 heeft perpatrik79 ***@***.***> het volgende geschreven:
I see. In my case, the "total_power_import_t1_kwh" shows the same value as
the "total_power_import_kwh". Thus, it would not be a problem had it not
been that the ”Power by the hour”-app, that I also use, get its data from "
total_power_import_kwh".
ons 9 nov. 2022 kl. 16:07 skrev jtebbens ***@***.***>:
The problem is that in the netherlands we dont have
"total_power_import_kwh". We got "total_power_import_t1_kwh" and
"total_power_import_t2_kwh". There is no code for "total_power_import_kwh"
and not sure why it did work and now it doesn't. So I think that means I
need to add additional checks that for meters outside Netherlands there is
different stuff to check as well. Sorry you are the first that surprises me
with this. :)
total_power_import_kwh":11033.43,"total_power_import_t1_kwh":11033.43,
—
Reply to this email directly, view it on GitHub
<#81 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALF2FSTWXFHI23NH445I2YLWHO4ZVANCNFSM6AAAAAARPE5QZ4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Thank you very much! Sincerely, Patrik
Den ons 9 nov. 2022 kl 18:31 skrev jtebbens ***@***.***>:
… I will build a workaround for your setup and make it available for
you.Kind regards / groet,JeroenOp 9 nov. 2022 om 17:58 heeft perpatrik79
***@***.***> het volgende geschreven:
I see. In my case, the "total_power_import_t1_kwh" shows the same value as
the "total_power_import_kwh". Thus, it would not be a problem had it not
been that the ”Power by the hour”-app, that I also use, get its data from "
total_power_import_kwh".
ons 9 nov. 2022 kl. 16:07 skrev jtebbens ***@***.***>:
> The problem is that in the netherlands we dont have
> "total_power_import_kwh". We got "total_power_import_t1_kwh" and
> "total_power_import_t2_kwh". There is no code for
"total_power_import_kwh"
> and not sure why it did work and now it doesn't. So I think that means I
> need to add additional checks that for meters outside Netherlands there
is
> different stuff to check as well. Sorry you are the first that surprises
me
> with this. :)
>
> total_power_import_kwh":11033.43,"total_power_import_t1_kwh":11033.43,
>
> —
> Reply to this email directly, view it on GitHub
> <
#81 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ALF2FSTWXFHI23NH445I2YLWHO4ZVANCNFSM6AAAAAARPE5QZ4
>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
—Reply to this email directly, view it on GitHub, or unsubscribe.You are
receiving this because you commented.Message ID: ***@***.***>
—
Reply to this email directly, view it on GitHub
<#81 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALF2FSTWAYX5EK5MBMEQXMDWHPNV3ANCNFSM6AAAAAARPE5QZ4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Thx for your PayPal donation!Very kind of you. Kind regards / groet,JeroenOp 9 nov. 2022 om 17:58 heeft perpatrik79 ***@***.***> het volgende geschreven:
I see. In my case, the "total_power_import_t1_kwh" shows the same value as
the "total_power_import_kwh". Thus, it would not be a problem had it not
been that the ”Power by the hour”-app, that I also use, get its data from "
total_power_import_kwh".
ons 9 nov. 2022 kl. 16:07 skrev jtebbens ***@***.***>:
The problem is that in the netherlands we dont have
"total_power_import_kwh". We got "total_power_import_t1_kwh" and
"total_power_import_t2_kwh". There is no code for "total_power_import_kwh"
and not sure why it did work and now it doesn't. So I think that means I
need to add additional checks that for meters outside Netherlands there is
different stuff to check as well. Sorry you are the first that surprises me
with this. :)
total_power_import_kwh":11033.43,"total_power_import_t1_kwh":11033.43,
—
Reply to this email directly, view it on GitHub
<#81 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALF2FSTWXFHI23NH445I2YLWHO4ZVANCNFSM6AAAAAARPE5QZ4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
I've adjusted the code and version 3.0.4 is in test store so try that if you want. |
Works perfectly! Thank you very much!
//Patrik
tors 10 nov. 2022 kl. 13:11 skrev jtebbens ***@***.***>:
… I've adjusted the code and version 3.0.4 is in test store so try that if
you want.
—
Reply to this email directly, view it on GitHub
<#81 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALF2FSUIL4AVOPQH2OI6HKDWHTQ6HANCNFSM6AAAAAARPE5QZ4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Great! Closing this problem then, thx for confirmation. |
Hi,
A few days ago, the "total usage"-variable siezed updating. As you can see below, the "total T1 usage"-variable keeps updating. I have spoken to another user with the same problem. Any ideas what might be the problem?
The text was updated successfully, but these errors were encountered: