Search found 12 matches

by pgit
Wednesday 18 December 2019 12:21
Forum: Other questions and discussions
Topic: script to delete wrong temperature readings
Replies: 1
Views: 811

script to delete wrong temperature readings

Hi, I use 1-wire sensors to read the temperature from a solar boiler and a buffer. But once or twice a day they do a misread and insert a value of 0 degrees into the data. I tried to avoid this by resetting the devices frequently, but that doesn't seem to help. Now If I don't delete these values ...
by pgit
Wednesday 26 June 2019 13:29
Forum: Cameras
Topic: Lost password of camera
Replies: 5
Views: 3465

Re: Lost password of camera

Great, you saved my ass too!
by pgit
Friday 04 May 2018 0:28
Forum: Heating/cooling
Topic: OEG KS2W solarboiler data
Replies: 13
Views: 4919

Re: OEG KS2W solarboiler data

I have a OEG KSW-E controller. Connecting the USB to Windows installs a Seltron (heating controller brand) device as a (USB-to) serial port, but I didn't succeed in making a serial connection (with a terminal emulation program) to it program (yet).... Has anyone found out what settings (baud rate ...
by pgit
Wednesday 16 November 2016 20:16
Forum: Other questions and discussions
Topic: Omnik Export Script
Replies: 39
Views: 7868

Re: Omnik Export Script

It looks like Woutrrr has further devellopped Omnik-Data-Logger on https://github.com/Woutrrr/Omnik-Data-Logger. It now uses a new file PluginLoader.py for output to Mysql, PVoutput, CSV and to the console. Also make note of the additional settings in config.cfg. Since the procedure to enable or ...
by pgit
Friday 11 December 2015 0:04
Forum: Utility
Topic: Omnik Inverter Daily Totalizer Energy Double Values
Replies: 2
Views: 1324

Re: Omnik Inverter Daily Totalizer Energy Double Values

I seem to have the same problem. See the attached image... Also my Virtual sensor "Omnik Current / Return " displays 3 values: The current Power in W and the E-today value twice. I understood it should also show the lifetime total. Sorry, I'm no (Python- or whatever) programmer. Is it possible to ...
by pgit
Thursday 03 December 2015 1:20
Forum: LUA
Topic: Lua script for uploading energy values to PVoutput
Replies: 129
Views: 41570

Re: Lua script for uploading energy values to PVoutput

I just found out the problem is the current "life time" production energy value. It is set way to low, since I created the virtual production sensor just recently. My PV and Smartmeter have been in production for more then 2 years though... So I must find a way to edit this value manually, or maybe ...
by pgit
Wednesday 02 December 2015 22:03
Forum: LUA
Topic: Lua script for uploading energy values to PVoutput
Replies: 129
Views: 41570

Re: Lua script for uploading energy values to PVoutput

The problem is that the virtual device for the consumption, besides showing the current consumption correctly (I think), is also showing a negative cumulative energy consumption value. I guess the script is querying the wrong value from my PV Production device in Domoticz: not the current ...
by pgit
Saturday 28 November 2015 18:18
Forum: LUA
Topic: Lua script for uploading energy values to PVoutput
Replies: 129
Views: 41570

Re: Lua script for uploading energy values to PVoutput

Hi. I am trying to "migrate" my PV and energy usage monitoring from WebSolarLog to Domotics. I have created device in Domoticz, reading-out and displaying the data frm the P1 port of my ISKRA ME382 smart meter. This works great. After that followed https://www.domoticz.com/wiki/Omnik_Solar_Inverter ...
by pgit
Saturday 09 August 2014 13:00
Forum: Utility
Topic: capture and import smartmeter data from Web Solar Log
Replies: 25
Views: 10491

Re: capture and import smartmeter data from Web Solar Log

Thanks for the scheme.
I just got a reaction from the WSL developers that they are going to look into extending their API to allow for JSON queries on ALL of the smart meter data (and possibly other data also).
So i'll wait a bit before ordering extra hardware...
by pgit
Saturday 09 August 2014 11:08
Forum: Utility
Topic: capture and import smartmeter data from Web Solar Log
Replies: 25
Views: 10491

Re: capture and import smartmeter data from Web Solar Log

The guys from WSL told me the meter will not "respond" if it is"polled" more then once within a 60 second interval. Please see https://groups.google.com/forum/embed/?place=forum/websolarlog#!topic/websolarlog/vZ9xS8rqw5E ("First: it's not(!) recommended to let two devices poll the smartmeter. An ...
by pgit
Friday 08 August 2014 21:56
Forum: Utility
Topic: capture and import smartmeter data from Web Solar Log
Replies: 25
Views: 10491

Re: capture and import smartmeter data from Web Solar Log

Yes, want the right values from my smart meter in domoticz. I know how to create a dummy hardware device, dummy sensors, but thought I needed a lua script to post data to domoticz via the json command. I see now that the posting can be done from the (same) php script also, as you are sugesting ...
by pgit
Friday 08 August 2014 17:07
Forum: Utility
Topic: capture and import smartmeter data from Web Solar Log
Replies: 25
Views: 10491

capture and import smartmeter data from Web Solar Log

I use Web Solar Log ( http://websolarlog.com ) on a Raspberry Pi to monitor, gather and display data from my PV inverter (Omnik 3K-TL) using the Omnik-Data-Logger script https://github.com/Woutrrr/Omnik-Data-Logger and from my Dutch Smart Meter (ISKRA ME382) using an USB/serial cable attached to the ...