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. -
@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
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login