Search found 13 matches
- Sunday 09 June 2019 20:15
- Forum: LUA
- Topic: LUA – Virtual Solar Battery: simulate the presence of a battery for storing harvested solar energy
- Replies: 107
- Views: 19890
Re: LUA – Virtual Solar Battery: simulate the presence of a battery for storing harvested solar energy
I thought I had set everything up right, but getting this error. 2019-06-09 19:13:19.987 Error: EventSystem: in script_time_Solar-Battery: [string "--Script_time_solar_battery.lua..."]:65: attempt to perform arithmetic on global 'sPlusT1' (a nil value) Any guidance would be appreciated, this is a ...
- Tuesday 11 December 2018 23:13
- Forum: Others
- Topic: TP-Link smart plug HS100/HS110
- Replies: 256
- Views: 89720
Re: TP-Link smart plug HS100/HS110
the log file looks like this: 2018-12-10 21:06:59,584:__main__:INFO:hs110-1 version 0.5 has started... 2018-12-10 21:07:09,785:__main__:INFO:hs110-1 version 0.5 has started... 2018-12-10 21:07:24,508:__main__:INFO:hs110-1 version 0.5 has started... 2018-12-10 21:08:59,398:__main__:INFO:hs110-1 ...
- Tuesday 11 December 2018 23:12
- Forum: Others
- Topic: TP-Link smart plug HS100/HS110
- Replies: 256
- Views: 89720
Re: TP-Link smart plug HS100/HS110
pi@raspberrypi:~/domoticz/scripts/python/hs110 $ python tplink_hs110.py -c energy Traceback (most recent call last): File "tplink_hs110.py", line 238, in <module> hs.read_hs110() File "tplink_hs110.py", line 224, in read_hs110 self.send_json(received_data) File "tplink_hs110.py", line 155, in send ...
- Tuesday 11 December 2018 22:02
- Forum: Others
- Topic: TP-Link smart plug HS100/HS110
- Replies: 256
- Views: 89720
Re: TP-Link smart plug HS100/HS110
@ajay100 Sent: {"system":{"get_sysinfo":{}}} Received: {"system":{"get_sysinfo":{"err_code":0,"sw_ver":"1.2.5 Build 171213 Rel.095335","hw_ver":"1.0","type":"IOT.SMARTPLUGSWITCH","model":"HS110(UK)","mac":"50:C7:BF:5B:12:47","deviceId":"800621A648D627AA69879D4B292084CC1878E40E","hwId ...
- Tuesday 11 December 2018 21:38
- Forum: Others
- Topic: TP-Link smart plug HS100/HS110
- Replies: 256
- Views: 89720
Re: TP-Link smart plug HS100/HS110
python tplink_hs110.py -c state gives me Traceback (most recent call last): File "tplink_hs110.py", line 238, in <module> hs.read_hs110() File "tplink_hs110.py", line 224, in read_hs110 self.send_json(received_data) File "tplink_hs110.py", line 155, in send_json voltage = round(float(json_data ...
- Monday 10 December 2018 20:26
- Forum: Others
- Topic: TP-Link smart plug HS100/HS110
- Replies: 256
- Views: 89720
Re: TP-Link smart plug HS100/HS110
Having a real struggle getting the TPlink sockets working with domoticz, the plugin worked but did not report/update the current state of the socket which is what I need as there is a chance they are controlled by alexa or at kaza app. I have tried https://github.com/ajay10000/TP-Link-HS110 by ...
- Thursday 01 November 2018 9:01
- Forum: Heating/cooling
- Topic: Combi Boiler Control
- Replies: 3
- Views: 999
Combi Boiler Control
OK I have enough temperature sensors to tell if a window has a draft blowing through it, now to do something with them. The worcester boiler with RF thermostat should be picked up by RFLink but it fails to do so, what are my options? Attached the thermostat control lines to a relay and just open and ...
- Tuesday 30 October 2018 11:48
- Forum: Temperature and Weather
- Topic: DS18B20 Directly connected to a RPI
- Replies: 16
- Views: 5889
DS18B20 Directly connected to a RPI
Is it possible to have a DS18B20 directly connected to the RPI which is running domoticz, it seems overkill to have the RPI and a nodemcu in the same room.
Some simple instructions or a link to some would be appreciated.
TIA
Some simple instructions or a link to some would be appreciated.
TIA
- Sunday 05 November 2017 23:06
- Forum: RFLink Transceiver
- Topic: RFLink not working 100%
- Replies: 0
- Views: 673
RFLink not working 100%
Evening Guys and Girls, Looking for some advice of where to start fault finding some issues I am having with the RFLink. I started off with a cheap rx & tx with a mega to make my own RFLink all worked ok for the cheap bye-bye standby sockets but it never picked up my Boiler controller or the OWL ...
C180
I have a owl CM180 monitoring our usage and solar generated power. It is not visible via the RFlink, Having searched the forum seems many people are using them yet I can not find anything that helps. Is there anything special I need to do to pick up the rf signal alternatively is there a script to ...
- Saturday 07 October 2017 23:30
- Forum: Other questions and discussions
- Topic: Python Script not automatically firing
- Replies: 3
- Views: 654
Re: Python Script not automatically firing
sorry yes the work around was to setup an event like this; seems to fire every minute I expect it not to fire at 00:00 but can live with that.
- Saturday 07 October 2017 22:49
- Forum: Other questions and discussions
- Topic: Python Script not automatically firing
- Replies: 3
- Views: 654
Re: Python Script not automatically firing
solved my own issue turns out python is not enabled as standard, found a work around.
- Saturday 07 October 2017 18:09
- Forum: Other questions and discussions
- Topic: Python Script not automatically firing
- Replies: 3
- Views: 654
Python Script not automatically firing
The learning curve with Domoticz is steep but think I am getting there. I have an issue with python scripts not firing automatically. it is saved in the ~/domoticz/scripts/python folder and called script_time_smartplug.py so from my understanding should fire every minute which it is not I can fire ...