Search found 7 matches

by Jeweettoch13
Thursday 20 April 2023 19:44
Forum: Other questions and discussions
Topic: Docker and domoticz migration...
Replies: 6
Views: 572

Re: Docker and domoticz migration...

Tried the exact steps but unfortunately did'nt worked out as planned. Almost wrecked the whole program setup. Took me an hour or to 2 get it working again. I'll let it be for now untill i have a decent description.
by Jeweettoch13
Thursday 20 April 2023 17:13
Forum: Other questions and discussions
Topic: Docker and domoticz migration...
Replies: 6
Views: 572

Re: Docker and domoticz migration...

should this do the trick?
by Jeweettoch13
Thursday 20 April 2023 16:43
Forum: Other questions and discussions
Topic: Docker and domoticz migration...
Replies: 6
Views: 572

Re: Docker and domoticz migration...

I'm using the docker app from Synology. I copied the entire docker map to volume3 and installed docker again at volume3 but for some reason i'm missing some last steps i believe because it will not auto resume. Also no installation of domoticz was found after. When i revert the whole thing back it ...
by Jeweettoch13
Tuesday 18 April 2023 17:48
Forum: Other questions and discussions
Topic: Docker and domoticz migration...
Replies: 6
Views: 572

Docker and domoticz migration...

So i was tinkering around a bit to migrate my docker setup with domoticz to another volume, but with no succes so far. My current setup is an Synology 920+, 4x14tb (volume1) and 2x1gb (volume2 and volume3) nvme as storage configured @btrfs. The idea back then was to install docker to Volume1 and get ...
by Jeweettoch13
Tuesday 26 July 2022 16:22
Forum: Python
Topic: Python Plugin: GoodWe solar inverter via SEMS API
Replies: 252
Views: 53836

Re: Python Plugin: GoodWe solar inverter via SEMS API

Hi Jeweettoch, I'm guessing it ain't all that hard to make, guessing data is there. In both of the plugins. I'm no coding expert unfortunately to get all 3 phases to readout. Already surprised that i got it all to work, that's all. When i'm comparing it to the UDP readout you'll get about 3 times ...
by Jeweettoch13
Saturday 23 July 2022 17:05
Forum: Python
Topic: Python plugin for Goodwe - local lan via udp
Replies: 21
Views: 7640

Re: Python plugin for Goodwe - local lan via udp

Hey, I'm maintaining the plugin for accessing the Goodwe inverter via the SEMS API. Reason for not (yet?) switching to the local lan option is the fact that you need to have the firmware upgraded for your inverter, which most people (my assumption) haven't done. Not sure how or since when new ...
by Jeweettoch13
Saturday 23 July 2022 16:50
Forum: Python
Topic: Python plugin for Goodwe - local lan via udp
Replies: 21
Views: 7640

Re: Python plugin for Goodwe - local lan via udp

Did have to manually install pymodbus via 'pip install pymodbus' perhaps this should be added to 'requirements.txt' Thanks, I added this to the requirements. Also notice that you have to have 'Accept new Hardware Devices' enabled or it will fail to create devices. I'm fairly new to Domoticz, about ...