https://github.com/uniqueck/fhem-departure
FHEM Module to integerate a depature monitor based on public-transport-enabler
https://github.com/uniqueck/fhem-departure
Last synced: about 1 year ago
JSON representation
FHEM Module to integerate a depature monitor based on public-transport-enabler
- Host: GitHub
- URL: https://github.com/uniqueck/fhem-departure
- Owner: uniqueck
- Created: 2016-10-24T20:54:07.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2017-10-03T22:36:35.000Z (over 8 years ago)
- Last Synced: 2025-03-21T18:52:22.024Z (about 1 year ago)
- Language: Perl
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGED
Awesome Lists containing this project
README
# Departure monitor for FHEM
Departure is a fhem modul, which creates readings for the next departures of a station.
## 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-departure/develop/controls_fhemdeparture.txt
### Create a device
define myDepature Departure 60
### Attributes
## 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-departure/develop/controls_fhemdeparture.txt
To check if a new version is available execute follow command
update check fhemdeparture
To update to a new version if available execute follow command
update all
or
update all fhemdeparture