Search found 14 matches

by wergeld
Monday 01 October 2018 3:23
Forum: Dashticz
Topic: Error: "Double check path to domoticz in settings!"
Replies: 9
Views: 2024

Re: Error: "Double check path to domoticz in settings!"

I am facing similar issue. Only ever shows the "Double check path to domoticz in settings!" in lower right. I am running latest 2.4 beta on latest Domoticz 4.97 clean install. I have several devices all showing under my main URL. My custom/CONFIG.js: var config = {} config['domoticz_ip'] = 'http ...
by wergeld
Thursday 27 September 2018 2:00
Forum: LUA
Topic: Cloud cover from darksky
Replies: 34
Views: 9870

Re: Cloud cover from darksky

....And I am an idiot. Okay, the device name is not the var name used in the LUA script (ie dev_Cloud) it is the value of the var (ie Cloud Layer). Updated my devices to match the string value and not getting the errors now. My only question then is how to get it to show on dashboard? I added it as ...
by wergeld
Thursday 27 September 2018 1:06
Forum: LUA
Topic: Cloud cover from darksky
Replies: 34
Views: 9870

Re: Cloud cover from darksky

I am also getting the error on running the following function: function UpdateDev(device,nvalue,svalues) print(device,nvalue,svalues) --Met à jour un device numérique Domoticz commandArray[#commandArray+1] = {['UpdateDevice'] = otherdevices_idx[device]..'|'..tostring(nvalue)..'|'..tostring(svalues)} ...
by wergeld
Tuesday 17 October 2017 20:32
Forum: MySensors
Topic: Devices are not created
Replies: 1
Views: 2384

Re: Devices are not created

I am having similar issue. A single device was added (temp) but it never gets updated with latest values whereas the gateway view shows updated temp/humidity/battery coming in.
by wergeld
Thursday 03 August 2017 19:28
Forum: Show your projects
Topic: Domoticz on 30 Euro hardware - All in (for KaKu/Coco)
Replies: 12
Views: 8813

Re: Domoticz on 30 Euro hardware - All in (for KaKu/Coco)

This looks really cool. Excellent write up.
by wergeld
Tuesday 01 August 2017 19:03
Forum: Show your projects
Topic: Grafana with InfluxDB for Domoticz
Replies: 44
Views: 37285

Re: Grafana with InfluxDB for Domoticz

Hi, I have InfluxDB and Grafana working on a Raspberry Pi 3. Thought I'd dump the complete instructions as it may save someone some time... I followed this tutorial and it worked great! I find InfluxDB to be a pain though if you need to remove a data point (like, you can't actually delete it - you ...
by wergeld
Thursday 01 December 2016 17:43
Forum: MySensors
Topic: Raspberry pi MySensors gateway on SPI + Domoticz ?
Replies: 16
Views: 9453

Re: Raspberry pi MySensors gateway on SPI + Domoticz ?

I have compiled this as a serial gateway with my radio directly attached to the GPIO pins (via a daughter board). Works great. Domoticz picks it up when you got Settings - Hardware. It is about the easiest setup ever.
by wergeld
Monday 21 November 2016 17:56
Forum: Other questions and discussions
Topic: External JSON API Issue
Replies: 15
Views: 12575

Re: External JSON API Issue

I am having a similar issue due to allow-origin errors. Trying to pull in domoticz data into another application. Failing miserably.
by wergeld
Monday 19 September 2016 22:33
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 652198

Re: Domoticz app 2.0

What happened with the tablet support for Nexus 7 (2012)? It was on there a few months ago but I recently had to wipe this tablet to factory settings. Now Google Play is saying I cannot install this application as it is not compatible with my device. I have tried to install both the full version ...
by wergeld
Thursday 12 May 2016 2:10
Forum: Temperature and Weather
Topic: Scraping only the temperature from WeatherUnderground sensor
Replies: 63
Views: 28501

Re: Scraping only the temperature from WeatherUnderground sensor

So finally got this to work starting off with un-modded script and filling in my values. It worked! Beautifully! For about three hours. Now it constantly throws: script_device_sensorWU.lua:19: attempt to concatenate global 'sWeatherPressure' (a nil value) Turns out that is the debug output line. So ...
by wergeld
Friday 06 May 2016 0:34
Forum: Temperature and Weather
Topic: Scraping only the temperature from WeatherUnderground sensor
Replies: 63
Views: 28501

Re: Scraping only the temperature from WeatherUnderground sensor

I have been trying to do this for a couple of days of an on. I have my script taken from: https://www.domoticz.com/wiki/Virtual_weather_devices I have set my sensorwu to my WU's name and created the virtual device to hold the temp. I have the script in domiticz/scritps/lua. However, the script does ...
by wergeld
Wednesday 06 January 2016 0:26
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 652198

Re: Domoticz app 2.0

Question on the graphs: I have two temp sensors and the "Day" graph looks good. However, the "Month" and "Year" graphs don't really match up with what is on the Domoticz web interface (neither average temp or range). What is the data used for the Month/Year plots? Is it max/min temp per day?
by wergeld
Friday 01 January 2016 4:08
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 652198

Re: Domoticz app 2.0

You're sure that you are using SSL on port 80? Self signed certificate works fine here with this app. Well, turns out it was port 8080. New Years hard cider helped me see that. Working great! Only have 2 temp sensors and a switch on my domoticz and all showing perfectly. Bought the full version ...
by wergeld
Thursday 31 December 2015 23:41
Forum: Android
Topic: Domoticz app 2.0
Replies: 2380
Views: 652198

Re: Domoticz app 2.0

I have been trying unsuccessfully with the Lite app to connect to my domoticz install. I do not have a public-facing URL to view the site. I use on my internal network the IP assigned by my router (198.168.1.14). I can view this on my laptops and phones via any browser. I do have login ...