Search found 7 matches
- Friday 13 April 2018 9:51
- Forum: LUA
- Topic: Real-time solar data : azimuth, Altitude, Lux sensor... [closed]
- Replies: 245
- Views: 69215
Re: Real-time solar data : azimuth, Altitude, Lux sensor...
If anyone's interested, I've updated the script to use the userVariable (Octa) as a backup for when ogimet is not updating it's api. I reverted back the JSON calls and removed it's dependancy. The other big thing is that I took out all links to Weather Underground and am reading the Weather ...
- Wednesday 11 April 2018 9:39
- Forum: Suggestions
- Topic: Multi value custom sensor
- Replies: 31
- Views: 19431
Re: Multi value custom sensor
+1
(new to this, and surprised it isn't there already)
(new to this, and surprised it isn't there already)
- Tuesday 10 April 2018 9:28
- Forum: LUA
- Topic: Cloud cover from darksky
- Replies: 34
- Views: 9755
Re: Cloud cover from darksky
I'm making my first steps in Domoticz (and LUA for that matter) and I was wondering how to marry your script with the Lux script from Leglise. Perhaps you can show your script?
- Wednesday 04 April 2018 10:08
- Forum: Dashticz
- Topic: Dashticz - Module - Public Transport
- Replies: 86
- Views: 27309
Re: Dashticz - Module - Public Transport
On a different note;
I wonder if it perhaps is a good idea to put a busstop in the ovinfobus config example so people don't have to search for an hour to work out that the placename uses a forward slash as divider, and not a dash:
leusden/bushalte-rossenberglaan
I wonder if it perhaps is a good idea to put a busstop in the ovinfobus config example so people don't have to search for an hour to work out that the placename uses a forward slash as divider, and not a dash:
leusden/bushalte-rossenberglaan
- Wednesday 04 April 2018 10:05
- Forum: Dashticz
- Topic: Dashticz - Module - Public Transport
- Replies: 86
- Views: 27309
Re: Dashticz - Module - Public Transport
I've finally got a new NAS capable of running Domoticz/Dashticz and I am really impressed by the great work/contributions of the developers! I wanted a title bar in my bus, but dislike the original approach. So I started fiddling and wanted to share my result with you here: publictransport.js * I ...
- Tuesday 03 April 2018 11:36
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 364369
Re: domoticz in synology as package! Available now.
Worked it out using this site: http://albertogonzalez.net/2018/01/08/how-to-create-a-symbolic-link-to-a-folder-on-a-synology-nas/ You need to create the domoticz shared directory first and then create bind: mount --bind /volume1/\@appstore/domoticz/ /volume1/domoticz To persist the mounting heck the ...
- Sunday 01 April 2018 14:22
- Forum: Others
- Topic: domoticz in synology as package! Available now.
- Replies: 1864
- Views: 364369
Re: domoticz in synology as package! Available now.
It is in the @apps folder, notvisible with the Windows explorer of Mac Finder. Now atwork but tonight a Will make a wiki how to make a softlink to that folder and mount it as an sharered folder. You van then access it trough Windows explorer or Mac Finder. Mischa I've followed the instructions on ...