Advanced Search
Search Results
34 total results found
Homematic Heizungssteuerung
Die Thermostate und Fensterkontakte funken über ein eigenes Funknet miteinander. HM-CFG-USB2 für die Steuerzentrale (habe ich noch da). Heizungsthermostat (nur noch gebraucht bei Ebay). Funktionieren aber noch sehr gut. Die Temperatur kann direkt eingestel...
paperless-ngx
# docker-compose file for running paperless from the Docker Hub. # This file contains everything paperless needs to run. # Paperless supports amd64, arm and arm64 hardware. # # All compose files of paperless configure paperless in the following way: # # ...
watchtower
version: '3' services: app: container_name: WatchTower restart: always image: containrrr/watchtower:latest volumes: - /var/run/docker.sock:/var/run/docker.sock - /etc/timezone:/etc/timezone:ro environment: - ...
input shaping X Y
X Axis Y Axis
vaultwarden
version: '3' services: bitwarden: image: vaultwarden/server:latest container_name: vaultwarden restart: always environment: - WEBSOCKET_ENABLED=true - SIGNUPS_ALLOWED=true - INVITATIONS_ALLOWED=false - DOMA...
Raspberry Pi zero W 2
Foot Print
BCZAMD 3D Drucker Upgrade Zubehör Ganzmetall V6
Schematic
BTT SKR Pico V1.0
Size Diagram Wiring Diagramm
BLTouch on BTT SKR pico 1.0
Klipper
[include mainsail.cfg] [include macros/*.cfg] [virtual_sdcard] path: /home/pi/printer_data/gcodes on_error_gcode: CANCEL_PRINT [mcu] serial: /dev/ttyAMA0 restart_method: command [include mainsail.cfg] [include macros/*.cfg] [virtual_sdcard] ...
Lüfteranschlüsse
Neue Seite
#include <WiFi.h> #include <ESPAsyncWebServer.h> #include <SPIFFS.h> #include <Preferences.h> Preferences preferences; // For saving Wi-Fi credentials const char *ssid = "ESP32-AP"; // Access point SSID const char *password = "123456789"; // Access p...
printer.cfg
[include mainsail.cfg] [include macros/*.cfg] [include display.cfg] [include ebbcan.cfg] [include led_progress.cfg] [virtual_sdcard] path: /home/pi/printer_data/gcodes on_error_gcode: CANCEL_PRINT [mcu] #serial: /dev/serial/by-id/usb-Klipper_rp204...
ebbcan.cfg
# This file contains common pin mappings for the BIGTREETECH EBBCan # Canbus board. To use this config, the firmware should be compiled for the # STM32G0B1 with "8 MHz crystal" and "USB (on PA11/PA12)" or "CAN bus (on PB0/PB1)". # The "EBB Can" micro-contro...