Command line tool to request your FHEM server via http to control your electronic components like room heating thermostat, switched socket-outlets or temperature sensors etc.
Add the tool folder to your python library search path and check that all dependent libraries are available.
The tool has a prototypical status, you must adapt the init procedure to your FHEM configuration.
Execute in python console:
>>> from cofhemif import CoFhemIf >>> mf = CoFhemIf()
CoFhemIf is released under the GNU GPL v3 license.