So when I was on SmartThings I had a few Konnected based NodeMCU boards around the house for measuring temperatures. One had DS18B20 probes for pool water and the outside air, while another had probes for a beer fridge and its freezer.
Brought them over to Hubitat just fine, and the devices continue to work as expected and log data to a Google Sheet through Hubitat like I wanted. I use my router to block Internet access to the NodeMCU boards, so they are forced to be local and they still updated Hubitat just fine that way.
I was just experimenting with some other Konnected capabilities and set up another board with a couple relays wired to it to try to use them as switches or momentary switches. With Internet access blocked to that NodeMCU board, they will not switch when Hubitat sends the signal, but if I allow that board to have Internet access, Hubitat is able to control the switch and momentary switch function just fine.
I was looking through the Konnected code for the apps and drivers and nothing jumped out at me as going online other than some links to icons or help pages.
Are these functions really not local? Anyway to force them to be local?
Thanks.