Difference between revisions of "Omnindoor"

From Sudo Room
Jump to navigation Jump to search
(Created page with "{| class="wikitable" |+ Caption text |- ! Header text !! Header text |- | Pin || thing || Mode in Tasmota Configure Unit menu |- | 4 || forward || Power |- | 14 || reverse || Power |- | 33 || current || ADC Current (bottom of list) |- | Example || Example |- | Example || Example |- | Example || Example |} {"POWER1":"ON"}0jake@eg:~/sketchbook/omnindoor$ curl -u "admin:password" http://10.111/cm?cmnd=POWER1+off {"POWER1":"OFF"}0jake@eg:~/sketchbook/omnindoor$ curl -u "ad...")
 
m (Protected "Omnindoor" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(No difference)

Revision as of 16:13, 3 October 2024

Caption text
Header text Header text
Pin thing Mode in Tasmota Configure Unit menu
4 forward Power
14 reverse Power
33 current ADC Current (bottom of list)
Example Example
Example Example
Example Example


{"POWER1":"ON"}0jake@eg:~/sketchbook/omnindoor$ curl -u "admin:password" http://10.111/cm?cmnd=POWER1+off {"POWER1":"OFF"}0jake@eg:~/sketchbook/omnindoor$ curl -u "admin:password" http://10.111/cm?cmnd=rule1+1 {"Rule1":{"State":"ON","Once":"OFF","StopOnError":"OFF","Length":0,"Free":511,"Rules":""}}

turn off when limit current hit Rule2 ON ANALOG#Voltage1>100 DO Power1 0 ENDON

set the adc range AdcParam 6, 0, 4095, 0, 1024