Skip to content

maximiliansoelch/fhem-pilight

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

fhem-pilight

Usage

    Define

      define <name> pilight <protocol>

      Defines a module for setting pilight compartible switches on or off. See Sweetpi.

      Supported protocols: kaku_switch, quigg_switch, elro_he, elro_hc, silvercrest, pollin, mumbi, and intertechno_old. If you need more, just write an issue!

      Example:
        define Weihnachtsbaum pilight kaku_switch
        attr Weihnachtsbaum housecode 12323578
        attr Weihnachtsbaum unitcode 0

      If your pilight server does not run on localhost, please set both the attributes remote_ip and remote_port. If you are running pilight >3.0, then please define the port used by pilight settings: http://www.pilight.org/getting-started/settings/; fhem-plight uses 5000 by default.
      This version is written for pilight 5.0. If you run a version < 3.0, please set the following attribute: attr Weihnachtsbaum useOldVersion 1

    Attributes


You can find more information on my website

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%