Search found 8 matches

by ErikM
Tuesday 20 December 2022 13:42
Forum: Python
Topic: Python plugin - Solax Inverters
Replies: 64
Views: 7085

Re: Python plugin - Solax Inverters

It's just this one is that's giving me trouble. The other Solax plugin works perfectly fine, but doesn't give me as much information. I've updated Python, the file is executable and is, as far as I can see, available. :(
by ErikM
Tuesday 20 December 2022 8:58
Forum: Python
Topic: Python plugin - Solax Inverters
Replies: 64
Views: 7085

Re: Python plugin - Solax Inverters

For having this plugin run properly you have to have your local network settings filled in (menu setup - settings). In the plugin settings you fill in the IP of the inverter. I have my local network settings in the settings menu and also the Solax PockteLan V3 IP (as provided by my FritzBox) in the ...
by ErikM
Monday 19 December 2022 18:41
Forum: Python
Topic: Python plugin - Solax Inverters
Replies: 64
Views: 7085

Re: Python plugin - Solax Inverters

Did yoy have local nettworks field filled in? As it should. https://www.domoticz.com/wiki/Application_Settings#System_Setup Else it perhaps is type error somehere in the plugin.py. Did you modify it yourself? I thought I had to fill in the Solax's IP address when I created the new hardware. Should ...
by ErikM
Monday 19 December 2022 16:56
Forum: Python
Topic: Python plugin - Solax Inverters
Replies: 64
Views: 7085

Re: Python plugin - Solax Inverters

Qh This is not an error there should be more. Probably an Module is not loading. see Wiki https://www.domoticz.com/wiki/Using_Python_plugins#Importing_Modules_Fails Ah, I see. I had another look at my logs and this is everything I get after creating the SolaxHTTP hardware: 2022-12-19 15:13:11.131 ...
by ErikM
Monday 19 December 2022 15:30
Forum: Python
Topic: Python plugin - Solax Inverters
Replies: 64
Views: 7085

Re: Python plugin - Solax Inverters

Just wondering: Does this plugin only work with the Pocket WIFI? I use the Pocket Lan V3.0 and would love to have this plugin work, but keep getting the following error after creating the hardware: '/home/pi/domoticz/plugins/SolaxHTTP/:/usr/lib/python37.zip:/usr/lib/python3.7:/usr/lib/python3.7/lib ...
by ErikM
Friday 01 May 2020 16:31
Forum: Blockly
Topic: Dewpoint
Replies: 4
Views: 732

Re: Dewpoint

Darn... I already found Blockly to be a steep learning curve and when I look at a dzvents or lua script I break out in a sweat... :shock: All the indentation makes it look extremely complicated and while Dewpoint is a device in Blockly, it is not in the normal device list. This is looking to be a ...
by ErikM
Wednesday 29 April 2020 11:49
Forum: Blockly
Topic: Dewpoint
Replies: 4
Views: 732

Dewpoint

Is there anyone who can explain to me how to use the dewpoint device in a Blockly script? The wiki doesn't offer any explanation on it and I'm still very new to using Blockly (or any form of scripting, for that matter). What I am trying to achieve is to use the dewpoint in a room to trigger an ...
by ErikM
Thursday 26 March 2020 8:48
Forum: LUA
Topic: lua socket require socket.http and socket.core problem and solution
Replies: 7
Views: 9592

Re: lua socket require socket.http and socket.core problem and solution

Hi, I'm using domoticz for a couple of years now, and never required to register to this forum to solve issues. however after installing the V2020.1 version my domoticz setup is broken regarding the lua issues. Above solution partly solved my issue, when I add the code as below ...