domoticz NOT running under raspian Buster !
Moderator: leecollings
-
- Posts: 8
- Joined: Saturday 30 December 2017 20:20
- Target OS: Raspberry Pi / ODroid
- Domoticz version: stable
- Contact:
domoticz NOT running under raspian Buster !
Hi,
i tried to install domoticz on a Rpi3+.
I made a clean install.
Domoticz is starting WITHOUT any error, but the UI shows the "Offline" page !!
I also tried a clean install with the latest Stretch version. Same issue..
I tried to compile domoticz from source under Buster. Same issue...
What is going on with domoticz ?
i tried to install domoticz on a Rpi3+.
I made a clean install.
Domoticz is starting WITHOUT any error, but the UI shows the "Offline" page !!
I also tried a clean install with the latest Stretch version. Same issue..
I tried to compile domoticz from source under Buster. Same issue...
What is going on with domoticz ?
1x Pi1 (PiHole)
4x Pi3 ( Nextcloud, Domoticz, Kodi, MagicMirror)
1x AMD Quad-core, 32Gbyte RAM (SuSE-Linux, Vmware....)
4x Pi3 ( Nextcloud, Domoticz, Kodi, MagicMirror)
1x AMD Quad-core, 32Gbyte RAM (SuSE-Linux, Vmware....)
- waaren
- Posts: 6028
- Joined: Tuesday 03 January 2017 14:18
- Target OS: Linux
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: domoticz NOT running under raspian Buster !
I have domoticz running on Buster and on Stretch. Compiled from source and via the standard download method. Many other users also have domoticz running on a RPI 3+ with Debian Stretch as OS and with access to the GUI using various browsers.wuschels wrote: ↑Tuesday 09 July 2019 23:44 i tried to install domoticz on a Rpi3+.
I made a clean install.
Domoticz is starting WITHOUT any error, but the UI shows the "Offline" page !!
I also tried a clean install with the latest Stretch version. Same issue..
I tried to compile domoticz from source under Buster. Same issue...
What is going on with domoticz ?
So the question should not be "What is going on with domoticz ? " but "What is different in my environment causing the domoticz UI to show the "Offline page ?"
Do you see anything in the log ?
Debian buster, bullseye on RPI-4, Intel NUC.
dz Beta, Z-Wave, RFLink, RFXtrx433e, P1, Youless, Hue, Yeelight, Xiaomi, MQTT
==>> dzVents wiki
dz Beta, Z-Wave, RFLink, RFXtrx433e, P1, Youless, Hue, Yeelight, Xiaomi, MQTT
==>> dzVents wiki
-
- Posts: 92
- Joined: Monday 18 June 2018 11:31
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Germany / Netherlands
- Contact:
Re: domoticz NOT running under raspian Buster !
Can confirm that all works ok with Buster.
Switched yesterday to a different Pi and decided to run it on Buster and had an flawless install / copy.
There was an issue with the install script but that has been solved quite recently.
https://github.com/domoticz/domoticz/issues/3353
Switched yesterday to a different Pi and decided to run it on Buster and had an flawless install / copy.
There was an issue with the install script but that has been solved quite recently.
https://github.com/domoticz/domoticz/issues/3353
- Solderbro
- Posts: 80
- Joined: Tuesday 18 September 2018 15:50
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2020.1
- Location: Hamburg, Germany
- Contact:
Re: domoticz NOT running under raspian Buster !
Can confirm the 'race condition' with buster, domoticz fall into 'offline' at first start sometimes. But runs well if the service is started by hand again.
Suggestion: Starting at a later position while bootup can possibly fix that.
Solderbro
Suggestion: Starting at a later position while bootup can possibly fix that.
Solderbro
Raspi 3B+RTC, SSD 128GB, Aeotec Gen5, Eurotronic SpiritZ, Fibaro FRGBW, Zipato PIR, Everspring AN180, Neo Coolcam Plug, Fibaro FGMS, Neo Coolcam Doorsensor, Popp Z-Weather
-
- Posts: 815
- Joined: Wednesday 15 August 2018 14:38
- Target OS: -
- Domoticz version:
- Contact:
Re: domoticz NOT running under raspian Buster !
Hello, by curiosity, if you have buster and python 3.7 I presume ? Can you make a try with a python plugin and the lib requests ?
Just insert a
At the top of a plugin. It seem domoticz is crashing in this situation.
Just insert a
Code: Select all
import requests
Re: domoticz NOT running under raspian Buster !
I am also having problems running domoticz under Raspbian Buster.
After installation & all the automatic system upgrades, the Domoticz web page loads fine, everything looks ok, & I can install hardware (a RFX433), but when clicking Devices, nothing happens, it just says "Loading..." forever....and no devices shows up...
I have an older Domotics Raspberry Pi system running, (with older Raspbian & Domoticz versions), using RFX433, where devices do show up, so I know for sure that there are devices that should list in Devices.
My raspbian version is :
pi@raspberrypi:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
pi@raspberrypi:~ $ uname -a
Linux raspberrypi 4.19.58+ #1245 Fri Jul 12 17:20:08 BST 2019 armv6l GNU/Linux
pi@raspberrypi:~ $''
My Domoticz version is : v4.10717 ( Installed using #curl -L https//install.domoticz.com | bash)
Where and how do I start troubleshooting ??? Please advise....
After installation & all the automatic system upgrades, the Domoticz web page loads fine, everything looks ok, & I can install hardware (a RFX433), but when clicking Devices, nothing happens, it just says "Loading..." forever....and no devices shows up...
I have an older Domotics Raspberry Pi system running, (with older Raspbian & Domoticz versions), using RFX433, where devices do show up, so I know for sure that there are devices that should list in Devices.
My raspbian version is :
pi@raspberrypi:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
pi@raspberrypi:~ $ uname -a
Linux raspberrypi 4.19.58+ #1245 Fri Jul 12 17:20:08 BST 2019 armv6l GNU/Linux
pi@raspberrypi:~ $''
My Domoticz version is : v4.10717 ( Installed using #curl -L https//install.domoticz.com | bash)
Where and how do I start troubleshooting ??? Please advise....
-
- Posts: 3
- Joined: Saturday 17 March 2018 14:10
- Target OS: NAS (Synology & others)
- Domoticz version:
- Contact:
Re: domoticz NOT running under raspian Buster !
I have exactly the same issue with Buster and the devices tab stuck on loading...
If anybody knows the solution, please tell!
If anybody knows the solution, please tell!
- waaren
- Posts: 6028
- Joined: Tuesday 03 January 2017 14:18
- Target OS: Linux
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: domoticz NOT running under raspian Buster !
Not sure but from memory this happens only when no devices are defined yet ? So if that it the case in your situation then a workaround could be to define a dummy hardware and using that hardware to define one virtual device.
Debian buster, bullseye on RPI-4, Intel NUC.
dz Beta, Z-Wave, RFLink, RFXtrx433e, P1, Youless, Hue, Yeelight, Xiaomi, MQTT
==>> dzVents wiki
dz Beta, Z-Wave, RFLink, RFXtrx433e, P1, Youless, Hue, Yeelight, Xiaomi, MQTT
==>> dzVents wiki
-
- Posts: 230
- Joined: Saturday 21 July 2018 19:03
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Home@Belgium
- Contact:
Re: domoticz NOT running under raspian Buster !
i have my current setup updated to Buster/update my kernel and firmware and had all crashes and system hangs.
Si i decide to start all over(no backup) and did a clean install of buster.
install apache2 php mariaDB and phpmyadmin.
Install domoticz and reset my zwave controller.
Add all my devices secure and install my dzvents scripts.
For now everything works well and no system hangs/crashes
Did not install any plugin for now.
Will test further tomorrow with plugins
Si i decide to start all over(no backup) and did a clean install of buster.
install apache2 php mariaDB and phpmyadmin.
Install domoticz and reset my zwave controller.
Add all my devices secure and install my dzvents scripts.
For now everything works well and no system hangs/crashes
Did not install any plugin for now.
Will test further tomorrow with plugins
-
- Posts: 230
- Joined: Saturday 21 July 2018 19:03
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Location: Home@Belgium
- Contact:
Re: domoticz NOT running under raspian Buster !
few day further and i get back to stretch for me.
On a fresh install of buster i have problems with all my zwave devices.
i dont know if it ozwf of domoticz related but all my devices react very slow like 1 minute after a event is trigger
Hotelswitch script not been trigger(the log say triggered but the switch not) every houre in need to restart domoticz in cli etc.
Now back on stretch with a img backup(just update domoticz to the latest stable) and for now everything is going smoot en fast (fingers cross )
On a fresh install of buster i have problems with all my zwave devices.
i dont know if it ozwf of domoticz related but all my devices react very slow like 1 minute after a event is trigger
Hotelswitch script not been trigger(the log say triggered but the switch not) every houre in need to restart domoticz in cli etc.
Now back on stretch with a img backup(just update domoticz to the latest stable) and for now everything is going smoot en fast (fingers cross )
Who is online
Users browsing this forum: No registered users and 1 guest