Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. luiscampiz
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    luiscampiz

    @luiscampiz

    0
    Reputation
    1
    Posts
    376
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    luiscampiz Follow

    Best posts made by luiscampiz

    This user hasn't posted anything yet.

    Latest posts made by luiscampiz

    • Heater varTypes declaration in L_Arduino.lua

      Hi,
      First I want to thank everyone for this excellent project. Especially @hek.
      I succeeded in making work an electric heater thermostat. But changes were necessary on lines 97 and 98 L_Arduino.lua. (Development Branch)

      Original code:
      HEATER = {21, "urn:upnp-org:serviceId:HVAC_UserOperatingMode1", "ModeStatus", "" },
      HEATER_SW = {22, "urn:upnp-org:serviceId:SwitchPower1", "Status", "" },

      Modified code:
      HEATER = {21, "urn:upnp-org:serviceId:TemperatureSetpoint1_Heat", "CurrentSetpoint", "" },
      HEATER_SW = {22, "urn:upnp-org:serviceId:HVAC_UserOperatingMode1", "ModeStatus", "" },

      Can someone verify and upload these changes?
      I can confirm it works fine with my Vera Lite(UI6).
      Thank you.

      posted in Bug Reports
      luiscampiz
      luiscampiz