Skip to content

Instantly share code, notes, and snippets.

View new-xmon-df's full-sized avatar

Juanjo García new-xmon-df

View GitHub Profile
@new-xmon-df
new-xmon-df / ir.json
Created May 2, 2024 12:11
WLED proyect .json
{
"desc": "24-key Grey",
"0xFFA05F": {
"label": "+",
"pos": "1x1",
"cmnt": "Bright +",
"cmd": "A=~8"
},
"0xFF20DF": {
"label": "-",
@new-xmon-df
new-xmon-df / README.md
Created March 29, 2024 05:56
.kicad_sym to .lib - import Kicad 6 symbol into Flux AI

KiCad Symbol to Library Converter (.kicad_sym to .lib)

This Python script converts KiCad symbol files (.kicad_sym) into a symbol library (.lib), simplifying the integration of new components into your KiCad projects.

Features

  • Automated Conversion: The script analyzes .kicad_sym files and generates KiCad-compatible .lib files.
  • Data Preservation: Preserves essential symbol information such as names, connection points, and properties.
  • Simple Interface: Easy to use via the command line.
@new-xmon-df
new-xmon-df / README.md
Created February 21, 2024 01:07
Migración de Home Assistant de SQLite3 a MariaDB sin perder datos

Migración de Home Assistant de SQLite3 a MariaDB

Esta guía te mostrará cómo migrar tu instancia de Home Assistant de SQLite3 a MariaDB sin perder ningún dato de tu configuración de domótica. Las instrucciones están pensadas para sistemas operativos Linux, probadas con Debian 12, pero la guía puede ser seguida en cualquier sistema operativo, realizando los ajustes necesarios en cada caso.

Requisitos previos

  • Home Assistant: Asegúrate de tener una instancia funcional de Home Assistant instalada y funcionando correctamente.
  • MariaDB: Debes tener MariaDB instalada y configurada. Puedes utilizar Docker para la instalación, junto con una herramienta de gestión de bases de datos como Adminer o PHPMyAdmin.
  • Respaldo de datos: Antes de comenzar con la migración, asegúrate de hacer una copia de seguridad completa de tus datos de Home Assistant por precaución.
@new-xmon-df
new-xmon-df / README.md
Created January 30, 2024 22:39
Home Assistant - HACS - hass-template-climate - BHT-002-GCLW (Wifi)
@new-xmon-df
new-xmon-df / make-pot.sh
Created October 22, 2023 21:50 — forked from UVLabs/make-pot.sh
Using WordPress makepot.php to generate pot file used for the internationalization of your plugin or theme.
#!/bin/bash
php path/to/makepot.php wp-plugin /path/to/your/plugin pluginname.pot
#php path/to/makepot.php wp-theme /path/to/your/theme themename.pot
@new-xmon-df
new-xmon-df / make-pot.sh
Created October 22, 2023 21:49 — forked from UVLabs/make-pot.sh
Using WordPress makepot.php to generate pot file used for the internationalization of your plugin or theme.
#!/bin/bash
php path/to/makepot.php wp-plugin /path/to/your/plugin pluginname.pot
#php path/to/makepot.php wp-theme /path/to/your/theme themename.pot