Giter Club home page Giter Club logo

raumfeld-desktop's People

Contributors

tfeldmann avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

raumfeld-desktop's Issues

Installation on Ubuntu

Thanks a lot for providing these scripts :-)

I just tested them using Ubuntu 14.04. Following you installation instructions did not just work for me. raumfeld required pysimplesoap and PySide had some reqirements, too. These steps here did succeed, maybe you want to include them in your installation description:

sudo apt-get install python3 python3-pip python3-pyside pyside-tools
sudo apt-get install qt4-qmake qt4-dev-tools

sudo pip3 install -U pysimplesoap
sudo pip3 install -U raumfeld
sudo pip3 install -U PySide

Raumfeld Connector is found, but controls do not work

Thanks for working on this! I'd love to control my Teufel / Raumfeld Connector from my Linux machine.

I've just tried it out, but did not get very far. Here is what I did:

  • Cloned this repo, commit c23f57a
  • Installed dependencies via apt-get, because "pip3 install -Ur requirements.txt" failed with the following error message:

~/git/Raumfeld-Desktop$ pip3 install -Ur requirements.txt
Collecting raumfeld (from -r requirements.txt (line 1))
Downloading raumfeld-0.2.tar.gz
Collecting PySide (from -r requirements.txt (line 2))
Downloading PySide-1.2.4.tar.gz (9.3MB)
100% |████████████████████████████████| 9.3MB 137kB/s
Complete output from command python setup.py egg_info:
only these python versions are supported: [(2, 6), (2, 7), (3, 2), (3, 3), (3, 4)]

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-ij85m73l/PySide/

  • Built via "python3 build.py"
  • Ran via "python3 main.py" and got the following output:

~/git/Raumfeld-Desktop$ python3 main.py
http://192.168.1.106:60803/03f213b0-94ae-492e-b65b-88db5903f7a1.xml
b'<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><s:Body><u:GetMuteResponse xmlns:u=urn:upnp-org:serviceId:RenderingControl">0</u:GetMuteResponse></s:Body></s:Envelope>'
Traceback (most recent call last):
File "/home/pn/git/Raumfeld-Desktop/raumfeld_desktop/mainwindow.py", line 43, in run
self.volume_infos.emit(self.device.mute, self.device.volume)
File "/home/pn/.local/lib/python3.6/site-packages/raumfeld/init.py", line 117, in mute
response = self.rendering_control.GetMute(InstanceID=1, Channel=1)
File "/home/pn/.local/lib/python3.6/site-packages/pysimplesoap/client.py", line 175, in
return lambda *args, **kwargs: self.call(attr, *args, **kwargs)
File "/home/pn/.local/lib/python3.6/site-packages/pysimplesoap/client.py", line 258, in call
jetty=self.__soap_server in ('jetty',))
File "/home/pn/.local/lib/python3.6/site-packages/pysimplesoap/simplexml.py", line 56, in init
self.__document = xml.dom.minidom.parseString(text)
File "/usr/lib/python3.6/xml/dom/minidom.py", line 1968, in parseString
return expatbuilder.parseString(string)
File "/usr/lib/python3.6/xml/dom/expatbuilder.py", line 925, in parseString
return builder.parseString(string)
File "/usr/lib/python3.6/xml/dom/expatbuilder.py", line 223, in parseString
parser.Parse(string, True)
xml.parsers.expat.ExpatError: not well-formed (invalid token): line 1, column 180

The window opened up, and after a few seconds, the name of my Raumfeld Connector showed at the bottom of the window. But when I press the Mute button, or move any of the two sliders, nothing happens at all.

Let me know how I can help :)

Linux distro: Kubuntu 17.10
My Raumfeld Connector says (under Chromecast built-in Information, not sure whether it's relevant): Version 1.21.75965

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.