tfeldmann / python-raumfeld

A pythonic library for discovering and controlling Teufel Raumfeld devices.
MIT License
23 stars 8 forks source link

How to get it running? #10

Closed quintz closed 8 years ago

quintz commented 8 years ago

Hi Thomas,

I stumbled upon your project because I wanted to make some automatization via pimatic (https://pimatic.org/)

Installed pyhton and the executed the

pip install raumfeld

But then...yeah what then? How do I proceed? Do I have to execute the setup.py? If yes, I cannot get it running...

Could you maybe give me a helping hand?

Thanks in advance.

quintz

tilltnet commented 8 years ago

Hey Quintz, you might want to check out PyRaumfeld it supports almost all control functions of the Raumfeld system. It comes with a small WebServer that allows for easy automation via http requests. Just download it and start RaumfeldControl.py like this python2.7 /path/to/RaumfeldControl.py

Sorry for hijacking this - python-raumfeld is a great library! - but I think it's not what quintz is looking for.

Best.

quintz commented 8 years ago

Even though it's an other lib, I still won't get yours running. Everytime I execute it I get

Traceback (most recent call last):
  File "/home/pi/raumfeld/PyRaumfeld-master/RaumfeldControl.py", line 12, in <module>
    from bottle import route, run
ImportError: No module named bottle

Thoughts? : /

tilltnet commented 8 years ago

pip install bottle should do the trick for you. if you run in other problems you should open an issue over there