Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florianbr/openhab.codesnippets
Collection of code and other stuff for OpenHAB
https://github.com/florianbr/openhab.codesnippets
openhab openhab-rules
Last synced: about 1 month ago
JSON representation
Collection of code and other stuff for OpenHAB
- Host: GitHub
- URL: https://github.com/florianbr/openhab.codesnippets
- Owner: FlorianBr
- Created: 2023-02-06T17:18:19.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-19T20:20:00.000Z (about 1 year ago)
- Last Synced: 2024-11-07T10:14:13.601Z (3 months ago)
- Topics: openhab, openhab-rules
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
:warning:
I moved on to Home Assistant, so I won't develop anything for OpenHAB anymore.
:warning:# OpenHAB Codeschnipsel
My Code-Snippets for OpenHAB. Free to use and modify for everyone.
## Anycubic
Stuff for integration of my Anycubic 3D Printer. Or to be exact: To integrate Klipper/Mainsail
## Aqara
I use a lot of Aqara devices in my setup. Environmental sensors, switches, the cube... They are connected using [Zigbee2Mqtt](https://www.zigbee2mqtt.io) but often need some rules. Most of all: The state must be reset, otherwise the script wont be triggered on a new event.
Besides that, the doorswitches return true/false instead of open/close,## Denon-AVR
Just some stuff for my Denon AVR after digging through the Denon communication specifications and lots of testing
## Roborock
Items, rules and things for my Roborock vacuum cleaner running [Valetudo](https://valetudo.cloud/)
## Misc
Some other stuff:
- motionlight.rules: A rule to trigger a group of lights with motion detection sensors and a button. Depends on time of day and different settings for single or double click of the button.