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.
-
You are probably the first using these device definitions. Thanks for reporting.
I've updated the repository now.
-
@Hek - actually i use them, but not yet with 1.4
- i do have a minor problem with this device for which this may be the answer ( again on 1.3)
Ill try this on 1.3 tonight to see if this fixes it.
@luiscampiz - this is my submission for the device:
https://github.com/mysensors/Vera/commit/5aa2c862e8d728e3dda18135649d5bb271e7e52c- does it work/used with your fix?
- i do have a minor problem with this device for which this may be the answer ( again on 1.3)
-
@gregl said:
i do have a minor problem with this device for which this may be the answer ( again on 1.3)
Ill try this on 1.3 tonight to see if this fixes itOk yes ive now tested and this works better. I have to fix another bug in my sketch related to this but this did fix the weirdness i was seeing..
So thanks @luiscampiz
Suggested Topics
-
Code for beta-testing?
Controllers • 24 Mar 2014, 20:48 • andriej 9 Aug 2014, 10:44 -
sleep(0) in V2.1 doesn't sleep indefinitely anymore. Used to powerdown and sleep in V1.5
Bug Reports • 22 Nov 2019, 00:35 • GaryStofer 15 Apr 2023, 05:50 -
Making WiFiManager compatible with MySensors 2.3.2
Bug Reports • 12 Feb 2020, 21:43 • pihome 1 Jun 2022, 16:02 -
Sensor presentation failure
Bug Reports • 31 Jul 2016, 19:23 • Sergio Rius 3 Mar 2021, 18:48 -
ESP32 + Signing fails after xxx msg as result of memory leak
Bug Reports • 6 Apr 2020, 18:43 • Technovation 7 Mar 2022, 10:37 -
some differences between serial- and tcp-gateways.
Bug Reports • 15 Mar 2023, 09:26 • Branther 30 Mar 2023, 15:40