Hi!
Any news on this? For example with cacti, you can configure min-max valid data values.
Thanks
Search found 11 matches
- Thursday 12 May 2022 11:42
- Forum: Suggestions
- Topic: Ignoring bad value in kwh meter
- Replies: 11
- Views: 2224
- Friday 22 November 2019 12:09
- Forum: Speech & Voice Systems
- Topic: Alexicz - FREE Domoticz to Alexa Integration
- Replies: 336
- Views: 71002
Re: Alexicz - FREE Domoticz to Alexa Integration
but the lambda scripts show some errors I cannot understand. Is there a way to debug this issue step by step? Yes just post your logs here! ;) BTW many thanks to the author! I got lots of problem with my Echo in France, and my dev+amazon account in US, but after uploading the lambda to both EU and ...
- Tuesday 03 January 2017 20:05
- Forum: Temperature and Weather
- Topic: External Temp/Baro with METAR script
- Replies: 5
- Views: 2370
Re: External Temp/Baro with METAR script
Thanks! I've just updated the script above to fix this bug 

- Wednesday 07 December 2016 21:58
- Forum: LUA
- Topic: Lua send setpoint causes script timeout
- Replies: 4
- Views: 1675
Re: Lua send setpoint causes script timeout
Here is the error message:
EventSystem: Sending SetPoint to device....
Error: EventSystem: Warning!, lua script thermo_set has been running for more than 10 seconds
2016-12-07 21:57:00.175 (virt) Thermostat (therm)
EventSystem: Script event triggered: thermo_set
EventSystem: Sending SetPoint to device....
Error: EventSystem: Warning!, lua script thermo_set has been running for more than 10 seconds
2016-12-07 21:57:00.175 (virt) Thermostat (therm)
EventSystem: Script event triggered: thermo_set
- Wednesday 07 December 2016 21:54
- Forum: LUA
- Topic: Lua send setpoint causes script timeout
- Replies: 4
- Views: 1675
Re: Lua send setpoint causes script timeout
Hi!
Confirmed also with the latest beta: my virtual thermostat timeouts when I try to set it with something like
commandArray.UpdateDevice = "516|0|"..temp
Any way to fix this?
Cheers,
Ludo
Confirmed also with the latest beta: my virtual thermostat timeouts when I try to set it with something like
commandArray.UpdateDevice = "516|0|"..temp
Any way to fix this?
Cheers,
Ludo
- Saturday 03 September 2016 11:49
- Forum: Suggestions
- Topic: Add luasockets + 5.3.x update
- Replies: 0
- Views: 354
Add luasockets + 5.3.x update
Hi!
I think it would be nice to add the luasockets module to domoticz, It would avoid using Curl in many scripts and would increase cross-platform compatibility of Domoticz
I can work on this if you wish.
Cheers,
Ludo
I think it would be nice to add the luasockets module to domoticz, It would avoid using Curl in many scripts and would increase cross-platform compatibility of Domoticz

I can work on this if you wish.
Cheers,
Ludo
- Wednesday 10 August 2016 19:08
- Forum: Others
- Topic: I2C HTU21D
- Replies: 6
- Views: 4130
Re: I2C HTU21D
Hi!
With the latest beta, this sensor now works perfectly
With the latest beta, this sensor now works perfectly

- Sunday 07 August 2016 14:31
- Forum: Suggestions
- Topic: Suggestion: graph auto update
- Replies: 0
- Views: 453
Suggestion: graph auto update
Hi!
It would be nice to have the graphs auto reloaded every 5 minutes, after a button "auto update" would be pressed.
Thanks
!
It would be nice to have the graphs auto reloaded every 5 minutes, after a button "auto update" would be pressed.
Thanks

- Saturday 06 August 2016 18:24
- Forum: Temperature and Weather
- Topic: External Temp/Baro with METAR script
- Replies: 5
- Views: 2370
Re: External Temp/Baro with METAR script
Hi!
I've updated the script so that the 'metar' package is no longer needed, only curl. I also added basic weather prediction and humidity calculation.
Enjoy!
I've updated the script so that the 'metar' package is no longer needed, only curl. I also added basic weather prediction and humidity calculation.
Enjoy!
- Sunday 31 July 2016 22:40
- Forum: Suggestions
- Topic: IR Control Learn/Send
- Replies: 3
- Views: 3565
Re: IR Control Learn/Send
but I'm still unclear how to use LIRC in domoticz... :P LIRC support in Domoticz is "manual". I've setup a custom LIRC sender/receiver, and it was not easy... You have to use "irexec" to update states with "curl" to Domoticz when IR codes are received and use "irsend" in Domoticz scripts to ...
- Sunday 31 July 2016 22:21
- Forum: Temperature and Weather
- Topic: External Temp/Baro with METAR script
- Replies: 5
- Views: 2370
External Temp/Baro with METAR script
Hi! I've just finished my 1st Domoticz script: it will give you external temperature and barometer by querying METAR ( https://en.wikipedia.org/wiki/METAR ) stations. 1- Make sure you have the "curl" package on your PI 2- Simply find your nearest METAR stations and edit the station variable below. 3 ...