Search found 3 matches
- Thursday 21 May 2020 12:58
- Forum: Other questions and discussions
- Topic: How to limit text log saving for switch only when it really changes state
- Replies: 0
- Views: 148
How to limit text log saving for switch only when it really changes state
Hi, if someone can tell me if it's possible to restrict saving logs to Text Logs for switch, only when it really changes state. With mqtt the state of the button (switch) is still being transmitted, and the logs are growing very fast and it is difficult to analyze. Is there any way to do this ? P.S ...
- Tuesday 21 April 2020 5:18
- Forum: DIY Hardware and Protocols
- Topic: MQTT -> control more then one switch by one message
- Replies: 2
- Views: 1361
Re: MQTT -> control more then one switch by one message
I didn't mean to control the switch, I wantd to keep the temperature up to date.
(I could suggest that I used nvalue in JSON - sorry)
Group control won't solve the problem
But I appreciate the hint and thank you very much
R.W.
(I could suggest that I used nvalue in JSON - sorry)
Group control won't solve the problem

But I appreciate the hint and thank you very much
R.W.
- Saturday 18 April 2020 11:19
- Forum: DIY Hardware and Protocols
- Topic: MQTT -> control more then one switch by one message
- Replies: 2
- Views: 1361
MQTT -> control more then one switch by one message
Hi, I hope this is the right forum section for this topic... Is it possible to control more then one Domoticz's Ligth/Switch by MQTT broker message ("Domoticz/in" topic). Everythings work fine when I use MQTT Topic: domoticz/in, Message: { "idx" : 2, "nvalue" : 1} But I want to control more than one ...