George

Results 12 comments of George

Got this today too, some more information in case it helps: ``` node -v v14.16.0 ``` ``` yarn -v 1.22.10 ``` Fixed with `yarn add -D @types/node`.

@atc1441 So is this project abandonded? Should we migrate to https://github.com/pvvx/ATC_MiThermometer?

I just got a dehumidifier and decided to cross check measurements. It seems that the 5% isn't needed, at least at about 60% RH. My dehumidifier shows the exact same...

Same here, more specifically the `chia_sync_status` gauge doesn't update. I have both chia and chia-monitor as systemd services. This is how I've setup the chia-monitor service: ``` [Unit] Description=chia-monitor prometheus...

@ruant Tried that on my chia-monitor service (since that service has issues and not chia). I actually added `ExecStartPre=/bin/sleep 60` since 30s didn't fix it for me. This is a...

I also stumbled upon this. I don't think this is currently supported. Did you have any luck? @OlegIlyenko Any ideas? I tried digging into this but I'm not sure how...

Got the same error on a fresh install. I'm running Ubuntu 21.04 with Docker 19.03.13 installed from Snap (during OS install). Afterwards, I added my user to the docker group...

Same issue here. This bug has been reported upstream: https://github.com/networkupstools/nut/issues/2347 Last comment mentions that version 2.8.2 should fix the issue. [This addon is using 2.8.0](https://github.com/hassio-addons/addon-nut/blob/main/nut/Dockerfile#L10).

That makes sense. Even Debian unstable doesn't have it yet. Its at [2.8.1](https://packages.debian.org/search?keywords=nut&searchon=names&suite=unstable&section=all).

I use the template "Debian 10 64bit (latest)" I mentioned. IPv6 works at first and breaks after running the VPS install script (this repo). By template I mean the rootfs...