Search found 16 matches

by SanderRoelofs
Tuesday 03 January 2023 15:00
Forum: dzVents
Topic: Get local Enphase data from individual solar panels in domoticz
Replies: 54
Views: 13277

Re: Get local Enphase data from individual solar panels in domoticz

Hi, Many thanks for your input. I’ve read the github and it seems the new hardware support the same as the old hardware combined with dzVents script. (Power meters, total produced meter and inverter meters). See enphase.png the first 4 are created throught HW and the rest through dzVentz The support ...
by SanderRoelofs
Tuesday 03 January 2023 13:19
Forum: dzVents
Topic: Get local Enphase data from individual solar panels in domoticz
Replies: 54
Views: 13277

Re: Get local Enphase data from individual solar panels in domoticz

With the native plugin you can read power usage etc but not all the inverters separately. Therefore we are using the script which creating the necessary devices and reading. I also called Enphase about envoy sw versions. If you are not using IQ8+ inverters the main version remains D5.0.62 instead of ...
by SanderRoelofs
Tuesday 03 January 2023 12:17
Forum: dzVents
Topic: Get local Enphase data from individual solar panels in domoticz
Replies: 54
Views: 13277

Re: Get local Enphase data from individual solar panels in domoticz

Sorry, I can't help you now because mine system has a older version. I suggest that you investigate the curl command with token because you should get the same output as the webversion. If that works then the complete script should work properly. I read the pdf and tried to understand. I have ...
by SanderRoelofs
Tuesday 03 January 2023 11:18
Forum: dzVents
Topic: Get local Enphase data from individual solar panels in domoticz
Replies: 54
Views: 13277

Re: Get local Enphase data from individual solar panels in domoticz

In the output i read : Username/Password Authentication Failed. and secondly Enphase has updated security policies look at https://support.enphase.com/s/article/IQ-Gateway-Software-7-0-86-Release-Notes and https://store-d9.enphase.com/download/techbrief-iq-gateway-access-using-token-en-us?_ga=2 ...
by SanderRoelofs
Tuesday 03 January 2023 10:42
Forum: dzVents
Topic: Get local Enphase data from individual solar panels in domoticz
Replies: 54
Views: 13277

Re: Get local Enphase data from individual solar panels in domoticz

Okay, there is your problem! Question is now, who is causing the redirect, your system or enphase. when you open the url http://192.168.1.195/api/v1/production did it also redirect to https ? you can also try this /usr/bin/wget -T 3 --user installer --password ac6***** --no-check-certificate -O ...
by SanderRoelofs
Tuesday 03 January 2023 9:45
Forum: dzVents
Topic: Get local Enphase data from individual solar panels in domoticz
Replies: 54
Views: 13277

Re: Get local Enphase data from individual solar panels in domoticz

Okay and can you try the run this command on your Domoticz system /usr/bin/wget -T 3 --user installer --password ac6***** -O - 192.168.1.195/api/v1/production hi Your links is ok { "wattHoursToday": 109, "wattHoursSevenDays": 37273, "wattHoursLifetime": 114956, "wattsNow": 473 } [ { "serialNumber ...
by SanderRoelofs
Tuesday 03 January 2023 9:17
Forum: dzVents
Topic: Get local Enphase data from individual solar panels in domoticz
Replies: 54
Views: 13277

Re: Get local Enphase data from individual solar panels in domoticz

Hi, Perhaps there is no data yet. In the mean while can you try opening the url http://192.168.1.195/api/v1/production/ and the url http://192.168.1.195/api/v1/production/inverters in a browser. The first one should work like { "wattHoursToday": 2, "wattHoursSevenDays": 16490, "wattHoursLifetime ...
by SanderRoelofs
Monday 02 January 2023 20:45
Forum: dzVents
Topic: Get local Enphase data from individual solar panels in domoticz
Replies: 54
Views: 13277

Re: Get local Enphase data from individual solar panels in domoticz

Hi, Correct the inverters are offline at the moment because they are not producing power at the moment. Hopefully tomorrow it will work :D Thank you for your reply I authorized the creation http://image.noelshack.com/minis/2023/01/1/1672688451-sans-titre.png So I'm going to wait quietly tomorrow ...
by SanderRoelofs
Monday 02 January 2023 20:29
Forum: dzVents
Topic: Get local Enphase data from individual solar panels in domoticz
Replies: 54
Views: 13277

Re: Get local Enphase data from individual solar panels in domoticz

Hi, If you have createDevices = true then Domoticz will create the micro inverter devices for you. At least if you allow creation of new devices in settings page. Good evening everyone! Best wishes for this New Year!!!! :) I want to monitor my Enphase meter I put the script available on the 1st page ...
by SanderRoelofs
Monday 02 January 2023 15:40
Forum: dzVents
Topic: Get local Enphase data from individual solar panels in domoticz
Replies: 54
Views: 13277

Re: Get local Enphase data from individual solar panels in domoticz

Yes and no. I'm using Influx with Grafana for viewing graphs ah my mistake. I did not know that the dummy hardware was having an own idx. Working now! Is there any way to get a single graph with all the lines from all micro inverters in it? Only create a dummy hardware device not sensors. Create ...
by SanderRoelofs
Monday 02 January 2023 15:27
Forum: Other questions and discussions
Topic: Using P1-device form Dutch Homewizard
Replies: 15
Views: 7799

Re: Using P1-device form Dutch Homewizard

Sorry and done
waltervl wrote: Monday 02 January 2023 14:33 @SanderRoeloefs

It would be nice if you modified your posts with code so that the code comes in code brackets and becomes readable.... :D

Code: Select all

code
by SanderRoelofs
Monday 02 January 2023 14:22
Forum: Other questions and discussions
Topic: Using P1-device form Dutch Homewizard
Replies: 15
Views: 7799

Re: Using P1-device form Dutch Homewizard

I had the same error with my new meter. This problem occurs because the gas meter isn't connected to the p1 meter. you can disable gasmeter readings until it works or i did this if a == not nil then domoticz_updateDevice(idGas,'',a*1000) else domoticz_updateDevice(idGas,'',{manual_value}*1000) end ...
by SanderRoelofs
Monday 02 January 2023 14:17
Forum: Other questions and discussions
Topic: Using P1-device form Dutch Homewizard
Replies: 15
Views: 7799

Re: Using P1-device form Dutch Homewizard

Hi, Little late response but I have readings for 3 phases and extra. since my first script I've now solar panels, 3 phase system and waiting for water meter. So I have updated my first script several times now. -- Read API values s = request['content']; -- -- Gasmeter -- local idGas = {idx value ...
by SanderRoelofs
Tuesday 19 July 2022 14:57
Forum: dzVents
Topic: Get local Enphase data from individual solar panels in domoticz
Replies: 54
Views: 13277

Re: Get local Enphase data from individual solar panels in domoticz

Only create a dummy hardware device not sensors. Create just a normal dzvents scripts and make sure that settings are like below (offcourse use your own addresses) local Enphase = { ip = 'ip_address', password = 'password', dummyHardwareIDX = idx_number, useProduction = true, productionDeviceName ...
by SanderRoelofs
Thursday 11 March 2021 12:02
Forum: Other questions and discussions
Topic: Using P1-device form Dutch Homewizard
Replies: 15
Views: 7799

Re: Using P1-device form Dutch Homewizard

waltervl wrote: Thursday 11 March 2021 11:46 General HTTP/HTTPS Poller instructions here: https://www.domoticz.com/wiki/HTTP/HTTPS_poller
Thanks for your update. SO use general information about General HTTP/HTTPS Poller instruction and use mine p1.lua script for reading the values.
by SanderRoelofs
Thursday 11 March 2021 10:15
Forum: Other questions and discussions
Topic: Using P1-device form Dutch Homewizard
Replies: 15
Views: 7799

Re: Using P1-device form Dutch Homewizard

Hi, You need to use the HTTP/HTTPS poller. Method = GET ContentType = application/JSON url = http://{p1 ipadres}/api/v1/data Command = p1.lua Interval = {value in seconds} Two virtual sensors (Gas and Smart Energy Meter) and lua script saved in scripts folder p1.lua script: ------ BEGIN ...