Integration with EmonCMS

I updated the controller 2.1.1 to 2.6.2. I look applicationContext.xml file and do not see integration with EmonCMS.

<property name = "eventProcessors">

	<list>

		<bean class = "org.openremote.controller.statuscache.rules.RuleEngine" />

		<ref bean="rrd4jLogger"/>

 

	</list>

</property>
<property name = "eventProcessors">

	<list>

		<bean class = "org.openremote.controller.statuscache.rules.RuleEngine" />

		<ref bean="rrd4jLogger"/>

 		<ref bean="emonCMSLogger"/>

	</list>

</property>
<property name="emonURL" value="http://192.168.1.7/emoncms/input/post.json?&amp;apikey=42e552f9bf0fd756258a17f2be259fd1&amp;node=10&amp;json=" />

<property name="sensors">

  <list>

  	<value>WWtempoutSensor</value>

  	<value>WWhumiditySensor</value>

  	<value>WWpressureSensor</value>

    <value>TS.Temp.Sensor</value>

SS.Temp.Sensor

MS.Temp.Sensor

  </list>

</property>
<!-- UI COMPONENT BUILDERS ============================================================================ `` It can not be used more, or you can insert a line from the controller 2.1.1? Thankyou.

EmonCMS is not part of 2.6
You could merge it from a 2.1.1 branch, but you’ll need the Java code in addition to the XML configuration of Spring.

And if I add a folder from the controller 2.1.1? Will work?

emoncms merge.png

Yes, its worked. I add a folder from the controller 2.1.1 to 2.6.2.

emoncms merge work.png