mirror of https://github.com/sfeakes/AqualinkD.git
Version 1.3.9
parent
435e526f4c
commit
f06c29a62f
|
@ -411,7 +411,7 @@ void mqtt_broadcast_aqualinkstate(struct mg_connection *nc)
|
|||
if (!_aqualink_data->simulate_panel)
|
||||
sprintf(_aqualink_data->last_display_message, message);
|
||||
|
||||
send_domoticz_mqtt_status_message(nc, _aqualink_config->dzidx_swg_status, dzalert, &message[10]);
|
||||
send_domoticz_mqtt_status_message(nc, _aqualink_config->dzidx_swg_status, dzalert, &message[9]);
|
||||
send_mqtt_int_msg(nc, SWG_TOPIC, status);
|
||||
|
||||
if (_aqualink_data->ar_swg_status == SWG_STATUS_OFF)
|
||||
|
|
Binary file not shown.
|
@ -109,11 +109,14 @@ light_programming_initial_off=12
|
|||
# Everything below here, if it ends with dzidx, then that's the ID for domoticz,
|
||||
# so not needed if you are not suing dooticz.
|
||||
# Domoticz ID's for temps.
|
||||
# All below are Virtual Sensors
|
||||
#air_temp_dzidx=0
|
||||
#pool_water_temp_dzidx=0
|
||||
#spa_water_temp_dzidx=0
|
||||
#SWG_percent_dzidx=0
|
||||
#SWG_PPM_dzidx=0
|
||||
# Must be Virtual Alert Sensor
|
||||
#SWG_Status_dzidx=0
|
||||
|
||||
|
||||
# Use/find labels from Control Panel, these will overwrite the button_xx_label below,
|
||||
|
|
Loading…
Reference in New Issue