--
You received this message because you are subscribed to a topic in the Google Groups "openhab" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/openhab/NHZsRRSpeUg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to openhab+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
Visit this group at http://groups.google.com/group/openhab.
To view this discussion on the web visit https://groups.google.com/d/msgid/openhab/0034321a-2c11-4366-b277-b7d09cc78fb2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Number TempBuitenCV "Temperatuur buiten [%.1f °C]" (Weer,Temperatuur,CV,CVChart,TempBuitenChart) { ebus="id:outsidetemp, class:vrc470, cmd:outsidetemp, dst:15, refresh:60" }
Number TempBufferBoven "Temperatuur buffer boven [%.1f °C]" (CV,ZonneboilerChart) { ebus="id:storagetemp, class:bai, cmd:storagetemp, dst:08, refresh:60" }
Number SetTempCVVertrek "Setpunt ketel vertrek [%.1f °C]" (CV,CVChart) { ebus="id:flowtempdesired, class:bai, cmd:flowtempdesired, dst:08, refresh:60" }
Number TempCVVertrek "Temperatuur ketel vertrek [%.1f °C]" (CV,CVChart) { ebus="id:flowtemp, class:bai, cmd:flowtemp, dst:08, refresh:60" }
Number TempCVRetour "Temperatuur ketel retour [%.1f °C]" (CV,CVChart) { ebus="id:returntemp, class:bai, cmd:returntemp, dst:08, refresh:60" }
Number TempCVRuimte "Temperatuur woonkamer [%.1f °C]" (Temperatuur,CV) { ebus="id:roomtemp, class:vrc470, cmd:roomtemp, dst:15, refresh:60" }
Number CVBelasting "Belasting ketel [%.1f kW]" (CV) { ebus="id:partloadhckw, class:bai, cmd:partloadhckw, dst:08, refresh:60" }
Number CVHC1OpMode "Bedrijfsmodus" (CV) { ebus="id:hc1opmode, class:vrc470, cmd:hc1opmode, dst:15, refresh:60" }
Number SetTempCVDag "Dag [%.1f °C]" (CV) { ebus="id:hc1daytemp, class:vrc470, cmd:hc1daytemp, dst:15, refresh:60" }
Number SetTempCVNacht "Nacht [%.1f °C]" (CV) { ebus="id:hc1nighttemp, class:vrc470, cmd:hc1nighttemp, dst:15, refresh:60" }
Number SetTempWarmWater "Warm water [%.1f °C]" (CV) { ebus="id:hwctempdesired, class:vrc470, cmd:hwctempdesired, dst:15, refresh:60" }
Nice. But how do you configure OpenHab to display it. I have only recently compiled openhab and couldn't get this to work.
To view this discussion on the web visit https://groups.google.com/d/msgid/openhab/9f216127-8b30-4202-9ce9-01a35b7423c0%40googlegroups.com.
ebus:parserUrl"
and "ebus:parsers=.....,custom"
in openhab.cfg. See https://github.com/openhab/openhab/wiki/eBUS-Binding#binding-configuration-in-openhabcfgHi Christian,Thanks I will test this out. Also can I use my csv files from the ebusd project instead of the json files?
Regards,Harpinder
...