richbeales / openhab-cfg

My Openhab configuration
17 stars 2 forks source link

Working Horstman HRT Openhab Config thermostatmode.map #3

Open jamesfawcett opened 8 years ago

jamesfawcett commented 8 years ago

Hi Rich,

Thanks a lot for sharing your config files, its been a great help for me in getting up and running. I'm just wondering are you able to add in your configurations/transform/thermostatmode.map ?

Thank you

jamesfawcett commented 8 years ago

Ps the error is:

java.io.FileNotFoundException: configurations/transform/thermostatmode.map

jamesfawcett commented 8 years ago

Hi Rich, Sorry i've resolved this by changing thermostatmode.map to heat.map, must of been an old line of code in there. Thank you for sharing your work, if you have changed anything since it would be great for you to keep this updated :) thanks again

jamesfawcett commented 8 years ago

Hi Rich, Sorry to trouble you, I have the same relay and thermostat as you. Ive set up and the thermostat is sending the Heatcall_Thermostat trigger out. My relay is not linked directly to my thermostat, everything is going through openhab, I couldn't get them to pair the same way as you mentioned on another thread.

The trigger working correctly: HeatCall_Thermostat state updated to 1

My script so far, please let me know if you spot why this isnt working for me. Thanks for sharing all your hard work, I am going to purchase in the future some of the same devices as you.

rule "fire up boiler"
when   
    Item HeatCall_Thermostat changed to "Demanding heat"
then   
    logInfo("heating.rules", "Thermostat calling for heat - Boiler firing up")
    sendCommand(Boiler_Thermo, 1)
end

@richbeales

jamesfawcett commented 8 years ago

Hey Rich, ive asked on the OpenHab forums here: https://community.openhab.org/t/problem-with-my-rules-not-calling-for-heat-horstmann-hrt4-zw-and-asr-zw/9504

Thanks for sharing your hard work, ill be adding to mine to copy a few setups in the future :)

richbeales commented 8 years ago

Hi,

Sorry for not getting back to you, I'm now playing with openHab2. I managed to find some notes on the Vera forums to associate the controller and the thermostat so that they work completely independently of openhab. Openhab just 'listens in' to both of them, but if openhab disappears or crashes the thermostat still works (happy wife)


Richard Beales www.richbeales.net

Want to send me cash? http://paypal.me/richbeales

On 7 April 2016 at 18:00, James Fawcett notifications@github.com wrote:

Hey Rich, ive asked on the OpenHab forums here: https://community.openhab.org/t/problem-with-my-rules-not-calling-for-heat-horstmann-hrt4-zw-and-asr-zw/9504

Thanks for sharing your hard work, ill be adding to mine to copy a few setups in the future :)

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/richbeales/openhab-cfg/issues/3#issuecomment-206994745