Search found 19 matches

by L2v2P
Wednesday 19 April 2017 9:54
Forum: LUA
Topic: Battery Notifications
Replies: 12
Views: 8073

Re: Battery Notifications

The daily low battery report sends an empty e-mail every day (because all battery levels are above the threshold). Is there a way to prevent the e-mail from sending when all battery levels are above the threshold? Think I fixed it by checking if the Message variable contains any data: if Message ...
by L2v2P
Wednesday 19 April 2017 9:42
Forum: LUA
Topic: Battery Notifications
Replies: 12
Views: 8073

Re: Battery Notifications

The daily low battery report sends an empty e-mail every day (because all battery levels are above the threshold). Is there a way to prevent the e-mail from sending when all battery levels are above the threshold?
by L2v2P
Sunday 19 March 2017 17:51
Forum: LUA
Topic: Real-time solar data : azimuth, Altitude, Lux sensor... [closed]
Replies: 245
Views: 70150

Re: Real-time solar data : azimuth, Altitude, Lux sensor...

First of all, thank you very much for all the work. I've implemented the script through the event editor in Domoticz and in that/my case the script was subsequently fired every second during a minute: [...] 2017-03-19 17:35:01.685 EventSystem: Fetching url... 2017-03-19 17:35:01.685 EventSystem ...
by L2v2P
Thursday 09 March 2017 18:15
Forum: LUA
Topic: Real power consumption
Replies: 20
Views: 16683

Re: Real power consumption

Ah, so you circumvent the SolarEdge API. Is once every minute accurate enough (as the P1 reports every 10 seconds)?
by L2v2P
Tuesday 07 March 2017 17:33
Forum: LUA
Topic: Real power consumption
Replies: 20
Views: 16683

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 L2v2P
Tuesday 07 March 2017 14:35
Forum: LUA
Topic: Real power consumption
Replies: 20
Views: 16683

Re: Real power consumption

I find this to be quite unusable, especially on days where you have a mix of clouds and sun. I often get negative values for power consumption because the power output of the solar panels has not yet been updated. :(
by L2v2P
Tuesday 07 March 2017 12:06
Forum: LUA
Topic: Real power consumption
Replies: 20
Views: 16683

Re: Real power consumption

I have implemented more or less the same functionality. However I also wanted to send the energy (kWh) to the dummy device. I do this with this code: WhDagConsumptie = WhDagProductie - WhDagExport + WhDagImport WhDagProductie being the energy produced by the solar panels WhDagExport being the energy ...
by L2v2P
Wednesday 11 January 2017 11:59
Forum: Temperature and Weather
Topic: Danfoss Living Connect LC03 with Aeon Z-Stick Gen5
Replies: 28
Views: 11468

Re: Danfoss Living Connect LC03 with Aeon Z-Stick Gen5

L2v2P wrote: It seems that the LC-13 continuously sends its settings (setpoint for example) to the controller for some odd reason. Is the LC-13 malfunctioning?
It turned out the unit was defective; I returned it and got a new one.
by L2v2P
Wednesday 11 January 2017 11:57
Forum: Temperature and Weather
Topic: Danfoss Living Connect LC03 with Aeon Z-Stick Gen5
Replies: 28
Views: 11468

Re: Danfoss Living Connect LC03 with Aeon Z-Stick Gen5

It has been implemented in the current beta:

Code: Select all

Version 3.xxxx (December xth 2016)
[...]
- Implemented: Blockly/Lua Set SetPoint option
[...]
Source: https://github.com/domoticz/domoticz/bl ... istory.txt
by L2v2P
Thursday 22 December 2016 11:58
Forum: PHP and all others
Topic: Send notificaties solar day total
Replies: 1
Views: 1076

Re: Send notificaties solar day total

Isn't the actual value actually the day's total? I use blocky to send the gas and electricity totals by referencing the actual value.
by L2v2P
Thursday 17 November 2016 20:18
Forum: Temperature and Weather
Topic: Danfoss Living Connect LC03 with Aeon Z-Stick Gen5
Replies: 28
Views: 11468

Re: Danfoss Living Connect LC03 with Aeon Z-Stick Gen5

Also, when I enable debug logging I continuously get this: 2016-11-17 20:09:44.617 Detail, Node002, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x02, 0x03, 0x80, 0x03, 0x3a, 0x4a 2016-11-17 20:09:44.617 Detail, 2016-11-17 20:09:44.617 Info, Node002, Received Battery report from node 2: level=58 2016-11 ...
by L2v2P
Thursday 17 November 2016 19:42
Forum: Temperature and Weather
Topic: Danfoss Living Connect LC03 with Aeon Z-Stick Gen5
Replies: 28
Views: 11468

Re: Danfoss Living Connect LC03 with Aeon Z-Stick Gen5

Hi Guys, Ik have the same Z-Stick connected to a Danfoss Living Connect LC-13. Once I have the LC-13 paired it starts submitting messages to the Z-Stick/Controller at a rate of about once every second: 2016-11-17 06:40:59.175 (Z-stick) Thermostat (Verwarming keuken - klein)\ 2016-11-17 06:41:00.226 ...
by L2v2P
Thursday 21 July 2016 13:45
Forum: RFLink Transceiver
Topic: RFLink and Synology problems/challenges
Replies: 31
Views: 9790

Re: RFLink and Synology problems/challenges

Already done.. no luck.. I experience the same problems every now and then after updating Domoticz. Usually upgrading the firmware of the RFLink does the trick. However, just now I got things to work again by first disabling and then again enabling the RFLink via Setup | Hardware in Domoticz. Might ...
by L2v2P
Sunday 31 January 2016 15:52
Forum: RFLink Transceiver
Topic: RFLink Gateway via Synology with Domoticz
Replies: 54
Views: 18175

Re: RFLink Gateway via Synology with Domoticz

I have powered it via the NAS' USB and no range issues (e.g. I have a receiver 20 meters away and three walls in between).
by L2v2P
Friday 01 January 2016 16:10
Forum: RFLink Transceiver
Topic: How to update RFLink firmware
Replies: 72
Views: 56120

Re: How to update RFLink firmware

On OS X you can do it as follows: Download the Arduino App from https://www.arduino.cc and install it. Open a terminal session. From the directory where the Arduino App is located run the commands below whereby replacing /dev/cu.usbmodem411 and RFLink_v1-2/RFLink.cpp.hex with your own values ...
by L2v2P
Friday 01 January 2016 12:04
Forum: RFLink Transceiver
Topic: RFLink Gateway via Synology with Domoticz
Replies: 54
Views: 18175

Re: RFLink Gateway via Synology with Domoticz

The capacitor did the trick!
by L2v2P
Sunday 29 November 2015 21:11
Forum: RFLink Transceiver
Topic: RFLink Gateway via Synology with Domoticz
Replies: 54
Views: 18175

Re: RFLink Gateway via Synology with Domoticz

Also, perhaps the above KaKu device might be the motion sensor which would explain why things fail. The motion sensor is linked to a switch which hasn't appeared yet in Domoticz. Is there any way to tell? Maybe reset problem? Synology NAS: If you want to use RFLink with a Synology NAS you can use ...
by L2v2P
Sunday 29 November 2015 10:08
Forum: RFLink Transceiver
Topic: RFLink Gateway via Synology with Domoticz
Replies: 54
Views: 18175

Re: RFLink Gateway via Synology with Domoticz

Also, perhaps the above KaKu device might be the motion sensor which would explain why things fail. The motion sensor is linked to a switch which hasn't appeared yet in Domoticz. Is there any way to tell?
by L2v2P
Sunday 29 November 2015 10:01
Forum: RFLink Transceiver
Topic: RFLink Gateway via Synology with Domoticz
Replies: 54
Views: 18175

Re: RFLink Gateway via Synology with Domoticz

Guys, I'm somewhat at a loss here. I got this hardware setup and loaded the latest RFLink software on it. I also have the latest Domoticz package from Jumbotroll on a DS212j. I've added the RFLink hardware on /dev/ttyACM0 . In the Domoticz log I see this: 2015-11-29 09:53:59.307 RFLink: Controller ...