Skip to content

Instantly share code, notes, and snippets.

View KenADev's full-sized avatar

KenADev

  • Computer Science Student
  • Germany
View GitHub Profile
@KenADev
KenADev / Zabbix ioBroker Adapter Monitoring.txt
Created January 7, 2022 16:03
Zabbix ioBroker Adapter Monitoring
# Zabbix ioBroker Adapter Monitoring
This template/script allows to monitor the state of ioBroker Adapters (alive/connected) with Zabbix via the ioBroker.simple-api Adapter.
## Configuration
### ioBroker Admin Panel
1. Create a new User and a new Group with the following Permissions:
* Object: read, list
* State: read, list
* Other: http requests
@KenADev
KenADev / awallet-bitwarden-exporter.py
Last active September 19, 2021 02:59
aWallet Bitwarden Exporter
#!/usr/bin/python3
## AWALLET TO BITWARDEN EXPORTER
# TRANSLATES AWALLET's .CSV EXPORT TO BITWARDEN-COMPATIBLE FILES FOR IMPORT
#
# USAGE:
# 1.) EXPORT .CSV FILE FROM AWALLET
# 2.) PUT FILENAMES in files-VARIABLE
# 3.) ADJUST AWALLET FIELD NAMES IN mappings-VARIABLE
# 4.) RUN SCRIPT
# 5.) IMPORT OUTPUT FILES IN BITWARDEN WEB VAULT (AS "Bitwarden (csv)" AND "Bitwarden (json)")
@KenADev
KenADev / Conrad Funk-Türklingel Decoder .py
Last active January 14, 2021 14:18
Decoder for Conrad Radio Controlled Door Bell (Conrad Funk-Türklingel)
#!/usr/sbin/python3
#############################
# DECODER FOR CONRAD RADIO CONTROLLED WIRELESS DOOR BELL
# DECODER FUER CONRAD FUNK-TUERKLINGEL
# EAN 4016138572001, ARTNR 622037
# NUMBER ON PCB: 2011.3 602529
#############################
# GET HEXSTRING WITH rtl_433 (https://github.com/merbanan/rtl_433)
# ./rtl_433 -f 433920000 -X n=ConradFunkgongFB,m=OOK_PWM,s=296,l=844,r=8512,g=824,t=219,y=0 -F json
#############################