Plan to use Domoticz in our family home abroad. Decided to invest in recent hardware so as to have reliable remote monitoring.
Purchased:
Code: Select all
Raspberry Pi 5 16 Go PCIe M.2 NVMe – Kit | Metal casing| Active Cooler | M.2 NVMe SSD PCIe Card Adapter | Official RPI USB-C 27 W Power Supply| 64 GB SD Card | Micro HDMI 4K
Crucial P3 Plus SSD 500Go PCIe Gen4 NVMe M.2 SSD , up to 4.700Mb/s, Compatible with Portable and Desktop, SSD Hard disk - CT500P3PSSD8
AEOTEC ZW090-C(Plus Version) Z-Stick Gen5 Plus, Z-Wave Plus USB for Z-Wave bridge, Zwave Controller Hub Pro 2020
Code: Select all
• Installed latest official image of RPI OS 64-bit Bookwork PI Desktop.
• Installed Mosquitto
• Installed Docker
• Installed/configured zwave-js-ui: 10.3.3.3331be3, zwave-js: 15.1.3
• Installed Version Domoticz Version: 2024.7
• Installed NodeRED V4.0.9
• 64 GB USB Memory Stick is connected to RPI5 USB3 port
• AEOTEC ZW90 is connected to RPI5 USB3 port
Using command journalctl -b | grep -E "NetworkManager|wlan0" gave some funny activities related to wlan0 port.
By default Bookwork comes with Network Manager but at the same time SYSTEMD has own service. Posts suggested to disable concurrent Network Manager software. Disable service at start-up: sudo systemctl disable systemd-networkd
WIFI was still not robust after rebooting. In another RPI forum post there was a mention of potential issues with metallic case: Faraday cage. I removed RPI’s top metallic cover and voila: WIFI reception is now at 63% and at boot DHCP Server assigns WIFI IP address. After four reboots, IP address attribution is properly done during start-up.
Saw that latest version of Domoticz came today. So decided to upgrade it. For the few hours running, all appears good. Thank you team!!