Skip to content

Instantly share code, notes, and snippets.

View crstian19's full-sized avatar
🐧
Focusing

Cristian crstian19

🐧
Focusing
View GitHub Profile
@crstian19
crstian19 / gist:fceda5c8bd032b2971c82ffc7127a808
Last active March 12, 2026 16:47
ZHA quirk for Tuya TS130F curtain module - manufacturer _TZ3000_bs93npae
"""ZHA quirk for Tuya TS130F curtain module - manufacturer _TZ3000_bs93npae.
Device: QS-Zigbee-C01 / Tuya TS130F blind/shutter switch
Manufacturer: _TZ3000_bs93npae
Controls exposed in HA device panel:
- motor_reversal (switch) : invert motor direction
- calibration_time (number) : total travel time in 0.1s (e.g. 300 = 30s)
- Start Calibration (button) : starts calibration mode (writes 0 to 0xF001)
- Save Calibration (button) : saves calibration (writes 1 to 0xF001)
@crstian19
crstian19 / ANETA8.gcode
Created May 18, 2020 17:18
My start gcode config
G90
M82
M106 S0
M104 S205 T0
M109 S205 T0
G21;
G90;
M82;
M107;
G28 X0 Y0;

Keybase proof

I hereby claim:

  • I am crstian19 on github.
  • I am crstian (https://keybase.io/crstian) on keybase.
  • I have a public key ASCiZ6INFjTJ63lJCq61FnbtnLlRx_x92AakaCtF6dEOqgo

To claim this, I am signing this object:

.XXXXXXXXXX
|XXX.
|XXX
|XXX
|XXX
|XXX
|XXX
|XXX+
+XXX|
..XXXX|..
@crstian19
crstian19 / Usefulthings.md
Last active September 6, 2021 09:48
Things compiled by Crstian