Search found 10 matches
- Wednesday 15 July 2015 21:29
- Forum: Show your projects
- Topic: Heating Oil Tank Monitor
- Replies: 11
- Views: 8834
Re: Heating Oil Tank Monitor
hi everybody, I'm really interested in your projects. I already looked something similar that can be used with domoticz. I've found wireless(or wired) gauges (but not made to work with domoticz) and some of them were specially made to work in potentially explosive atmospheres. Are you planing to ...
- Saturday 04 July 2015 22:19
- Forum: LUA
- Topic: Weather Underground Upload script
- Replies: 112
- Views: 45791
Re: Weather Underground Upload script
Hi
should be
hpa -> hPa
I don't see any other error. Try it and tell me if it works.
Code: Select all
local function hPatoInches(hpa)
return hPa * 0.0295301
end
Code: Select all
local function hPatoInches(hPa)
return hPa * 0.0295301
end
I don't see any other error. Try it and tell me if it works.
- Wednesday 01 July 2015 21:34
- Forum: Rfxcom Transceiver
- Topic: There is Somfy in the air!!
- Replies: 171
- Views: 97482
Re: There is Somfy in the air!!
You are right RogerSch. I don't know if all methods can be done with rfxtrx but this is worth a try
- Wednesday 01 July 2015 20:53
- Forum: LUA
- Topic: Weather Underground Upload script
- Replies: 112
- Views: 45791
Re: Weather Underground Upload script
Hi,
You can modify the script to fit your needs.
Here is some help http://wiki.wunderground.com/index.php/ ... d_Protocol.
You can modify the script to fit your needs.
Here is some help http://wiki.wunderground.com/index.php/ ... d_Protocol.
- Monday 15 June 2015 18:32
- Forum: LUA
- Topic: Weather Underground Upload script
- Replies: 112
- Views: 45791
Re: Weather Underground Upload script
Just install V2.2563 and now it works.
- Monday 08 June 2015 19:35
- Forum: Rfxcom Transceiver
- Topic: There is Somfy in the air!!
- Replies: 171
- Views: 97482
Re: There is Somfy in the air!!
Just to confirm... I can buy a Somfy blind with no remote and 'sync' it up in Domoticz if I have the RFXtrx433E? Somfy blind are usually sold with remote (unwired command, RFY or IO protocol) or with a switch (wired command). Only RFY works with RFXtrx433E As much as I know, you need a remote to ...
- Friday 05 June 2015 20:31
- Forum: LUA
- Topic: Sun position in lua
- Replies: 5
- Views: 3074
Re: Sun position in lua
Thanx, however I'll wait for a stable release and then update my script.
- Friday 05 June 2015 20:10
- Forum: LUA
- Topic: Sun position in lua
- Replies: 5
- Views: 3074
Re: Sun position in lua
Thanx, I remember I tried this, but not working in my domoticz V2.2284
I got :
{
status: "ERR"
}
I got :
{
status: "ERR"
}
- Friday 05 June 2015 19:11
- Forum: LUA
- Topic: Sun position in lua
- Replies: 5
- Views: 3074
Sun position in lua
Hi everybody, After reading this post http://www.domoticz.com/forum/viewtopic.php?f=23&t=6451 . I choose to share a script I just write. I've write this script using info from here http://www.plevenon-meteo.info/technique/theorie/enso/ensoleillement.html . It gives you sun position and theoretical ...
- Sunday 03 May 2015 15:47
- Forum: LUA
- Topic: Weather Underground Upload script
- Replies: 112
- Views: 45791
Re: Weather Underground Upload script
Hi everybody, I was trying this script but I've got error when function mmtoInches(mm) occurs. It seems otherdevices_rain and otherdevices_rain_lasthour don't return any value or I'm using them wrong. I've made this script : commandArray = {} RainMeter = 'Pluviomètre' print (RainMeter) print ...