Search found 12 matches

by itsbvka
Friday 26 February 2021 21:19
Forum: Python
Topic: Python plugin - Solax Inverters
Replies: 64
Views: 7660

Re: Python plugin - Solax Inverters

Indeed, that part was obvious. I should have stated in my previous post that I already did that.

Thanks for creating the plugin and the help here!
by itsbvka
Friday 26 February 2021 19:49
Forum: Python
Topic: Python plugin - Solax Inverters
Replies: 64
Views: 7660

Re: Python plugin - Solax Inverters

You are right, this call does not give a proper response However Local is set to 192.168.*.*;127.0.0.* which should allow local connections so that's not the problem When connecting to https://192.168.2.19/json.htm?type=command&param=getSunRiseSet I do get the right answer, so the problem is the ...
by itsbvka
Friday 26 February 2021 16:55
Forum: Python
Topic: Python plugin - Solax Inverters
Replies: 64
Views: 7660

Re: Python plugin - Solax Inverters

I found a small error in the script. the initial value of self.sunset was not set, it was only self.sunrise that gets an initial value. This is what is in the original script self.sunrise = datetime.time(7,30,0) self.sunrise = datetime.time(21,30,0) I changed this to self.sunrise = datetime.time(7 ...
by itsbvka
Friday 26 February 2021 13:42
Forum: Python
Topic: Python plugin - Solax Inverters
Replies: 64
Views: 7660

Re: Python plugin - Solax Inverters

Thank you for your work, I installed the plugin and configured it. It updated once for the first startup, but after that no updates are coming through In the log I find some entries that could point to the problem in the bottom 2 lines 2021-02-26 14:12:41.394 (Solax thuis) 'Name':'Solax thuis' 2021 ...
by itsbvka
Tuesday 23 February 2021 21:43
Forum: Other questions and discussions
Topic: Restore of history
Replies: 5
Views: 1027

Re: Restore of history

Thanks, this time it worked like a charm! I've set daysBackBegin to -11 and daysBackEnd to -1 to match the missing days Output of the counters is this,showing the updated table counts 6695 5701 1267 1917 14408 12154 0 6758 5728 1267 1926 14497 12226 0 BTW, the copies were a little wrong, you copy ...
by itsbvka
Tuesday 23 February 2021 19:19
Forum: Other questions and discussions
Topic: Restore of history
Replies: 5
Views: 1027

Re: Restore of history

Thanks! This looks promising and as I would expect it. However when executing line by line it does not give any message and in the end the database is the same size as the original. How can I see what is happening and check that the progress is as it should be? Restarting with the <to be> updated ...
by itsbvka
Tuesday 23 February 2021 13:38
Forum: Other questions and discussions
Topic: Restore of history
Replies: 5
Views: 1027

Restore of history

Due to a wrong script I had a constant crash of Domoticz, the easiest way to recover was to restore an earlier domoticz.db database which worked fine. However, since the backup was a couple weeks old, I lost a few weeks of history data. is there a way to extract that data from the database that ...
by itsbvka
Wednesday 17 February 2021 14:27
Forum: Python
Topic: Solax inverter Plugin
Replies: 22
Views: 6476

Re: Solax inverter Plugin

I see that a new API is available at Solax, it has the syntax https://www.eu.solaxcloud.com:9443/proxy/api/getRealtimeInfo.do?tokenId={TokenID}&sn={Registration} The API documentation is also published https://www.eu.solaxcloud.com/phoebus/resource/files/userGuide/Solax_API_for_End-user_V1.0.pdf Is ...
by itsbvka
Friday 08 May 2020 14:17
Forum: Python
Topic: Solax inverter Plugin
Replies: 22
Views: 6476

Re: Solax inverter Plugin

Thank you very much for your work. I'm trying to set it up with a Solax X3, Since you tested with an X1 I was hoping this would work too, all devices register when the hardware is added but all values stay on 0 it seems to start with an error and then connect using the V1 method but then aborts ...
by itsbvka
Monday 23 March 2020 13:15
Forum: dzVents
Topic: After update Stable to 2020.1 Problems with P1 [Solved]
Replies: 16
Views: 3570

Re: After update Stable to 2020.1 Problems with P1 [Solved]

I'm having the same or similar issue, and tried changing the dummy device. However, now I get an error code, clues are welcome why this doesn't work for me while reported working above. 2020-03-23 13:14:00.284 Error: dzVents: Error: (3.0.1) SME 0.1.7: Method updateCounter is not available for device ...
by itsbvka
Wednesday 26 December 2018 11:36
Forum: Rfxcom Transceiver
Topic: RFXtrx433XL with DSMR P1 interface
Replies: 10
Views: 3047

Re: RFXtrx433XL with DSMR P1 interface

confirmed working with Domoticz beta, I'm not sure where to best place instructions, but some settings needed experimenting. As stated in the RFXtrx user guide chapter 16 the P1 connection needs to be configured with the RFXmngr program for the right Smart Meter connection. After that in the ...
by itsbvka
Tuesday 25 December 2018 15:45
Forum: Rfxcom Transceiver
Topic: There is Somfy in the air!!
Replies: 171
Views: 97296

Re: There is Somfy in the air!!

I'm trying to setup the RFXtrx433XL with my Somfy blinds. I can add a new remote with RFXmngr and control the blinds using packettype RFY and ID 090B01 unit 2 (just random) Now I move the RFXtrx433XL from the laptop to my Raspberry PI where I can see it in the hardware list on /dev/ttyUSB1 Next step ...