[gentoo-user] using Wifi in a new machine

2023-05-10 Thread Philip Webb
Thanks again for the advice recently + earlier re my new machine (ANB6).

I've got the hardware working properly with Mageia (installed on HDD).
I've partitioned the drives ( NVMe M2 SSD + HDD ).
I've copied Stage 3 to the appropriate partition on the SSD.
I'm following the notes I made when I built the present machine (ANB5) 2015.

I'm going to have to have the I/net connected as I install stuff.
For that I have a choice of landline via 'dhcpcd' or Wifi,
which is available via System Rescue (10.00) & which is faster here.

Can anyone explain how I can get Wifi working at this early point
in the installation process ?
-- it's present on the Mobo, which is a Gigabyte X570S AERO G .

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




Re: [gentoo-user] InfluxDB python library?

2023-05-10 Thread Andrew Udvare
On Wed, 10 May 2023, 03:51 J. Roeleveld,  wrote:

> Hi all,
>
> I've been using a python script for the past 4 years to read out my solar
> panels and write the data into InfluxDB to get nice graphs in Grafana.
>
> Unfortunately, the library I use to write to InfluxDB has a dead upstream
> and
> doesn't work with Python 3.11 anymore.
> Does anyone know of a different way to load the data into InfluxDB using
> Python
> that is likely to be supported for the foreseeable future?
>

The line protocol is pretty simple. It is trivial to write a serialiser for
it.

https://docs.influxdata.com/influxdb/v2.7/write-data/developer-tools/api/

If you can't get a good nanosecond timestamp you can reduce it to second
precision.


[gentoo-user] InfluxDB python library?

2023-05-10 Thread J. Roeleveld
Hi all,

I've been using a python script for the past 4 years to read out my solar 
panels and write the data into InfluxDB to get nice graphs in Grafana.

Unfortunately, the library I use to write to InfluxDB has a dead upstream and 
doesn't work with Python 3.11 anymore.
Does anyone know of a different way to load the data into InfluxDB using Python 
that is likely to be supported for the foreseeable future?

Many thanks,

Joost





Re: [gentoo-user] Solution for Remote Desktop

2023-05-10 Thread J. Roeleveld
On Sunday, May 7, 2023 8:49:46 PM CEST the...@sys-concept.com wrote:

> This setting is turn ON but still log user out.

Not sure if this is related, but if you have the "Home" version on the windows 
side, you might be limited to only 1 login.

> I found another solution, Chrome Remote Desktop" works perfectly.  User on
> Windows is not logged out when someone connect to it.

Good to hear you found a solution to this.