Search found 17 matches
- Tuesday 22 July 2025 17:55
- Forum: Utility
- Topic: Huawei SUN2000 Inverters
- Replies: 32
- Views: 18198
Re: Huawei SUN2000 Inverters
It seems the main library is python >= 3.10 You are on 3.7 so it could not work.
https://github.com/wlcrs/huawei-solar-lib
Hello Waltervl!!
Thanks for your help!!! I think that solves the problem too.
I tried updating the Python version to the required one, but it doesn't seem to be as easy ...
- Monday 21 July 2025 2:04
- Forum: Utility
- Topic: Huawei SUN2000 Inverters
- Replies: 32
- Views: 18198
Re: Huawei SUN2000 Inverters
Hi!
I have a problem getting the plugin to work.
Log: 2025-07-21 01:38:19.010 Error: Huawei: (Domoticz-Huawei-Inverter) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/Domoticz-plugin-for-Huawei-SUN2000-Inverter/:/usr/lib/python37.zip:/usr/lib/python3.7:/usr/lib/python3 ...
I have a problem getting the plugin to work.
Log: 2025-07-21 01:38:19.010 Error: Huawei: (Domoticz-Huawei-Inverter) failed to load 'plugin.py', Python Path used was '/home/pi/domoticz/plugins/Domoticz-plugin-for-Huawei-SUN2000-Inverter/:/usr/lib/python37.zip:/usr/lib/python3.7:/usr/lib/python3 ...
- Thursday 24 September 2020 10:47
- Forum: Python
- Topic: Python Plugin: Neato Botvac vacuum
- Replies: 2
- Views: 1299
Re: Python Plugin: Neato Botvac vacuum
Hi,
I would use this plugin for my Vorwerk VR200. I got it already working with this php script https://github.com/tomrosenback/botvac.
Is it possible to do this and what changes do I have to make?
I would use this plugin for my Vorwerk VR200. I got it already working with this php script https://github.com/tomrosenback/botvac.
Is it possible to do this and what changes do I have to make?
- Thursday 19 March 2020 22:20
- Forum: Design, usability and languages
- Topic: Aurora theme
- Replies: 466
- Views: 185860
Re: Aurora theme
I reinstalled my RPI3 with domoticz and the aurora theme. At this time I don´t get the preview of the cameras on the dashboard, but the stream works fine. Also the preview of a textutility doesn´t work and the background picture isn´t visible anymore.
I can´t go back to a previous version. But it ...
I can´t go back to a previous version. But it ...
- Wednesday 06 February 2019 19:27
- Forum: Blockly
- Topic: Blockly examples
- Replies: 709
- Views: 438943
Re: Blockly examples
I found the problem: The selector-switch was the wrongdoer!!!
My selector-switch was created by the ebusd plugin and the 0 Step was the problem.
So I created it manually with my steps and I also created a not possible 0 step...and it worked!!!
@tozzke: Thanks for your assistance!!!
My selector-switch was created by the ebusd plugin and the 0 Step was the problem.
So I created it manually with my steps and I also created a not possible 0 step...and it worked!!!
@tozzke: Thanks for your assistance!!!
- Wednesday 06 February 2019 18:54
- Forum: Blockly
- Topic: Blockly examples
- Replies: 709
- Views: 438943
Re: Blockly examples
So where could be the problem, why it does not work for me?
@tozzke: Could I try something else??
@tozzke: Could I try something else??
- Wednesday 06 February 2019 18:34
- Forum: Blockly
- Topic: Blockly examples
- Replies: 709
- Views: 438943
Re: Blockly examples
Has anyone run a blockly script that has linked a "and/or" block to a selector switch in an if-statement???
After a whole day try and error, I think it isn´t possible with blockly??? Because without the selector switch in the if-statement it works.
After a whole day try and error, I think it isn´t possible with blockly??? Because without the selector switch in the if-statement it works.
- Wednesday 06 February 2019 17:29
- Forum: Blockly
- Topic: Blockly examples
- Replies: 709
- Views: 438943
Re: Blockly examples
I also used this, with no luck???
- Wednesday 06 February 2019 16:12
- Forum: Blockly
- Topic: Blockly examples
- Replies: 709
- Views: 438943
Re: Blockly examples
Hello,
I don´t know, why my blockly script doesn´t work?
"Heizung" is a selector-switch:
and "Gert@home" is a normal on/off-switch
Hope that someone can help??
I don´t know, why my blockly script doesn´t work?
"Heizung" is a selector-switch:
and "Gert@home" is a normal on/off-switch
Hope that someone can help??
- Wednesday 06 February 2019 1:23
- Forum: Utility
- Topic: Virtual meter that is the sum of two other meters
- Replies: 22
- Views: 13867
Re: Virtual meter that is the sum of two other meters
Ok, it´s solved
The one who could wait has a clear advantage
The one who could wait has a clear advantage
- Monday 04 February 2019 13:59
- Forum: Utility
- Topic: Virtual meter that is the sum of two other meters
- Replies: 22
- Views: 13867
Re: Virtual meter that is the sum of two other meters
I don´t know but maybe this could help:
The device for the whole powerconsumtion (kWh Meter Gesamt):
{
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 255,
"CounterToday" : "7.079 kWh",
"CustomImage" : 0,
"Data" : "220.368 kWh",
"Description ...
The device for the whole powerconsumtion (kWh Meter Gesamt):
{
"AddjMulti" : 1.0,
"AddjMulti2" : 1.0,
"AddjValue" : 0.0,
"AddjValue2" : 0.0,
"BatteryLevel" : 255,
"CounterToday" : "7.079 kWh",
"CustomImage" : 0,
"Data" : "220.368 kWh",
"Description ...
- Monday 04 February 2019 9:56
- Forum: Utility
- Topic: Virtual meter that is the sum of two other meters
- Replies: 22
- Views: 13867
Re: Virtual meter that is the sum of two other meters
Hi,
I used this script
-- /home/pi/domoticz/scripts/lua/script_device_calculate_consumption.lua
----------------------------------------------------------------------------------------------------------
-- Domoticz IDX and names of the needed devices ...
I used this script
-- /home/pi/domoticz/scripts/lua/script_device_calculate_consumption.lua
----------------------------------------------------------------------------------------------------------
-- Domoticz IDX and names of the needed devices ...
- Tuesday 29 January 2019 15:09
- Forum: Z-Wave
- Topic: Aeotec Home Energy Meter 2nd Edition
- Replies: 0
- Views: 818
Aeotec Home Energy Meter 2nd Edition
Hello,
there is an issue with my HEM.
The value Powerconsumtion on ID 240 should be an algebraic sum and not the sum of absolute power of L1, L2 and L3. Because my inverter produces elektricity.
The issue is, that L1, L2 and L3 shows also negative values, thats when my inverter generates more power ...
there is an issue with my HEM.
The value Powerconsumtion on ID 240 should be an algebraic sum and not the sum of absolute power of L1, L2 and L3. Because my inverter produces elektricity.
The issue is, that L1, L2 and L3 shows also negative values, thats when my inverter generates more power ...
- Friday 25 January 2019 10:13
- Forum: Python
- Topic: Python Plugin: ebusd
- Replies: 178
- Views: 35118
Re: Python Plugin: ebusd
Thank you for this great work and for your help!!
I had some spare time this evening, the correction is integrated in version 1.3.7 of the plugin.
Thank you for this!!! I updated now to the new version 1.3.7.
But with no success: The 2 inputfields was still there.
Now I deleted the PP ...
- Thursday 24 January 2019 20:33
- Forum: Python
- Topic: Python Plugin: ebusd
- Replies: 178
- Views: 35118
Re: Python Plugin: ebusd
Thank you for this great work and for your help!!
- Thursday 24 January 2019 15:48
- Forum: Python
- Topic: Python Plugin: ebusd
- Replies: 178
- Views: 35118
Re: Python Plugin: ebusd
Hi,
thanks for your answer!
This is my Version of the ebus deamon:
"version": "3.3.v3.3-10-gfa434e5",
Thit is from http://IPOfEbusD:8889/data?def ?:
Content.txt
So I got it to work now!!! I do the upgrade in the plugin.py as you said. Thanks a lot!!
It wasn´t as easy as you would think ...
thanks for your answer!
This is my Version of the ebus deamon:
"version": "3.3.v3.3-10-gfa434e5",
Thit is from http://IPOfEbusD:8889/data?def ?:
Content.txt
So I got it to work now!!! I do the upgrade in the plugin.py as you said. Thanks a lot!!
It wasn´t as easy as you would think ...
- Wednesday 23 January 2019 22:55
- Forum: Python
- Topic: Python Plugin: ebusd
- Replies: 178
- Views: 35118
Re: Python Plugin: ebusd
Hello, I also use the ebusd plugin.Great work!!! Everything has worked so far.
The two entries
mc:OperatingMode hwc:OperatingMode
provided each a selector-switch, with the working buttons for mc: "Auto, Eco, Heizen, Absenken, On" and for the hwc: "Off, On, Auto" (I do not remember the order ...
The two entries
mc:OperatingMode hwc:OperatingMode
provided each a selector-switch, with the working buttons for mc: "Auto, Eco, Heizen, Absenken, On" and for the hwc: "Off, On, Auto" (I do not remember the order ...