Search found 11 matches

by adjego
Friday 10 March 2017 10:57
Forum: General Discussion
Topic: Introduce yourself
Replies: 547
Views: 173605

Re: Introduce yourself

[Name:] Ad [Country:] The netherlands [City:] Eindhoven [Occupation:] Test Engineer [Hobbies:] Domotica, Vag-Com, Movies/Series [Choice for Domoticz:] Colleage had it and since then i'm hooked. Main reason is it can combine many different communication protocols. Mostly used on my side is Z-Wave ...
by adjego
Friday 10 March 2017 8:40
Forum: LUA
Topic: Real power consumption
Replies: 20
Views: 16187

Re: Real power consumption

Ah, so you circumvent the SolarEdge API. Is once every minute accurate enough (as the P1 reports every 10 seconds)? So what i do is that when the data from the solar panels comes in, i use the most recent data from the smart meter. The data from the smartmeter can be max 9 seconds old, which indeed ...
by adjego
Thursday 09 March 2017 16:19
Forum: LUA
Topic: Real power consumption
Replies: 20
Views: 16187

Re: Real power consumption

So you have the amount of generated power from the solar panels. Next to that you need the power which has been returned and when you calculate "generated power - returned power" you will have the actual consumed power from the solar panels. Then you add the power used from the net and then you have ...
by adjego
Tuesday 07 March 2017 15:29
Forum: LUA
Topic: Real power consumption
Replies: 20
Views: 16187

Re: Real power consumption

When using the API from Solaredge this will never work. That actual power output of the solar panels is at least some minutes behind. I had the same problem when using the API so i switch to measuring it in a different way and created a seperate dummy "smart meter" where i can see the consumption ...
by adjego
Monday 06 February 2017 15:23
Forum: Utility
Topic: P1 Meter met ISKRA SMR 5.0
Replies: 8
Views: 8376

Re: P1 Meter met ISKRA SMR 5.0

I hope this will be resolved soon. I don't need this limitation because i have an old smartmeter.
by adjego
Monday 06 February 2017 10:10
Forum: Utility
Topic: P1 Meter met ISKRA SMR 5.0
Replies: 8
Views: 8376

Re: P1 Meter met ISKRA SMR 5.0

Hi All, are these changes also causing my old smartmeter to now only give updates after 1 minute? I'm on the latest Beta and some versions ago i did get updated every 10 seconds. EDIT: Checked with a version from a friend of mine, he is still on 3.6572 and he is getting every ten seconds update. I ...
by adjego
Wednesday 04 January 2017 9:52
Forum: Bash / PowerShell / Batch etc.
Topic: Script to restart Domoticz if it crashes
Replies: 199
Views: 125085

Re: Script to restart Domoticz if it crashes

I also have this happening. Jan 3 23:22:00 raspberrypi domoticz: Error: /home/pi/domoticz/domoticz() [0x1a9650] Jan 3 23:22:00 raspberrypi domoticz: Error: /home/pi/domoticz/domoticz(_Z14signal_handleri+0x58) [0x1a9708] Jan 3 23:22:00 raspberrypi domoticz: Error: /lib/arm-linux-gnueabihf/libc.so.6 ...
by adjego
Friday 02 December 2016 10:34
Forum: Heating/cooling
Topic: Controlling Toon [HACKED] from Domoticz
Replies: 426
Views: 122591

Re: Controlling Toon [HACKED] from Domoticz

Nice work. I have this working for my Domoticz aswell! I did however needed to "fix" the json data which somes from Toon. It had an error in it. Added this: local handle = assert(io.popen(string.format('curl http://%s/happ_thermstat?action=getThermostatInfo', ToonIP))) local ThermostatInfo = handle ...
by adjego
Wednesday 22 June 2016 15:36
Forum: iOS
Topic: homebridge-edomoticz Plugin
Replies: 1715
Views: 415177

Re: eDomoticz Homebridge-Plugin

Using this config i'm trying to get it to work. Something with authentication is going wrong. If i disable login all devices are fetched, if enabled with correct username and password set in config i get this: Somebody has any pointers for me? Will have a look at it this weekend... Did you by any ...
by adjego
Tuesday 14 June 2016 15:10
Forum: iOS
Topic: homebridge-edomoticz Plugin
Replies: 1715
Views: 415177

Re: eDomoticz Homebridge-Plugin

Well if i do that, then it does not use authentication anymore because i have a reverse proxy running on the same raspberry pi so all incoming connections are coming from 127.0.0.1. I read for other people it is working using the username and password in the server setting but for some kind of ...
by adjego
Tuesday 14 June 2016 14:07
Forum: iOS
Topic: homebridge-edomoticz Plugin
Replies: 1715
Views: 415177

Re: eDomoticz Homebridge-Plugin

Using this config i'm trying to get it to work. Something with authentication is going wrong. If i disable login all devices are fetched, if enabled with correct username and password set in config i get this: Output: pi@raspberrypi ~/homebridge $ homebridge *** WARNING *** The program 'node' uses ...