Add Chipolo One to HomeAssistant as tracked device.

  1. Identify your Chipolo Device by using bluetoothctl command
    Enable bluetooth le scans

    
    bluetooth scan le
    AdvertisementMonitor path registered
    
    
  2. List all visible device

    
    bluetoothctl devices
    Device C2:37:C2:5E:07:05 C2-37-C2-5E-07...

Continue reading...

Installation auf einem Raspberry Pi 3b+ mit 32Bit Raspbian Lite (Bullseye)
Hauptsächlich dieser Installation folgend https://github.com/home-assistant/supervised-installer
Für das 32Bit Raspbian beim os-agent die "linux_armv7.deb" Version auswählen
Und beim installieren des homeassistant-super...

Continue reading...

Quite easy way to fetch all measurements from your electricity meter - also with solar - positive and negative counter. I used the IR reader from weidmann-elektronik.de 2023-01-17_09-58 Which is connected by USB with the HomeAssistant Raspberry Pi. And configured with the following lines from the configuration.y...

Continue reading...

  • Shelly Homepage
  • Mit HomeAssistant ESPHome Dashboard neues binary erstellen
    > esphome:
    >   name: garage-deckenleuchte
    > 
    > esp8266:
    >   board: esp01_1m
    > 
    > # Enable logging
    > logger:
    > 
    > # Enable Home Assistant API
    > api:
    > 
    > ota:
    >   password: !secret ota_password
    > 
    > wifi:
    >   ssid: !secret...

Continue reading...

  • Pin Steckerleiste anlöten, oder besser universal Clip aus dem 3D Drucker
  • Pins mit dem USB TTY Modul verbinden, aber noch nicht einstecken, siehe Bild
  • Mit HomeAssistant ESPHome Dashboard neues binary erstellen
    > esphome:
    >   name: arbeitszimmer-schreibtischlampe
    >   platform: ESP8266
    >   board:...

Continue reading...

Ich habe mal ein Projekt aus der ct nachgebastelt. Dazu habe ich mir den FTDI Adapter FT232RL USB zu TTL Serial bestellt. Die Anschlüsse sind wirklich schlecht zu erkennen, daher hier noch mal in der Reihenfolge von Links nach Rechts: GND, CTS, VCC, TX, RXD, DTR Als Treiber für den Mac habe ich...

Continue reading...