Search found 26 matches
- Fri Jun 16, 2017 5:22 pm
- Forum: ZigBee Forum
- Topic: Hub for Xiaomi Mi devices
- Replies: 0
- Views: 6985
Hub for Xiaomi Mi devices
Now that there are those very nice Xiaomi Mi zigbee devices, see for example: http://faire-ca-soi-meme.fr/domotique/2017/03/13/hack-xiaomi-mi-smarthome-zigbee-sniffer/ I was looking into directly use them on a open source Zigbee hub supporting the ZHA protocol and maybe connect to node-red or domoti...
- Thu Mar 09, 2017 1:45 am
- Forum: Plugwise Forum
- Topic: Plugwise-2-py - an evolution of earlier python/linux work
- Replies: 50
- Views: 98290
Re: Plugwise-2-py - an evolution of earlier python/linux work
Hi Edwin,
I thought everything with schedules was finally OK for the last few months. Apparently not. Can you send me an email for user info at the domain of my website? See github to figure it out. I need to take a look at your log files and config files.
SevenW
I thought everything with schedules was finally OK for the last few months. Apparently not. Can you send me an email for user info at the domain of my website? See github to figure it out. I need to take a look at your log files and config files.
SevenW
- Sun Nov 29, 2015 11:17 pm
- Forum: Hvac, Heating Opentherm Forum
- Topic: Smart thermostat choice for home automation
- Replies: 2
- Views: 8475
Smart thermostat choice for home automation
I have been reading a lot about smart thermostats, but making a good choice is difficult. I like the modern thermostats like Nest and Tado. Actually Tado is very nice if the residents of the house do not have regular schedules and all have smartphones. But: Make use of an external (google nest/tado)...
- Mon Nov 02, 2015 11:31 pm
- Forum: Plugwise Forum
- Topic: Plugwise-2-py - an evolution of earlier python/linux work
- Replies: 50
- Views: 98290
Re: Plugwise-2-py - an evolution of earlier python/linux work
Hello I have start to use your script with openhab and it works perfect, but i have 2 questions: 1: Is it possible to change the interval to send info to mqtt, i think 10 sec is i little bit to much (i have 20 circles) 2: Some of my circles i disconnected but will bill we connected , is there any p...
- Mon Nov 02, 2015 11:17 pm
- Forum: Plugwise Forum
- Topic: Plugwise-2-py - an evolution of earlier python/linux work
- Replies: 50
- Views: 98290
Re: Plugwise-2-py - an evolution of earlier python/linux work
Hi Edwin, I hope this is solved by now. What I see from the attached logging looks like the circle+ is not seen by the stick. It communicates properly with the stick, but the stick generates an error reply 0xE1. It could be cause by 1. Circle+ out of range of Stick or unconnected (unlikely) 2. Typo ...
- Mon Nov 02, 2015 11:09 pm
- Forum: Plugwise Forum
- Topic: Plugwise-2-py - an evolution of earlier python/linux work
- Replies: 50
- Views: 98290
Re: Plugwise-2-py - an evolution of earlier python/linux work
manual start of plugwise_util gives me /home/pi/Plugwise-2-py$ ./plugwise_util Traceback (most recent call last): File "./plugwise_util", line 14, in <module> import plugwise.util ImportError: No module named util Solved this problem. Updated version of plugwise_util in github now. SevenW
- Mon Nov 02, 2015 10:52 pm
- Forum: Plugwise Forum
- Topic: Plugwise-2-py - an evolution of earlier python/linux work
- Replies: 50
- Views: 98290
Re: Plugwise-2-py - an evolution of earlier python/linux work
The actual error in the pip output could be due to an older version of the python installation tools. It may be solved by this: pip install --upgrade setuptools Otherwise, some more hints are in this forum: https://github.com/mushorg/glastopf/issues/200 Hello SevenW, I'm trying to migrate to your ve...
- Mon Nov 02, 2015 10:05 pm
- Forum: News Forum
- Topic: Vrij entree Beurs Domotica en slim wonen 2015 & 2016
- Replies: 39
- Views: 74426
Re: Vrij entree Beurs Domotica en slim wonen 2015
Kaartje voor donderdag graag (ja, ik leef nog
)

- Fri Aug 14, 2015 10:41 am
- Forum: Plugwise Forum
- Topic: Plugwise-2-py - an evolution of earlier python/linux work
- Replies: 50
- Views: 98290
Re: Plugwise-2-py - an evolution of earlier python/linux work
Currently I see two issues in Plugwise-2-py, which I will be addressing the coming weeks:
- file priviliges on the raspberry pi, for config and log files.
- Plugwise-2-web.py does not reconnect to MQTT when MQTT was not running when Plugwise-2-web started.
SevenW
- file priviliges on the raspberry pi, for config and log files.
- Plugwise-2-web.py does not reconnect to MQTT when MQTT was not running when Plugwise-2-web started.
SevenW
- Fri Aug 14, 2015 10:38 am
- Forum: Plugwise Forum
- Topic: Plugwise-2-py - an evolution of earlier python/linux work
- Replies: 50
- Views: 98290
Re: Plugwise-2-py - an evolution of earlier python/linux work
rron, did you succeed in getting it running? Editing JSON is painful. A JSON validator like http://jsonlint.com/ can help checking and findin errors.
Let me know how it works.
Regards,
SevenW
Let me know how it works.
Regards,
SevenW
- Tue May 26, 2015 11:11 pm
- Forum: Plugwise Forum
- Topic: Plugwise-2-py - an evolution of earlier python/linux work
- Replies: 50
- Views: 98290
Re: Plugwise-2-py - an evolution of earlier python/linux work
I have made a major update to the web application of Plugwise-2-py. Changes: Added exception handling to catch broken connections due to hibernating web clients. The web server could become unresponsive. Added support for SSL (https) and password protection. Reconnecting websockets. Power reading up...
- Sun Jan 25, 2015 9:46 pm
- Forum: Plugwise Forum
- Topic: Plugwise-2-py - an evolution of earlier python/linux work
- Replies: 50
- Views: 98290
Re: Plugwise-2-py - an evolution of earlier python/linux work
The program has difficulties parsing two of the configuration files. Please check the following files very carefully. You may have accidentally deleted a double quote for a string value, or missed a comma. config/pw-conf.json config/pw-hostconfig.json If you can not find anything wrong, please post ...
- Wed Jan 21, 2015 9:30 am
- Forum: Plugwise Forum
- Topic: Plugwise-2-py - an evolution of earlier python/linux work
- Replies: 50
- Views: 98290
Re: Plugwise-2-py - an evolution of earlier python/linux work
nohup always gives such a message. Can you check whether Plugwise-2-py starts by seeing whether it generates logging: cat /tmp/pwout.log Startup error messages should be in there. Also regular logging is produced in /var/log: cat /var/log/pw-logger.log Let me know what you can find on the startup fa...
- Sat Nov 08, 2014 11:55 pm
- Forum: Plugwise Forum
- Topic: Plugwise-2-py - an evolution of earlier python/linux work
- Replies: 50
- Views: 98290
Re: Plugwise-2-py - an evolution of earlier python/linux work
Hi Strijker, Thanks for finding this bug in determining whether it is daylight saving time or not. I solved it. You should get the (latest) file Plugwise-2.py from github and then put it in your Plugwise-2py folder. Now you may find the Wii is not an easy machine to standby-kill. But switch off duri...
- Sat Nov 08, 2014 12:36 am
- Forum: Plugwise Forum
- Topic: Plugwise-2-py - an evolution of earlier python/linux work
- Replies: 50
- Views: 98290
Re: Plugwise-2-py - an evolution of earlier python/linux work
Hi Strijker, The timestamp is the linux epoch, the seconds from 1-1-1970. I never considered the use case of first selecting a schedule, and only create it. I can imaging that indeed it does not get read again. I suggest you just remove it in the settings editor, and than add it again. If you would ...