3D Printing Face Shields for Front Line Staff Against COVID-19
I read a 3D printing news article regarding Covid19 a few weeks back where Josepf Prusa, the owner of Prusa 3D printers, inspired from community designs in the 3D printing …
Must love technology
I read a 3D printing news article regarding Covid19 a few weeks back where Josepf Prusa, the owner of Prusa 3D printers, inspired from community designs in the 3D printing …
Setup a VM instance In your VMWare ESXI environment, setup a new VM 1. Select Linux, then Ubuntu-Linux 64bit 2. Select your cores (I’ve allocated all my available cores) …
Traffic Light For Garage Parking with ESPHome and Home Assistant Components: Wiring: ESPHome Code: esphome: name: vio_traffic_light platform: ESP8266 board: d1_mini on_boot: priority: -10 then: – switch.turn_on: green – delay: …
Daily Basic Stats Day Date Loss To Date (Kg) Weight (Kg) BMI Exercise Steps Calories Food Notes 1
Hi guys, my FitBit Aria scale sensor had stopped working. For a while, after every weigh in, I had to keep tapping on it to select myself as a scale …
I’ve recently upgraded my Prusa i3 MK2S 3D printer to MK2.5 and it worked fine first print, then I ran into this issue where one or multiple layers were almost …
Home Assistant Setup Home Assistant on Ubuntu 16.04 please note this setup only works up to HASS V 0.64 since Python V 3.5.3 is required and Ubuntu 16.04 can’t …
Home Assistant Synology NAS + add under “configuration.yaml” # Synology NAS stats – platform: synologydsm host: 192.168.x.x (NAS local IP address) username: !secret synology_username password: !secret synology_password monitored_conditions: – …
Home Assistant WeMo + add under “configuration.yaml” #WeMo wemo: static: – 192.168.x.x (IP address of each WeMo switch) – 192.168.x.x – 192.168.x.x – 192.168.x.x I recommend heading to your …
Home Assistant Plex + add under “configuration.yaml” # PLEX Sensor – showing what each Plex user is currently watching sensor: – platform: plex (default) host: 192.168.1.201 (custom IP address) port: …
Home Assistant Bose (soundtouch) + add under “configuration.yaml” # BOSE media_player: – platform: soundtouch (default) host: 192.168.1.29 (custom, must be the IP address of your Bose system) port: 8090 (default) name: BoseMediaRoom (custom, …