Plugwise-2-py icon indicating copy to clipboard operation
Plugwise-2-py copied to clipboard

A version 2.0 of a plugwise python interface and controller

Results 17 Plugwise-2-py issues
Sort by recently updated
recently updated
newest added

On Raspberry Pi Bullseye, fresh install I get: AttributeError: module 'paho.mqtt.client' has no attribute 'Mosquitto' Changing line 56 in swutil/pwmqtt.py from self.mqttc = mosquitto.Mosquitto(self.name) to self.mqttc = mosquitto.Client(self.name) then it...

Run into the following error - have some circle with old data which I am reading out. Need to start measuring consumption in the house. Error logged (multiple times): pi@plugwise:/home/plugwise/Plugwise-2-py...

I am trying to get a better radio coverage in my house. I have multiple WiFi stations, Philips Hue, Another Zigbee network, and the Plugwise2Py network. For all other networks...

Hello All, What's the right way to pair circle(+)? I have paired existing circles in Plugwise Source software, but can't get it to work (should be enough to build the...

I have created a docker image that can run on a raspberry pi. It reduces the installation effort drastically to only a few minutes. See instructions here: https://hub.docker.com/r/gruijter/plugwise-2-py The image...

Got this error when i start plugwise-2-py rsync: link_stat "/home/pi/datalog/2022/pwact/pwact-2022-03-12*.log" failed: No such file or directory (2) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at...

Hello Sven, After your last update plugwise-py does work and I see that data is collected and stored in the files. Also http://IP:8000/ is now showing the plugwise devices. ![image](https://user-images.githubusercontent.com/26203955/53908728-4cb4f600-4050-11e9-9b21-e6e3e9d7c049.png)...

I get an occasional TypeError crash running on `python3.8` as follows, any ideas how to solve? ```python Traceback (most recent call last): File "./Plugwise-2.py", line 1471, in main=PWControl() File "./Plugwise-2.py",...