Search found 17 matches

by AddieJanssen
Monday 21 November 2022 19:34
Forum: Utility
Topic: New Python plugin: Domoticz SolarEdge_ModbusTCP
Replies: 87
Views: 11882

Re: New Python plugin: Domoticz SolarEdge_ModbusTCP

This is how I develop the plugin: - I am using the domoticz/domoticz image. - Start the container and mount a local (host) folder to store the plugin (looks like you've got that covered) - Connect to the container using: docker exec -it domoticz bash - Goto the folder where the plugin lives: cd /opt ...
by AddieJanssen
Sunday 02 October 2022 16:31
Forum: Python
Topic: Device and device type for VAh and VArh data
Replies: 0
Views: 370

Device and device type for VAh and VArh data

Hi, I am working on adding support for meters and batteries to my SolarEdge_ModbusTCP plugin (https://github.com/addiejanssen/domoticz-solaredge-modbustcp-plugin), but now run into stuff where I need some help. Some of the meters that can be attached to a SolarEdge inverter return measurements of ...
by AddieJanssen
Monday 12 October 2020 16:39
Forum: Utility
Topic: New Python plugin: Domoticz SolarEdge_ModbusTCP
Replies: 87
Views: 11882

Re: New Python plugin: Domoticz SolarEdge_ModbusTCP

Looking at that log, it looks like Domoticz is using the last used user in the entries that are added by the plugin. The plugin is using the Update function as documented here: https://www.domoticz.com/wiki/Developing_a_Python_plugin#Devices There is no option to provide a user in that call and I ...
by AddieJanssen
Monday 12 October 2020 15:15
Forum: Utility
Topic: New Python plugin: Domoticz SolarEdge_ModbusTCP
Replies: 87
Views: 11882

Re: New Python plugin: Domoticz SolarEdge_ModbusTCP

Weird.... Can you run one more query: don't filter on DeviceRowID, but select a timeframe. Looking at your log I am interested to see what is in the table starting at 2020-10-07 18:41:57 and stopping at 2020-10-08 08:38:25. I would like to see the sequence of entries; so please don't filter anything ...
by AddieJanssen
Monday 12 October 2020 14:44
Forum: Utility
Topic: New Python plugin: Domoticz SolarEdge_ModbusTCP
Replies: 87
Views: 11882

Re: New Python plugin: Domoticz SolarEdge_ModbusTCP

I would like to know if there is a value in the "User" column for the devices that are managed by the plugin. If possible, it would be great if you could export the table to a text file and attach it here. I wonder if there is a relationship between the entries generated by the plugin and other ...
by AddieJanssen
Monday 12 October 2020 14:07
Forum: Utility
Topic: New Python plugin: Domoticz SolarEdge_ModbusTCP
Replies: 87
Views: 11882

Re: New Python plugin: Domoticz SolarEdge_ModbusTCP

Running for 2 days now and I am very pleased with this plugin. I notice something in I can not explain ... Screenshot 2020-09-30 at 07.13.34.png Why do these events occur with different users ? Why are some events caused by "timer" ??? I have been trying to replicate this, but can't get it to show ...
by AddieJanssen
Friday 09 October 2020 17:07
Forum: Utility
Topic: New Python plugin: Domoticz SolarEdge_ModbusTCP
Replies: 87
Views: 11882

Re: New Python plugin: Domoticz SolarEdge_ModbusTCP

Hi, I just updated the plugin. did NOT have errors before, NOW I see Screenshot 2020-10-09 at 16.28.55.png Where should I look for more info ? Before it said "producing" Uploaded the correct version to GitHub now. If you would be so kind to upgrade one more time. It should then work fine again ...
by AddieJanssen
Friday 09 October 2020 16:51
Forum: Utility
Topic: New Python plugin: Domoticz SolarEdge_ModbusTCP
Replies: 87
Views: 11882

Re: New Python plugin: Domoticz SolarEdge_ModbusTCP

Oops..... Uploaded the wrong version to GitHub...

Will fix it now.
by AddieJanssen
Friday 09 October 2020 16:16
Forum: Utility
Topic: New Python plugin: Domoticz SolarEdge_ModbusTCP
Replies: 87
Views: 11882

Re: New Python plugin: Domoticz SolarEdge_ModbusTCP

Getting regular the following errors in the log. What can I do about this? 2020-10-03 11:58:54.790 Error: (SolarEdge) 'onHeartbeat' failed 'KeyError'. 2020-10-03 11:58:54.790 Error: (SolarEdge) ----> Line 522 in '/home/pi/domoticz/plugins/domoticz-solaredge-modbustcp-plugin/plugin.py', function ...
by AddieJanssen
Sunday 04 October 2020 17:00
Forum: Utility
Topic: New Python plugin: Domoticz SolarEdge_ModbusTCP
Replies: 87
Views: 11882

Re: Just a tiny little problem

Hi Sjonnie, The plugin is not able to connect with your inverter. This is probably not an issue with your software. Did you enable Modbus on your inverter and if so: do the ip address and ports match? Hi Addie, Thanks for your support! Could it have to do with the fact that I only got the panels ...
by AddieJanssen
Sunday 04 October 2020 15:16
Forum: Utility
Topic: New Python plugin: Domoticz SolarEdge_ModbusTCP
Replies: 87
Views: 11882

Re: New Python plugin: Domoticz SolarEdge_ModbusTCP

Hi Addie, Would it also be possible to "fire" the script from a script ? i.e. I do like "sync" it from my P1 activity. This to be able to calculate the in house consumption of power. ( yes I know calculating it from an event makes me calculating it 1 sample too late , but I still like this very ...
by AddieJanssen
Sunday 04 October 2020 15:13
Forum: Utility
Topic: New Python plugin: Domoticz SolarEdge_ModbusTCP
Replies: 87
Views: 11882

Re: Just a tiny little problem

Hi, I installed the script in a somewhat different way than described on github (I missed one line :oops: ). I can add the hardware but the devices don't show up. Any help truly appreciated! EDIT2: Forgot to mention that the inverter is a SolarEdge SE4000H and is connected to my network by wire ...
by AddieJanssen
Sunday 04 October 2020 15:10
Forum: Utility
Topic: New Python plugin: Domoticz SolarEdge_ModbusTCP
Replies: 87
Views: 11882

Re: New Python plugin: Domoticz SolarEdge_ModbusTCP

Getting regular the following errors in the log. What can I do about this? 2020-10-03 11:58:54.790 Error: (SolarEdge) 'onHeartbeat' failed 'KeyError'. 2020-10-03 11:58:54.790 Error: (SolarEdge) ----> Line 522 in '/home/pi/domoticz/plugins/domoticz-solaredge-modbustcp-plugin/plugin.py', function ...
by AddieJanssen
Sunday 04 October 2020 14:58
Forum: Utility
Topic: New Python plugin: Domoticz SolarEdge_ModbusTCP
Replies: 87
Views: 11882

Re: New Python plugin: Domoticz SolarEdge_ModbusTCP

at least the Temperature, P1 Voltage and Frequency counters work 24/7. the inverter self does not update the other counters when idle ... In that case, it is no big deal to run 24/7 It is not a problem to run it 24/7; the plugin will not write any data to the database unless the value has changed ...
by AddieJanssen
Sunday 04 October 2020 14:55
Forum: Utility
Topic: New Python plugin: Domoticz SolarEdge_ModbusTCP
Replies: 87
Views: 11882

Re: New Python plugin: Domoticz SolarEdge_ModbusTCP

Running for 2 days now and I am very pleased with this plugin. I notice something in I can not explain ... Screenshot 2020-09-30 at 07.13.34.png Why do these events occur with different users ? Why are some events caused by "timer" ??? To be honest: I have no idea... I have not added anything in ...
by AddieJanssen
Monday 28 September 2020 9:34
Forum: Utility
Topic: New Python plugin: Domoticz SolarEdge_ModbusTCP
Replies: 87
Views: 11882

New Python plugin: Domoticz SolarEdge_ModbusTCP

I have created a Python plugin to get the data from my SolarEdge inverter into Domoticz. The inverter needs to be connected to the network and Modbus needs to be enabled on it. The plugin is available on GitHub: https://github.com/addiejanssen/domoticz-solaredge-modbustcp-plugin It would be great to ...
by AddieJanssen
Sunday 27 September 2020 16:26
Forum: Python
Topic: New Python plugin: Domoticz SolarEdge_ModbusTCP
Replies: 1
Views: 262

New Python plugin: Domoticz SolarEdge_ModbusTCP

I have created a Python plugin to get the data from my SolarEdge inverter into Domoticz. The inverter needs to be connected to the network and Modbus needs to be enabled on it. The plugin is available on GitHub: https://github.com/addiejanssen/domoticz-solaredge-modbustcp-plugin It would be great to ...