David Gutheinz

Results 26 comments of David Gutheinz

Can not find a simple command. If in Sabbath Mode, what would change for sensors, operating modes, etc.? It is not necessarily hard to fake. For example, 1. The faithful...

I think I found a solution. Will code and provide test code (hopefully this week).

I have created a TEST version with a new command "Toggle Sabbath" and a new attribute "SabbathMode". It only impacts the code in the main (parent) driver. Replace that code...

First, it was difficult to read the log data since the way it was pasted placed line breaks every 80 characters. I had to manually delete these breaks. Appreciated if...

New try uploaded to https://github.com/DaveGut/Test-Code/edit/master/Samsung_Refrig.groovy Version is listed as 1.2T. It is the same as the released version EXCEPT for the update to the SABBATH cmd. Dave

My efforts are done for now. I am out of ideas on how to get this to work. The function will be removed from the next driver version. However, I...

Hopefully. In the meantime, the dimming switch should control the dimming functions. Issue: Basic control of PD functions should be relative easy (a lot of them); however, I am looking...

The ES20M is supported in Hubitat as a dimming switch. It does not report motion. The motion detect from these plugs is not exposed in any known Kasa interface. Dave

I have created a test driver. It requires manual installation and if you want to set the camera settings, you will have to log into the Kasa Cloud. It is...

Discovery while developing my Hubitat implementation: - Command methods use the Service: "smartlife.iot.lightStrip" (vice "smartlife.iot.smartbulb.lightingservice") - Command methods use the Method: "set_light_state" (vice "transition_light_state") - Response parsing uses the format...