Skip to content
View txitxo0's full-sized avatar

Block or report txitxo0

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
txitxo0/README.md

Hi there, I am Jesús 👋

  • 🔭 I’m currently working at BASF Digital Hub
  • 🌱 I’m currently learning DevOps culture and SRE role with backend developer background
  • 👯 I’m looking to collaborate on every IoT project I get at hand

Pinned Loading

  1. congatudo/Congatudo congatudo/Congatudo Public

    Cloud replacement for Conga vacuum robots enabling local-only operation

    TypeScript 101 30

  2. congatudo/congatudo-add-on congatudo/congatudo-add-on Public

    A home assistant addon to provide a Valetudo server for Cecotec Conga vacuums

    Shell 44 7

  3. congatudo/stuff congatudo/stuff Public

    Main repository for the congatudo.cloud group

    Shell 15 9

  4. price-watcher price-watcher Public

    Python

  5. googlefindmytools-homeassistant googlefindmytools-homeassistant Public archive

    Forked from endeavour/GoogleFindMyTools-homeassistant

    Fork of Google Find My Device trackers that can publish the locations to an MQTT topic discoverable by home assistant

    Python 21 5

  6. CLI Pomodoro for Powershell CLI Pomodoro for Powershell
    1
    function Start-Pomodoro {
    2
        param(
    3
            [ValidateSet("work", "rest")]
    4
            [string]$Mode = "work",
    5
            [int]$Minutes = $(if ($Mode -eq "work") { 45 } else { 10 }),