rradar

Results 46 comments of rradar

@matristain wrote: > rradar, can you share your configuration for teamviewer , I tryed my self but i couldn't log in to my account at "teamviewer setup" (always get connection...

Good news everyone! I'm able to connect with **vnc** (using x11vnc on the chilipie-kiosk) to the browser and also control it remotely! It was as simple as: `sudo apt install...

And here is the missing piece to auto start the vnc server: `sudo nano /lib/systemd/system/x11vnc.service` ``` [Unit] Description=Start X11VNC After=multi-user.target [Service] Type=simple ExecStart=/usr/bin/x11vnc -display :0 -auth guess -forever -loop -noxdamage...

Is there any chance that this one can go already into the 1.13.6 release? Like a espurna-1.13.6-wemos-d1mini-pzem004t.bin :grin: Or maybe into @mcspr nightlies? I got my Blitzwolf SHP v2.3 running...

@mcspr @xoseperez I tested the #1688 espurna-nodemcu-pzem004t binary successful with software serial. Would it be possible to get this one (same same but different) also in the next 13.point release?...

@mcspr you are right. Maybe the naming convention should be renewed. The images could be named `generic-1MB, generic-4MB` and a hint in the wiki that these work with generic esp8266...

I also have BME280s at home! Would be great to get support for these! Thank's

I think this goes along with the "problem" I have. I try to plot the **temperature** from my "solar" water tank. At the same time I'm plotting the **brightness** from...

Please only make use of supported kernels. Drop all support for old/unsupported kernels like the 3.10 @txurtxil is still using!

@MichaIng getting the following error when I try to install `nightly` for raspbian `buster`: `sudo apt install docker-ce docker-ce-cli` ``` Reading package lists... Done Building dependency tree Reading state information......