Search found 2 matches
- Sunday 19 April 2020 10:28
- Forum: Python
- Topic: Plugin - Homewizard
- Replies: 123
- Views: 40997
Re: Plugin - Homewizard
All, I have installed the Homewizard plugin on my Raspberry Pi (Domoticz 2020.1 running). On Homewizard i have a variety of switches and temp sensors. But also a EnergyLink and a Heatlink. I have some problems: 1. I get the data from the switches and temp/humidity sensors. But they dont seem to ...
- Sunday 12 February 2017 12:26
- Forum: LUA
- Topic: Fetch website content in LUA
- Replies: 1
- Views: 519
Fetch website content in LUA
Hi All, New to Domoticz. I am running Domoticz on Windows 10 (currenly later to migrate to Pi). I want to receive data from a HomeWizard homeautomation system. This should be easy by writing in LUA local f = assert(io.popen("curl -s http://192.xx.xx.xx/,passwd>/swlist" , 'r')), response (in variable ...