Hi Stefano, Yes, thanks, I saw your other answer, and replied to it:
http://zb4osgi.aaloa.org/pipermail/dev/2014-November/001061.html I know the server was down maybe some mail was lost. Thanks again, if you have some information on the firmware that would be nice. Also I want to try it in Eclipse. I see there are some launch files under zigbee.ha.driver. I am now going to try implementing "Electrical Measurement" cluster. Here is (almost) my device: http://centralite.readthedocs.org/en/latest/devices/lights/usdimmer.html It should be straightforward to do this, I think. Thanks, Ryan On Tue, Dec 2, 2014 at 9:23 AM, Stefano Lenzi <[email protected]> wrote: > Hi Ryan, > > I thought that I answered to you, but considering that I was writing with my > mobile something has gone wrong and my e-mail never reached you... > Please look at my commet inline > > Ciao, > Stefano > > Il 26/11/2014 17:26, Ryan Press ha scritto: >> >> Hi Francesco, >> >> Yes, it gets further now, thanks! But I see this error when it runs the >> tests: >> >> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.021 >> sec <<< FAILURE! - in >> it.cnr.isti.zigbee.basedriver.communication.AFLayerTest >> >> getSendingEndpointZigBeeDeviceCluster(it.cnr.isti.zigbee.basedriver.communication.AFLayerTest) >> Time elapsed: 0.021 sec <<< FAILURE! >> java.lang.AssertionError: >> Unexpected method call getProperty("it.cnr.isti.zigbee.pan.id"): >> at >> org.easymock.internal.MockInvocationHandler.invoke(MockInvocationHandler.java:45) >> at >> org.easymock.internal.ObjectMethodsFilter.invoke(ObjectMethodsFilter.java:73) >> at com.sun.proxy.$Proxy5.getProperty(Unknown Source) >> at >> it.cnr.isti.osgi.util.OSGiProperties.getInt(OSGiProperties.java:131) >> at >> it.cnr.isti.zigbee.basedriver.configuration.ConfigurationService.<init>(ConfigurationService.java:66) >> at >> it.cnr.isti.zigbee.basedriver.api.test.ZigBeeBaseDriverTestUnitBase.<init>(ZigBeeBaseDriverTestUnitBase.java:75) >> at >> it.cnr.isti.zigbee.basedriver.communication.AFLayerTest.<init>(AFLayerTest.java:67) >> >> Anyone have an idea with this one? > > > I have to look as such Test Failure, but the best way for you is to build by > skipping the test. Maven allows you to skip tests by addin -DskipTests as > parameter, thus you have to execute the command > mvn -DskipTests install > instead of > mvn install > > > >> >> Thanks again, >> Ryan >> >> >> >> On Wed, Nov 26, 2014 at 7:36 AM, Francesco Potortì <[email protected]> >> wrote: >>>> >>>> I'm trying to build zb4osgi, but for the past few days I get Error 503 >>>> when trying to access http://nexus.aaloa.org. Is this server down? >>> >>> It should be fixed now. Can you try again? >>> >>> -- >>> Francesco Potortì (ricercatore) Voice: +39.050.621.3058 >>> ISTI - Area della ricerca CNR Mobile: +39.348.8283.107 >>> via G. Moruzzi 1, I-56124 Pisa Skype: wnlabisti >>> (entrance 20, 1st floor, room C71) Web: http://fly.isti.cnr.it >>> >>> _______________________________________________ >>> Dev mailing list >>> [email protected] >>> http://zb4osgi.aaloa.org/mailman/listinfo/dev >> >> _______________________________________________ >> Dev mailing list >> [email protected] >> http://zb4osgi.aaloa.org/mailman/listinfo/dev > > > > -- > Dr. Stefano Lenzi > OSGi Invited Researcher > Tel: +39 050 621 2844 > Fax: +39 050 315 2811 > Skype: kismet-sl > Istituto di Scienza e Tecnologie dell’Informazione “A. Faedo” > Consiglio Nazionale delle Ricerche > Via Moruzzi, 1, 56124 - Pisa - Italy - Stanza C66 > > > _______________________________________________ > Dev mailing list > [email protected] > http://zb4osgi.aaloa.org/mailman/listinfo/dev > _______________________________________________ Dev mailing list [email protected] http://zb4osgi.aaloa.org/mailman/listinfo/dev
