Nice! Glad it works now.
2 small nit remarks:
* The comment says GET but the code uses PUT (my bad).
* You could improve the set up with 1 script only where the mode is provided as an program argument. This is to prevent to maintain the same information like ip and bearer token in multiple places.
Search found 24 matches
- Friday 03 October 2025 9:31
- Forum: Python
- Topic: HomeWizard Battery plugin
- Replies: 37
- Views: 6698
- Thursday 02 October 2025 14:07
- Forum: Python
- Topic: HomeWizard Battery plugin
- Replies: 37
- Views: 6698
Re: HomeWizard Battery plugin
I (and a bit of chatgpt) managed to switch the mode using a python event script.
You may want to change the trigger type of the script to time or when a user variable changes.
import DomoticzEvents as DE
import http.client
import ssl
import json
# API details
host = "192.168.1.6" # fill in your ...
You may want to change the trigger type of the script to time or when a user variable changes.
import DomoticzEvents as DE
import http.client
import ssl
import json
# API details
host = "192.168.1.6" # fill in your ...
- Thursday 02 October 2025 13:40
- Forum: Python
- Topic: HomeWizard Battery plugin
- Replies: 37
- Views: 6698
Re: HomeWizard Battery plugin
This is the dzVent script I was using to set the mode (fill in your own Bearer string).
It still fails with `2025-10-02 13:39:02.271 Error: dzVents: HTTP/1.1 response: 401 ==>> Unauthorized`
return {
on = { timer = {
'every minute',
},
httpResponses = { 'batteries' }
},
execute = function ...
It still fails with `2025-10-02 13:39:02.271 Error: dzVents: HTTP/1.1 response: 401 ==>> Unauthorized`
return {
on = { timer = {
'every minute',
},
httpResponses = { 'batteries' }
},
execute = function ...
- Thursday 02 October 2025 13:32
- Forum: Python
- Topic: HomeWizard Battery plugin
- Replies: 37
- Views: 6698
Re: HomeWizard Battery plugin
For reference you need to specify post data as `postData = { ['mode'] = 'to_full' },`
Also adding ` --insecure` to the url does not help.
Even so it seems like the dzVent http connection api renders the https call invalid for the p1 device.
As a workaround you could run a shellcommand from ...
Also adding ` --insecure` to the url does not help.
Even so it seems like the dzVent http connection api renders the https call invalid for the p1 device.
As a workaround you could run a shellcommand from ...
- Tuesday 01 July 2025 4:20
- Forum: Python
- Topic: HomeWizard Battery plugin
- Replies: 37
- Views: 6698
Re: HomeWizard Battery plugin
Thank you for the suggestion of using python3 instead of python. I’ve changed it in the readme and code.
- Thursday 05 June 2025 8:21
- Forum: Suggestions
- Topic: Axis break in graphs
- Replies: 7
- Views: 1582
Re: Axis break in graphs
Cool! Thanks for the swift fix!
- Wednesday 04 June 2025 9:02
- Forum: Suggestions
- Topic: Axis break in graphs
- Replies: 7
- Views: 1582
Re: Axis break in graphs
No, I did not create the issue.
- Saturday 31 May 2025 10:02
- Forum: Suggestions
- Topic: Axis break in graphs
- Replies: 7
- Views: 1582
Re: Axis break in graphs
Thanks! Reverting line 85 in www/app/log/RefreshingChart.js returns the broken axis view again.
The change (git sha f0cff38a70) was added recently on May 25th by GizMoCuz with message: 'Default area graph type for most day charts'.
Not sure which problem this fixes?
It is using boolean flag ...
The change (git sha f0cff38a70) was added recently on May 25th by GizMoCuz with message: 'Default area graph type for most day charts'.
Not sure which problem this fixes?
It is using boolean flag ...
- Friday 30 May 2025 14:45
- Forum: Suggestions
- Topic: Axis break in graphs
- Replies: 7
- Views: 1582
Axis break in graphs
After the last update to the latest version (went smooth, thanks a lot!) I noticed that graphs are not having an axis break, ie. they all show a full y-axis scale starting at 0 to the values measured. I remember vaguely that this was not the case before.
See below for an examples without and with ...
See below for an examples without and with ...
- Tuesday 27 May 2025 20:14
- Forum: Python
- Topic: HomeWizard Battery plugin
- Replies: 37
- Views: 6698
Re: HomeWizard Battery plugin
Can someone guide me through setting up this plugin?
Good news, with 1 battery there is no need for scripting.
To install the python plugin see this wiki page: https://wiki.domoticz.com/Using_Python_plugins
Consider using the domoticz python plugin manager, as that takes the burden away from ...
- Tuesday 27 May 2025 15:07
- Forum: Python
- Topic: HomeWizard Battery plugin
- Replies: 37
- Views: 6698
Re: HomeWizard Battery plugin
This is really great stuff. I just received 3 batteries and they work great as they were designed. However the p1-senseor is not selectable from the energy dashboard the "active power" sensor is. This sensor shows the Import-Export power of the battery. Since I had 3 batteries i had to sum them ...
- Monday 24 March 2025 23:24
- Forum: Python
- Topic: HomeWizard Battery plugin
- Replies: 37
- Views: 6698
Re: HomeWizard Battery plugin
Instead of using the P1 device we should add a (Home) Battery device which is providing P1 device like features except for keeping costs and providing 1 set of import and export counters only.
Especially for the HomeWizard Battery there should be no cost involved as it only charges using solar ...
Especially for the HomeWizard Battery there should be no cost involved as it only charges using solar ...
- Friday 21 March 2025 10:50
- Forum: Python
- Topic: HomeWizard Battery plugin
- Replies: 37
- Views: 6698
Re: HomeWizard Battery plugin
I think it would be even better when the kWh unit in the text is rephrased to Wh.gizmocuz wrote: Friday 21 March 2025 10:48 So, the documentation is OK? (I did not create the documentation, but it looks OK to me programming wise)
- Friday 21 March 2025 10:44
- Forum: Python
- Topic: HomeWizard Battery plugin
- Replies: 37
- Views: 6698
Re: HomeWizard Battery plugin
.gizmocuz wrote: Friday 21 March 2025 10:40 Hmm strange as I read
for instance "123456;78", 123456 being the absolute counter value, 78 being the usage (Wh).
With close reading I can now see that I should have interpreted the first kWh mentioned as Wh.
- Friday 21 March 2025 10:41
- Forum: Python
- Topic: HomeWizard Battery plugin
- Replies: 37
- Views: 6698
Re: HomeWizard Battery plugin
...
You can create (or actually should) two kWh sensors and use these for the totals of the imported/exported enery/power
This way, you can also use them on the Energy Dashboard
Of course, you can create a dzVents script if you like to still make a P1 meter, but I don't think this should be the ...
- Friday 21 March 2025 10:37
- Forum: Python
- Topic: HomeWizard Battery plugin
- Replies: 37
- Views: 6698
Re: HomeWizard Battery plugin
I think our documentation is pretty accurate as many are using it, but you could be right, but what is wrong with it?
Let's focus on the documentation first, I'll address the P1 meter in a separate answer.
The comment on device type 243, subtype 33 says: "The first number is the actual power ...
- Friday 21 March 2025 10:07
- Forum: Python
- Topic: HomeWizard Battery plugin
- Replies: 37
- Views: 6698
Re: HomeWizard Battery plugin
Why did you use a P1 smart meter? This is a battery device
You should use generic kWh meters for the totals
I fixed a bug, the totals were not showing as they were added as kWh values instead of Wh values.
The counter documentation for device 243, subtype 29 is imho incorrect in that regard ...
- Friday 21 March 2025 10:02
- Forum: Python
- Topic: HomeWizard Battery plugin
- Replies: 37
- Views: 6698
Re: HomeWizard Battery plugin
Yeah, I know the P1 might be seen as a strange design choice. However, the generic kWh meter does not show import and export as separate values, while the P1 meter does.gizmocuz wrote: Friday 21 March 2025 9:24 Why did you use a P1 smart meter? This is a battery device
You should use generic kWh meters for the totals
- Thursday 20 March 2025 22:45
- Forum: Python
- Topic: HomeWizard Battery plugin
- Replies: 37
- Views: 6698
Re: HomeWizard Battery plugin
Thanks for the feedback.
Which totals are you referring too? Which counter do you recommend?
- Thursday 20 March 2025 0:48
- Forum: Python
- Topic: HomeWizard Battery plugin
- Replies: 37
- Views: 6698
HomeWizard Battery plugin
I've just created a python plugin for the HomeWizard Battery at https://github.com/etmmvdp/HomeWizard-B ... /tree/main.
See the readme for details how to create a token which is required to run the plugin.
Let me know in case of questions and improvements.
See the readme for details how to create a token which is required to run the plugin.
Let me know in case of questions and improvements.