Making progress: now weewx up & running with simulator Next is linking to a webserver. Apache already running on all my Raspberries due to Domoticz. It's folder (within the Domoticz-installation) is /home/pi/domoticz/www No folder /var/www present Therefore references in the WeeWx-setup instructions not immediately applicable. Trying to install Apache at another level results in failure, with response as described below.
*CLI-input:* sudo apt-get install apache2 -y [also tried with apt and pip3, without success] *Response:* Pakketlijsten worden ingelezen... Klaar Boom van vereisten wordt opgebouwd De statusinformatie wordt gelezen... Klaar Pakket apache2 is niet beschikbaar, hoewel er naar verwezen wordt door een ander pakket. Mogelijk betekent dit dat het pakket ontbreekt, verouderd is, of enkel beschikbaar is van een andere bron E: Pakket 'apache2' heeft geen kandidaat voor installatie *Google-translated:* Package lists are being read ... Done Tree of requirements is built The status information is being read ... Done Package apache2 is not available, although it is referenced by another package. This may mean that the package is missing, obsolete, or only available from another source E: Package 'apache2' has no candidate for installation Must be people with previous, comparable experience for this configuration: *what is a practical solution (regardless whether Apache or other webserver, but Apache/nginx for Domoticz must remain operational!)?* Op woensdag 16 december 2020 om 09:57:52 UTC+1 schreef Ton vanN: > *Another test from CLI:* > sudo pip3 install python3-configobj > *Response:* > Looking in indexes: https://pypi.org/simple, > https://www.piwheels.org/simple > Collecting python3-configobj > Could not install packages due to an EnvironmentError: 404 Client Error: > Not Found for url: https://pypi.org/simple/python3-configobj/ > > *But latest variation finally was OK!* > sudo pip3 install configobj > *Response:* > Looking in indexes: https://pypi.org/simple, > https://www.piwheels.org/simple > Collecting configobj > Downloading > https://www.piwheels.org/simple/configobj/configobj-5.0.6-py3-none-any.whl > Requirement already satisfied: six in /usr/lib/python3/dist-packages (from > configobj) (1.12.0) > Installing collected packages: configobj > Successfully installed configobj-5.0.6 > > > Op woensdag 16 december 2020 om 09:45:31 UTC+1 schreef Ton vanN: > >> This morning tried a few more variations as described in the >> setup-instruction, but no luck with modules configobj and usb. >> Intending to apply WeeWx, the module for usb is not really required >> (instead a UDP-sniffer to be applied), but configobj seems critical. >> >> Op woensdag 16 december 2020 om 09:36:19 UTC+1 schreef Ton vanN: >> >>> *Example command-line & response *(with basic translation manually >>> added behind each line). >>> Had to use sudo, because otherwise remark that no admission and question >>> whether I have administrator rights. >>> Python3, because (although Python2.7 is on the machine as part of >>> Domoticz) generally I try to apply Python3.x >>> >>> sudo apt-get install python3-configobj >>> Pakketlijsten worden ingelezen... Klaar >>> => Packagelist read ... Ready >>> Boom van vereisten wordt opgebouwd => >>> Tree of Requisites being built >>> De statusinformatie wordt gelezen... Klaar => >>> Status info being read ... Ready >>> E: Kan pakket python3-configobj niet vinden => >>> Package python3-configobj cannot be found >>> >>> >>> Op woensdag 16 december 2020 om 09:24:36 UTC+1 schreef Ton vanN: >>> >>>> Vince, >>>> >>>> First step was straightforward, simple use of this instruction >>>> (considering that the target machine is Raspberry with Raspian Buster >>>> (latest): >>>> http://weewx.com/docs/debian.htm >>>> Response from the installation process (directly translated from the >>>> dutch text): >>>> python-configobj (>= 4.5) but cannot be installed >>>> python-cheetah (>= 2.0) but cannot be installed >>>> python-usb (>= 0.4) but cannot be installed >>>> >>>> After this error report, then I tried this instruction for individual >>>> installation of the files: >>>> http://weewx.com/docs/setup.htm >>>> Response for each of the files was that the file could not be found. >>>> >>>> Op dinsdag 15 december 2020 om 19:08:12 UTC+1 schreef vince: >>>> >>>>> Please post the exact transcript of everything you did and what the >>>>> computer returned. >>>>> >>>>> It's fine if you would like to google translate the transcript into >>>>> English. >>>>> >>>>> >>>>> -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/c63074cf-b8ec-4f46-85f6-c905579d8a9fn%40googlegroups.com.