Geschrieben April 17, 2016 at 09:5017. Apr 2016 Hi, downloaded the latest version of the TF MQTT proxy to be able to use the UV bricklet. After installation received, error message below. Please advice. $ pip install tinkerforge Requirement already satisfied (use --upgrade to upgrade): tinkerforge in /usr/local/lib/python2.7/dist-packages Cleaning up... $ sudo python brick-mqtt-proxy.py& [1] 10498 pi@raspberrypi ~/tinkerforge/mqtt $ Traceback (most recent call last): File "brick-mqtt-proxy.py", line 92, in <module> from tinkerforge.bricklet_uv_light import BrickletUVLight ImportError: No module named bricklet_uv_light
Geschrieben April 17, 2016 at 11:1517. Apr 2016 Autor After using $sudo pip install tinkerforge --upgrade all fine. What is missing, is the a linkt in the MQTT Documentation for the UV bricklet.
Geschrieben April 18, 2016 at 11:2718. Apr 2016 Autor Just a hint The link states the suffix "uv_light" to be used BUT the MQTT JSON response is "intensity" when subscribing to the uvlight: tinkerforge/bricklet/uv_light/x84/uv_light This is not documented.
Geschrieben April 18, 2016 at 16:1018. Apr 2016 The documentation is correct. The JSON payload should contain a uv_light member. I've fixed the implementation now.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.