https://github.com/uniqueck/fhem-abfall
ABFALL Modul and more for FHEM
https://github.com/uniqueck/fhem-abfall
abfall calendar decisiontable fhem perl waste
Last synced: 17 days ago
JSON representation
ABFALL Modul and more for FHEM
- Host: GitHub
- URL: https://github.com/uniqueck/fhem-abfall
- Owner: uniqueck
- Created: 2016-02-11T00:07:01.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2019-12-31T16:58:50.000Z (over 5 years ago)
- Last Synced: 2025-03-21T18:52:22.046Z (about 1 month ago)
- Topics: abfall, calendar, decisiontable, fhem, perl, waste
- Language: Perl
- Size: 116 KB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGED
Awesome Lists containing this project
README
# ABFALL for FHEM
ABFALL is a fhem modul, which creates readings based on one or more calendar devices, based on the fhem modul 57_Calendar## How to install
The Perl module can be loaded directly into your FHEM installation. For this please copy the below command into the FHEM command line.update all https://raw.githubusercontent.com/uniqueck/fhem-abfall/master/controls_fhemabfall.txt
### Create a device
define myABFALL ABFALL
### Attributes
- abfall\_clear\_reading_regex
regex to delete a part of the summary of an event
- disablevalid values 0 and 1, set to 1 to disable device
- weekday_mapping
set a map of names for the weekdays, for example Su Mo Tue Wed Thu Fr Sa
start with Sunday
default value is Sonntag Montag Dienstag Mittwoch Donnerstag Freitag Samstag
- calendarname_praefixonly useful for multiple calendars, add calendar name as preafix on readingname, if you define a new abfall device with only one calendar device,
it is set to 0
- delimiter\_text_readingif more than one event exist on the same day, this is the delimiter to join these events
only for the readings next_text, next_location, next_description, now_text, now_location and now_description
- delimiter_readingsame as delimiter_text_reading, but only for the reading next and now
- filter
include only events, which match these filter condition, the filter condition can be a normale text or regex expression
- enable_counting_pickupsactivate support for counting pickups
- enable_old_readingnamesadd old deprecated german readings, in the future, all readings are english
- date_style
valid values are date and dateTime, date is the default value
control the style of all date reading## How to Update
The Perl module can be update directly with standard fhem update process. For this please copy the below command into the FHEM command line.update add https://raw.githubusercontent.com/uniqueck/fhem-abfall/master/controls_fhemabfall.txt
To check if a new version is available execute follow command
update check fhemabfall
To update to a new version if available execute follow command
update all
or
update all fhemabfall