svh1985

Results 15 comments of svh1985

Would love to have this as well. Maybe I can test it, I have some Ultimaker NFC spools, a spare RPi and nfc reader. Found these posts about NFC: https://stm32f4-discovery.net/2014/07/library-23-read-rfid-tag-mfrc522-stm32f4xx-devices/...

Although it would be nice if we can create a similar system as UM or the Da Vinci solution, I think we can create something very similar without embedding tags...

I love to have this feature too! **keep_last_dropbox**

Hi @rnauber Awesome, thanks for the example it's much clearer for me know. I will use this example in my project and will post the results!

I would like to prevent the dimmer from turning completely off when dimming down. It would be best to use a light.brightness condition as requested here https://github.com/esphome/feature-requests/issues/1860 But because it...

@freakshock88 This is the code I use now: ``` esphome: name: dimmer platform: ESP8266 board: esp01_1m comment: Shelly Dimmer 2 substitutions: device_name: "Dimmer" max_power: "220.0" # watt max_temp: "70.0" #...

Thanks for your quick response. So, do I understand correctly that this is an issue related to the clearing of the notifications itself, and has nothing to do with the...

I've tried to setup the docker file but I run into a problem: > ***** Checking image ***** > ***** Copying image ***** > 965888 blocks (30184Mb) written. > 966112+0...

Thanks for all the reactions and help guys! I've used a VM with Ubuntu 17.10 to shrink. The Docker "FROM ubuntu:17.10" unfortunately didn't work: ``` user@Users-MBP  ~/Developer/raspbian-shrink  docker...

My docker client was signed in with my Docker ID. Once I've signed out, the installation magically works! Running the manual commandline works but when I setup the .bashrc and...