Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: OG Firmware 1.1.0 Released #1773

    tekbar7522
    Participant

    Nevermind, I figured it out. I did it like this just in case anyone else is interested. Just change the IP address of your opengarage.

    
    sensor:
      - platform: rest
        resource: http://192.168.1.111/jc
        name: attic temp
        value_template: '{{ value_json.temp }}'
        unit_of_measurement: '°C'
      - platform: rest
        resource: http://192.168.1.111/jc
        name: attic humidity
        value_template: '{{ value_json.humid }}'
        unit_of_measurement: '%'
    in reply to: OG Firmware 1.1.0 Released #1772

    tekbar7522
    Participant

    Trillian, can you let me know how you added the temp and humidity into home assistant?
    Brendans, were you able to figure it out?

    in reply to: Relay – High on boot? #1383

    tekbar7522
    Participant

    Thank you Ray. I just tested it by hooking up a multimeter to the nodemcu, and it stays at 0v (even when I reboot it). The volts only go up when I switch the door open/closed.

    I will order a relay that activates on high. Thanks for your help.

    in reply to: Relay – High on boot? #1381

    tekbar7522
    Participant

    Thanks for your quick reply. So the signal is actually low coming off the board during boot, right? In that case, I will order a relay that is active on high, and test again.

    What is the best way of testing with a multimeter if it is high or low?

Viewing 4 posts - 1 through 4 (of 4 total)