Skip to content

Commit

Permalink
Address bug openhab#16302 to update the temp when a controller Status…
Browse files Browse the repository at this point in the history
… is received
  • Loading branch information
jsjames committed Jan 19, 2024
1 parent ff99c67 commit bbcb0d3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,10 @@ public void processPacketFrom(PentairBasePacket packet) {

refreshChannelsFromUIDs(circuitSwitchUIDs);
refreshGroupChannels(GROUP_CONTROLLER_STATUS);
handleRefreshHeatStatusChannel(new ChannelUID(this.getThing().getUID(), GROUP_CONTROLLER_POOLHEAT,
CHANNEL_CONTROLLER_TEMPERATURE));
handleRefreshHeatStatusChannel(new ChannelUID(this.getThing().getUID(), GROUP_CONTROLLER_SPAHEAT,
CHANNEL_CONTROLLER_TEMPERATURE));
}

break;
Expand Down

0 comments on commit bbcb0d3

Please sign in to comment.