You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solved: changing server.growatt.com to the ip addres of my Grottserver solved it. Altough server.growatt.com translated succesfully to my local ip via a host entry i made on my router, this was somehow preventing the wifi stikc connecting in the morning.
I haven been running ledidobe/grottserver in a docker container on my Synology succesfully for months.
Now i have migrated this container to a Unraid server, and now i need to restart the shine stick every morning to get it connected to the grottserver again. In teh evening the SHine stick disconnects from Grottserver when the sun goed down (which is normal), but it doesn't reconnect on its own, even when i restart the grottserver every night. Below is my Docker setup, does anyone have a clue what is going on?
PS. i translate server.growatt.com to the Unraid server's ip address in my router.
PS2. just noticed the wrong timezone, i changed it to Europe/Amsterdam
edit 2 sept 2024: i found that i am able again to enter an ip adress for the server in the Sta Interface Setting, so i removed server.growatt.com and entered the ip address of the grottserver, let's see how that goes. A few months back it wouldn't let me change 'server.growatt.com'
The text was updated successfully, but these errors were encountered:
pw-h
changed the title
Have to restart Shine stick every morning to get it connected to Grottserver
SOLVED> Have to restart Shine stick every morning to get it connected to Grottserver
Sep 4, 2024
Solved: changing server.growatt.com to the ip addres of my Grottserver solved it. Altough server.growatt.com translated succesfully to my local ip via a host entry i made on my router, this was somehow preventing the wifi stikc connecting in the morning.
I haven been running ledidobe/grottserver in a docker container on my Synology succesfully for months.
Now i have migrated this container to a Unraid server, and now i need to restart the shine stick every morning to get it connected to the grottserver again. In teh evening the SHine stick disconnects from Grottserver when the sun goed down (which is normal), but it doesn't reconnect on its own, even when i restart the grottserver every night. Below is my Docker setup, does anyone have a clue what is going on?
PS. i translate server.growatt.com to the Unraid server's ip address in my router.
PS2. just noticed the wrong timezone, i changed it to Europe/Amsterdam
docker run
-d
--name='grottserver'
--net='host'
-e TZ="Europe/Berlin"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="Sufferd"
-e HOST_CONTAINERNAME="grottserver"
-e 'LANG'='en_US.UTF-8'
-e 'GPG_KEY'='0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D'
-e 'PYTHON_VERSION'='3.7.9'
-e 'PYTHON_PIP_VERSION'='20.2.3'
-e 'PYTHON_GET_PIP_URL'='https://github.com/pypa/get-pip/raw/fa7dc83944936bf09a0e4cb5d5ec852c0d256599/get-pip.py'
-e 'PYTHON_GET_PIP_SHA256'='6e0bb0a2c2533361d7f297ed547237caf1b7507f197835974c0dd7eba998c53c'
-e 'LC_ALL'='en_US.UTF-8'
-e 'Community_Applications_Conversion'='true'
-e 'ggrowattport'='5279'
-e 'ggrowattip'='47.91.67.66'
-e 'gmqttuser'='Pieter'
-e 'gmqttpassword'='xxxxxxxxx'
-e 'gmqttip'='10.0.0.80'
-e 'gmqttauth'='True'
-l net.unraid.docker.managed=dockerman 'ledidobe/grottserver'
edit 2 sept 2024: i found that i am able again to enter an ip adress for the server in the Sta Interface Setting, so i removed server.growatt.com and entered the ip address of the grottserver, let's see how that goes. A few months back it wouldn't let me change 'server.growatt.com'
The text was updated successfully, but these errors were encountered: