Skip to content
View mib1185's full-sized avatar
๐Ÿค–
๐Ÿค–

Block or report mib1185

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
mib1185/README.md

Hi there ๐Ÿ‘‹ I'm Michael

I'm not a native developer

... but a lazy IT-guy and in my free time a smart-home enthusiast ๐Ÿ  so before I do a task several times, I automate it ๐Ÿค“

I'm used to use ansible, python and other script languages for automation tasks by day.

By night you'll find me doing stuff for the Home Assistant project and also some custom projects around home automation and home assistant (see my pinned repositories below)


You like my work?

Buy Me A Coffee

Pinned Loading

  1. Synology DSM - export blocked ip add... Synology DSM - export blocked ip addresses into a plain text file
    1
    outfile="<<full path to output file>>";/bin/sqlite3 /etc/synoautoblock.db 'select IP from AutoBlockIP WHERE 'deny' is 1;' > $outfile ; echo >> $outfile ; chown :users $outfile
  2. ha-addon-snmpd ha-addon-snmpd Public

    SNMPD Home Assistant AddOn - to get your HA monitored

    Shell 16

  3. py-synologydsm-api py-synologydsm-api Public

    Python 15 11

  4. ha-addon-syslog ha-addon-syslog Public

    Syslog Home Assistant AddOn - to send your HAOS logs to a remote syslog server

    Python 8

  5. aiopegelonline aiopegelonline Public

    Asynchronous library to retrieve data from PEGELONLINE

    Python 2

  6. ha-component-ais_receiver ha-component-ais_receiver Public

    Custom Integration to receive AIS messages

    Python