Hi,
I tried to launch the python script with Events in domoticz and now its the request module who's not found :/
2023-04-22 13:28:16.252 Error: EventSystem: Failed to execute python event script "Solax 1"
2023-04-22 13:28:16.252 Error: EventSystem: Traceback (most recent call last):
2023-04-22 ...
Search found 5 matches
- Saturday 22 April 2023 13:29
- Forum: Python
- Topic: Python plugin - Solax Inverters
- Replies: 64
- Views: 8747
- Saturday 22 April 2023 11:46
- Forum: Python
- Topic: Python plugin - Solax Inverters
- Replies: 64
- Views: 8747
Re: Python plugin - Solax Inverters
Hi,
I'm just trying to launch this plugin and had an error :
Traceback (most recent call last):
File "/opt/solax/plugin.py", line 25, in <module>
import Domoticz
ImportError: No module named 'Domoticz'
Perhaps forget I something ?
Domoticz Version: 4.10717
Build Hash: b38b49e5
Compile Date ...
I'm just trying to launch this plugin and had an error :
Traceback (most recent call last):
File "/opt/solax/plugin.py", line 25, in <module>
import Domoticz
ImportError: No module named 'Domoticz'
Perhaps forget I something ?
Domoticz Version: 4.10717
Build Hash: b38b49e5
Compile Date ...
- Tuesday 31 March 2020 15:57
- Forum: Other questions and discussions
- Topic: CVS file (on pi) to virtual sensors
- Replies: 34
- Views: 5144
Re: CVS file (on pi) to virtual sensors
Hi waaren,
This python plugin work with an utp connection, my inverter doesn't support that, just bluetooth but dont work perfectly and actually a solar log box with a rs485 port. I just find another way, home assistant can integrate solar log with json (https://www.home-assistant.io/integrations ...
This python plugin work with an utp connection, my inverter doesn't support that, just bluetooth but dont work perfectly and actually a solar log box with a rs485 port. I just find another way, home assistant can integrate solar log with json (https://www.home-assistant.io/integrations ...
- Sunday 29 March 2020 16:58
- Forum: Other questions and discussions
- Topic: CVS file (on pi) to virtual sensors
- Replies: 34
- Views: 5144
Re: CVS file (on pi) to virtual sensors
Hi Waaren,
Thank you for your help.
So the location of the file is : /home/pi/domoticz/data but I need to download the file on the ftp server from solarlog
The value of the two columns is the wh (watt per hour) so 17003 + 16956 = 33959 wh of 33.96 kwh -> need to be on the grafic
I would make a ...
Thank you for your help.
So the location of the file is : /home/pi/domoticz/data but I need to download the file on the ftp server from solarlog
The value of the two columns is the wh (watt per hour) so 17003 + 16956 = 33959 wh of 33.96 kwh -> need to be on the grafic
I would make a ...
- Sunday 29 March 2020 12:53
- Forum: Other questions and discussions
- Topic: CVS file (on pi) to virtual sensors
- Replies: 34
- Views: 5144
Re: CVS file (on pi) to virtual sensors
Hi all,
I Have a similar case with my PV SMA. I'm using a solarlog who work with a ftp server, the available files type is (for example 21.03.20) min200321.js .
It's a file who contained :
m[mi++]="21.03.20 19:00:00|0;0;17003;0|0;0;16956;0"
m[mi++]="21.03.20 18:55:00|0;0;17003;0|0;0;16956;0"
m ...
I Have a similar case with my PV SMA. I'm using a solarlog who work with a ftp server, the available files type is (for example 21.03.20) min200321.js .
It's a file who contained :
m[mi++]="21.03.20 19:00:00|0;0;17003;0|0;0;16956;0"
m[mi++]="21.03.20 18:55:00|0;0;17003;0|0;0;16956;0"
m ...