# HG changeset patch # User Michiel Broek # Date 1498388526 -7200 # Node ID 65299c11774b8eb7b93a987a9dc3ba98a8f905b0 # Parent 7ab5cf2afc0c2fe05bd75792c7d34a2590fa5bbf Don't continuous send data to domoticz diff -r 7ab5cf2afc0c -r 65299c11774b thermferm/thermferm.c --- a/thermferm/thermferm.c Sat Jun 10 23:43:56 2017 +0200 +++ b/thermferm/thermferm.c Sun Jun 25 13:02:06 2017 +0200 @@ -1679,10 +1679,8 @@ } if (unit->door_state) { device_out(unit->heater_address, unit->heater_state); - pub_domoticz_output(unit->heater_idx, unit->heater_state); } else { device_out(unit->heater_address, 0); - pub_domoticz_output(unit->heater_idx, 0); } } @@ -1715,10 +1713,8 @@ } if (unit->door_state) { device_out(unit->cooler_address, unit->cooler_state); - pub_domoticz_output(unit->cooler_idx, unit->cooler_state); } else { device_out(unit->cooler_address, 0); - pub_domoticz_output(unit->cooler_idx, 0); } } if (debug)