Search found 5 matches
- Sunday 28 October 2018 15:19
- Forum: MySensors
- Topic: Update frequency?
- Replies: 3
- Views: 4954
Re: Update frequency?
Hmm. ok thanks. Not sure it is then. I'm new to writing and understanding the sketches. I'm wondering then if the sketch - which seems to have a minimum and maximum frequency of sending data to the gw - might be decreasing the update frequency when power usage is low? For my purpose I want a 20 ...
- Sunday 28 October 2018 14:21
- Forum: MySensors
- Topic: Update frequency?
- Replies: 3
- Views: 4954
Update frequency?
I've set up a power pulse sensor usin the sketch n the build section of mysensors which feeds through to Domoticz. I'm fairly sure the sketch transmits from the sensor to Domoticz every 20 seconds (20000ms). Domotics only seems to updates the plot for Watts every 5 minutes and total energy every ...
- Friday 19 October 2018 0:03
- Forum: Python
- Topic: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
- Replies: 231
- Views: 95556
Re: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
ok so there is the text: As far as I can see it is as per your instruction: note my email address: #!/usr/bin/python import urllib, urllib2, hashlib from xml.etree import ElementTree as ET #config username = '[email protected]' #your portal username password = 'notmypassword' #your portal ...
- Thursday 18 October 2018 20:56
- Forum: Python
- Topic: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
- Replies: 231
- Views: 95556
Re: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
thanks - although fairly sure I got that right. as I am using my email address and password within the quotes. I have noted that when logged into ginseng the url of the website is https://www.ginlongmonitoring.com/Terminal/TerminalMain.aspx?pid=12345 I am guessing 12345 (not the real numbers) is the ...
- Thursday 18 October 2018 18:53
- Forum: Python
- Topic: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
- Replies: 231
- Views: 95556
Re: Ginlong, Omnik Solar, Solarman and Trannergy Inverters
Totally new to both domoticz and most things to do with home automation so please bear with me. I have a solis inverter that sends via a wifi dongle to ginlongmonitoring.com. At the monist I'm failing at the first hurdle of running stationed.py successfully! I've saved the script from page 1 of this ...