Yes that works.
strange thing is that Domoticz is crashing after installing that plugin, it's the 2e time today I try installing this plugin and my web interface is gone.
after deleting the plugin manual system is online..
Search found 10 matches
- Sunday 02 January 2022 22:10
- Forum: Python
- Topic: Python Plugin: GoodWe solar inverter via SEMS API
- Replies: 252
- Views: 53826
- Sunday 02 January 2022 20:59
- Forum: Python
- Topic: Python Plugin: GoodWe solar inverter via SEMS API
- Replies: 252
- Views: 53826
Re: Python Plugin: GoodWe solar inverter via SEMS API
Is this plugin stil working? pi@raspberrypi:~/domoticz/plugins $ git clone [email protected]:janjaapko/domoticz-GoodWeSEMS.git Cloning into 'domoticz-GoodWeSEMS'... [email protected]: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access ...
- Monday 17 June 2019 8:00
- Forum: LUA
- Topic: Lua script for uploading energy values to PVoutput
- Replies: 129
- Views: 42135
Re: Lua script for uploading energy values to PVoutput
And another strange value, Energy used is not right, it's too much. Date Time Energy Efficiency Power Average Normalised Temperature Voltage Energy Used Power Used 17/06/19 08:00 0.900kWh 0.188kWh/kW 1,635W - 0.341kW/kW 0.0C 229.6V 708.971kWh 359W 17/06/19 07:55 0.800kWh 0.167kWh/kW 1,643W - 0.342kW ...
- Sunday 16 June 2019 15:15
- Forum: LUA
- Topic: Lua script for uploading energy values to PVoutput
- Replies: 129
- Views: 42135
Re: Lua script for uploading energy values to PVoutput
some data 2019-06-16 15:15:08.121 Status: EventSystem: Script event triggered: /home/pi/domoticz/scripts/lua/script_device_calculate_consumption.lua 2019-06-16 15:15:08.213 Status: LUA: ----- PowerGeneration = 1610 W 2019-06-16 15:15:08.213 Status: LUA: ----- EnergyGeneration = 13400 Wh 2019-06-16 ...
- Sunday 16 June 2019 10:57
- Forum: LUA
- Topic: Lua script for uploading energy values to PVoutput
- Replies: 129
- Views: 42135
Re: Lua script for uploading energy values to PVoutput
ah ok.. PowerConsumption = PowerGeneration + PowerImport - PowerExport. PowerConsumption = 21,600 kWh (solarpannels) + 2,473 kWh (import energy) - 14,396 kWh (Returned energy) PowerConsumption = 9,677 kWh That 9,677 kWh is exact mij Consumption for a day. but this script show's me just 2,000 kWh and ...
- Tuesday 11 June 2019 22:16
- Forum: LUA
- Topic: Lua script for uploading energy values to PVoutput
- Replies: 129
- Views: 42135
Re: Lua script for uploading energy values to PVoutput
I still don't get it, PowerConsumption = PowerGeneration + PowerImport - PowerExport. PowerConsumption = 21600 (solarpannels) + 2473 (import energy) - 14396 (Returned energy) PowerConsumption = 9677 So my PowerConsumption is 9677 kWh for that day, en that's right, so my question is why is the ...
- Sunday 09 June 2019 17:32
- Forum: LUA
- Topic: GoodWe Solar: get data from the new semsportal (lua script)
- Replies: 106
- Views: 27574
Re: GoodWe Solar: get data from the new semsportal (lua script)
impressive, ia'm truck with copy and paste only.
- Sunday 09 June 2019 16:39
- Forum: LUA
- Topic: Lua script for uploading energy values to PVoutput
- Replies: 129
- Views: 42135
Re: Lua script for uploading energy values to PVoutput
Hi..iam trying to use this upload and calculation script and have one problem so far in the first script Calculation give's me a 770.617 kWh my gues that's to high? or do I missing something. 1 Slimme meter 0001 1 Power P1 Smart Meter Energy 782243;880866;301139;611053;0;852 - 2 Slimme meter ...
- Sunday 09 June 2019 15:53
- Forum: LUA
- Topic: GoodWe Solar: get data from the new semsportal (lua script)
- Replies: 106
- Views: 27574
Re: GoodWe Solar: get data from the new semsportal (lua script)
? so you make a php file from the Lua script?
- Friday 07 June 2019 11:14
- Forum: LUA
- Topic: GoodWe Solar: get data from the new semsportal (lua script)
- Replies: 106
- Views: 27574
Re: GoodWe Solar: get data from the new semsportal (lua script)
Hi I have installed the script and it works great. There is one error remaining: 2019-06-08 07:28:10.493 Error: EventSystem: Warning!, lua script Solar Panels has been running for more than 10 seconds 2019-06-08 07:36:10.126 Error: EventSystem: Warning!, lua script Solar Panels has been running for ...