Search found 7 matches
- Thursday 22 March 2018 10:47
- Forum: Others
- Topic: SolarEdge api
- Replies: 31
- Views: 14926
Re: SolarEdge api
Hi Forum, I'm using the SolarEdge web API and it works as intended with the API key I received form my supplier. I have a question though: according the the SolarEdge API description, there are data updates available in 15 minute increments. Yet, when looking in Domoticz, I note that data is ...
- Wednesday 21 March 2018 12:16
- Forum: Heating/cooling
- Topic: Control Thermosmart thermostat
- Replies: 106
- Views: 39500
Re: Control Thermosmart thermostat
pauze and unpauze is now working in the latest beta, and you can also specify your own outdoor temperature sensor from the hardware settings page Hi Rob, Would you be able to support and get another 'indoor temperature' sensor selected here as well? The Thermosmart internal temperature sensor is a ...
- Sunday 28 February 2016 0:18
- Forum: LUA
- Topic: Some LUA magic: one script to rule them all..
- Replies: 38
- Views: 9051
Re: Some LUA magic: one script to rule them all..
Maybe another 'feature' request: can we turn off/reduce the verbose logging per script? This setup generates a lot of device scripts (good thing
), but also generates a lot of log entries.

- Thursday 25 February 2016 19:18
- Forum: LUA
- Topic: Some LUA magic: one script to rule them all..
- Replies: 38
- Views: 9051
Re: Some LUA magic: one script to rule them all..
@Toni, slightly off-topic, but you can actually use this in LUA: commandArray[<random order>]={ ['UpdateDevice']='<idx>|0|' .. <integer value> } e.g. commandArray[1]={ ['UpdateDevice']='171|0|' .. lightLevel } @Danny, the version 0.9.3 seems to run stable for over a day now :) Good stuff!
- Tuesday 23 February 2016 19:30
- Forum: LUA
- Topic: Some LUA magic: one script to rule them all..
- Replies: 38
- Views: 9051
Re: Some LUA magic: one script to rule them all..
Yup, that worked, thanks! I will continue to implement and test.
Sent from my iPhone using Tapatalk
Sent from my iPhone using Tapatalk
- Tuesday 23 February 2016 18:33
- Forum: LUA
- Topic: Some LUA magic: one script to rule them all..
- Replies: 38
- Views: 9051
Re: Some LUA magic: one script to rule them all..
Could it be you forgot to include the event_helpers.lua script in the latest: script-v0.9.2.zip ? ... the initial version 0.9 is returning an error: Error: EventSystem: in /home/domoticz/scripts/lua/script_time_main.lua: /home/domoticz/scripts/lua/event_helpers.lua:162: bad argument #1 to 'pairs ...
- Tuesday 10 February 2015 12:14
- Forum: Suggestions
- Topic: [90] MQTT Support
- Replies: 370
- Views: 143366
Re: [90] MQTT Support
For the items published by domoticz, this should remain simple: similar to the simple lua script for publishing mqtt messages at the beginning of this thread, the structure should be: - topic name should include the device name + the attribute - payload includes the value Messages from Domoticz are ...