Page 1 of 1

[Misc] Switch and logs

Posted: Friday 10 November 2017 9:34
by cantarevolare
Hello,

Could you help me with these two questions, please ?

1- I have my switch for heating that are reversed : I have to put it to "Off" in order to switch on, and to "On" in order to switch off. I took the habit now but if there is a simple way to revert it, it could be cool ;
2- My temperatures devices send information every 30 secondes. I really don't need this information to be refreshed so often. 1 time every 5 minutes would be enough and it will leave my raspberry's SD card alone a bit. Is it a way, please ?

Thank you in advance for your help.

++++++++++++++++++++

Re: [Misc] Switch and logs

Posted: Friday 10 November 2017 12:45
by SweetPants
cantarevolare wrote: Friday 10 November 2017 9:34 1- I have my switch for heating that are reversed : I have to put it to "Off" in order to switch on, and to "On" in order to switch off. I took the habit now but if there is a simple way to revert it, it could be cool ;
Create a dummy switch and send the reverse action to the actual switch using JSON?
cantarevolare wrote: Friday 10 November 2017 9:34 2- My temperatures devices send information every 30 secondes. I really don't need this information to be refreshed so often. 1 time every 5 minutes would be enough and it will leave my raspberry's SD card alone a bit. Is it a way, please ?
If your temp device is sending every 30 sec, there is nothing you can do. The update will be received by Domoticz and handled accordingly. Maybe you can modify the temp sensor to send less frequently?