Suppose I manually set up a mapping between each SERIALNUMBER and the corresponding DEVICE_HEXADECIMAL.
Could the class then be set up to work using the corresponding DEVICE_HEXADECIMAL url formats RATHER than having to go through the pain of unpairing the thermostat and resetting the WWN connection as per #135?
I don't know PHP so not sure how to change this but assuming that the PHP code is really just wrapping a bunch of GET/PUT html calls, then it seems like it should work since after all the web app works with DEVICE_HEXADECIMAL references.
Perhaps this could even be automated by scraping the initial login page to see the DEVICE_HEXADECIMAL numbers...
Suppose I manually set up a mapping between each
SERIALNUMBERand the correspondingDEVICE_HEXADECIMAL.Could the class then be set up to work using the corresponding
DEVICE_HEXADECIMALurl formats RATHER than having to go through the pain of unpairing the thermostat and resetting the WWN connection as per #135?I don't know PHP so not sure how to change this but assuming that the PHP code is really just wrapping a bunch of GET/PUT html calls, then it seems like it should work since after all the web app works with
DEVICE_HEXADECIMALreferences.Perhaps this could even be automated by scraping the initial login page to see the
DEVICE_HEXADECIMALnumbers...