monojk
monojk
So I had an old go version and installed now the newest, but unfortunately still no success: ``` pi@rp4b:~ $ go version go version go1.20.4 linux/arm pi@rp4b:~ $ go install...
I did, I followed the instructions in https://go.dev/doc/install ``` sudo su rm -rf /usr/local/go && tar -C /usr/local -xzf go1.20.4.linux-amd64.tar.gz export PATH=$PATH:/usr/local/go/bin ```
Hm, GOPATH isn't mentioned anymore in the new install instructions. Yet, I had it set for the old Go version. Now I unset it (and don't set it again in...
@Paraphraser I unfortunately did cite the go1.20.4.linux-amd64.tar.gz directly from the go install webpage. I really used the go1.20.4.linux-armv6l.tar.gz. Sorry for the confusion. I have run the `git clone https://github.com/MickMake/GoSungrow.git` now...
I also have a problem reading the data, always getting a timeout. Does the server still support these queries? ``` payload is: devicetoken=empty&vendorid=BE60BB85-EAC9-4C5B-8885-1A54A9D51E29&phoneid=Unknown&version=1.21&build=248&executable=Mobile Alerts&bundle=de.synertronixx.remotemonitor&lang=en&timezoneoffset=60&timeampm=true&usecelsius=true&usemm=true&speedunit=0×tamp=1728737523&requesttoken=ba5e956d4832515f0b26c97f08539185&deviceids=0836C6E3AF5E Traceback (most recent call last): File...
I use that also for normal sensors. But with the rain sensor, the data is the accumulated rain since the start of using that device. I want to get the...
It's about the webserver.py code (export_webserver class). In cases when there is no connection possible to the raspberry hosting the SunGather, my browser displays an offline page, i.e. cached version...
I have the same error (see picture) although I could connect (before calling rd-usb) to bluetooth via the Bluetooth icon (see picture, UMC34C is not connected showing red x). Setup...
I removed the device from the Raspbian bluetooth dropdown. Then ``` pi@rp4b:~/rd-usb $ hcitool scan Scanning ... 00:15:A3:00:59:95 n/a pi@rp4b:~/rd-usb $ pi@rp4b:~/rd-usb $ sudo rfcomm bind 0 00:15:A3:00:59:95 pi@rp4b:~sudo /usr/local/bin/python3.11...
Ah, I had to select "UM34C" serial from the pulldown, not clicking the setup link as I did before. Now it works. Thanks!