I have a strange thing in my installation. I am running Dockge and have everything installed and running well.
When I do an update of domoticz beta i get a failure from the solaredge modbustcp app and need to reinstall
pip3 install pymodbus==3.6.9
pip3 install solaredge_modbus==0.8.0
from within in the domoticz folder, why is this necessary?
Update from Beta need to reinstall solaredge Topic is solved
Moderator: leecollings
-
- Posts: 682
- Joined: Thursday 02 October 2014 6:36
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2022.2
- Location: Geleen
- Contact:
Re: Update from Beta need to reinstall solaredge
Seems like normal behaviour. When you install a new docker container, the added installs are not present anymore and to be reinstalled. The same happens when you bring the container down.
Not sure how this works with dockge, but checkout customstart.sh to automate this.
Edit: I looked up dockge and it seems a tool to simplify the maintenance of the yaml files and the stop/start of the containers. I have just very few containers and 'vi rules', so I stick to the command line. But the remark of customstart still stands.
Not sure how this works with dockge, but checkout customstart.sh to automate this.
Edit: I looked up dockge and it seems a tool to simplify the maintenance of the yaml files and the stop/start of the containers. I have just very few containers and 'vi rules', so I stick to the command line. But the remark of customstart still stands.
Last edited by jannl on Thursday 24 July 2025 8:21, edited 1 time in total.
-
- Posts: 347
- Joined: Wednesday 04 July 2018 7:48
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: Update from Beta need to reinstall solaredge
add the following lines to /opt/stacks/domoticz/config/customstart.sh
echo installing python requirements for solaredge-modbus-tcp
cd /opt/domoticz/userdata/plugins/domoticz-solaredge-modbustcp-plugin/
python3 -m pip install -r requirements.txt --upgrade
echo done
RPI4 Beta / Tasmota / ZigBee2MQTT / P1meter / Haier AC with Node-Red and MQTT / SolarEdge SE3500H modbus_tcp / Opentherm gateway / Plugwise Anna/Smile / ObserverIP weatherstation thru WuDirect
Feeding ADSB https://adsb.im/home
Feeding ADSB https://adsb.im/home
-
- Posts: 250
- Joined: Friday 12 January 2018 8:26
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Update from Beta need to reinstall solaredge
Thanks, I've implemented this and will try!
- waltervl
- Posts: 5950
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Update from Beta need to reinstall solaredge
For use of the custom start script see the wiki https://wiki.domoticz.com/Docker#custom ... _container
For example, it is better to make sure it only runs at first startup. The mechanism is explained in the wiki.
For example, it is better to make sure it only runs at first startup. The mechanism is explained in the wiki.
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Who is online
Users browsing this forum: No registered users and 1 guest