For building this project, one may still follow the original design, shown in this post: https://www.cloudyni...7#entry13177277
But here (below) is the updated wiring diagram, showing two channels of Dew Control, along with a very accurate ADS1115 module for measuring the thermistor temperatures:
Click on the image above for a larger, clearer version for printing.
I employ 10K-ohm resistors with 0.1% tolerance for use with the thermistors. 1.0% would probably be fine, but the run of the mill ones are normally only 5% tolerance, which can affect temperature readings.
Thermistors don't have a polarity, so their two wires can connect either way around. This includes the thermistors built-into the Celestron Dew Heater Rings.
Ditto for the Dew Heater outputs: The red/green wiring can be connected either way around to those as well. But for safety, I would normally connect the red wire to the inside of any connector, rather than the more exposed outside.
This arrangement also includes two, optional resistors: 30K-ohms and 10K-ohms, used for measuring the actual "+12V" input voltage to the Dew Heaters. These should also be at least 1.0% tolerance. This reading will (eventually) be made available to CPWI and the Nexstar+ hand-controllers, but I have yet to add code for it to the firmware. Real Soon Now.
Those two resistors can be anything 10K or larger, so long as the ratio between them is 3:1. I suggest using three 10K resistors in series as the "30K" resistor, and then another single 10K with that -- saves having to acquire multiple different ones, especially if they're from the same bag as the ones used with the thermistors!
The 3V3 and GND connections to the HBG3 PCB can go to any pads on that PCB which are labelled as 3V3 or GND. In particular, you will find it more convenient to use the I2C pads for those. I didn't draw it that way, simply because it might be too cluttered to read if I had. 
If one requires only a single channel of smart dew control, then simply omit Thermistor-1, its resistor, and the LR7843 module shown below it.
If pure manual dew control is all that's needed, then omit the SHT30 module, and set dew.force.enabled to true on the HBG3 Serial/Debug interface:
set dew.force.enabled true
save
reset
If trying to wire this alongside the HBG3 Relay PCB, my advice is: don't do it!!
It is possible, but it gets messy, due to pin conflicts on the HBG3 that require wiring things slightly differently than shown above. Move the PWM line for the first channel to ESP32 pin 12, and move the PWM line for the second channel to ESP32 pin 18. If the ADS1115 is omitted, then also move the Thermistor-0 line to ESP32 pin 36.
Cheers
Edited by mlord, 25 June 2024 - 08:57 PM.