Hi Stefano,

I did install Pax-Runner-UI from UniversAAL but I am having some
difficulty.  Maybe I will figure it out soon.

I have the 60W GE Link bulb, it is working fine.  This is very
inexpensive here, only $15 USD, and available at the local hardware
store.
http://gelinkbulbs.com/

I also have the two Centralite 3-Series modules, this:
http://www.centralite.com/index.php/products/3-series/3-series-lamp-module/
And this:
http://www.centralite.com/index.php/products/3-series/3-series-appliance-module/

They are a bit newer than the one I linked before.  Most things are
working, but they have the ability to report power consumption which
I'm most interested in.  Specifically they show clusters 0x0B04 and
0x0B05.
I am not sure the format of these clusters, I have found two
descriptions for 0x0B04.  Note these documents are "proposed" and not
ratified.
http://www.energy-home.it/Documents/Technical%20Specifications/E@h_specification_ver2.0.pdf
http://www.docstoc.com/docs/147321957/docs-11-5734-20-00ha-electrical-measurement-cluster-draft-spec

Maybe it is the E@h specification that these newer ones work with.


Thanks,
Ryan


On Fri, Dec 5, 2014 at 7:24 AM, Stefano 'Kismet' Lenzi
<[email protected]> wrote:
> HI Ryan,
>
> I think that Fabio can help you with the issue reported in
> http://zb4osgi.aaloa.org/pipermail/dev/2014-November/001061.html
>
> Running within Eclipse is kind of complex because you need the Pax-Runner-UI
> from OPS4J which as far as I know is not supported nor developed anymore, so
> I recommend using remote debugging for testing the environment or you may
> try to define an execution environment with Eclipse PDE or with OSGi EnRoute
> (but you will be on an unknown field, so any tutorial after your experience
> would be welcomed -_^ )
>
> If you are going to extend ZB4O with new Cluster we will appreciate it as
> contribution, do not hesitate to ask for help :)  It means also that you are
> using http://www.centralite.com/ devices, am I right? Which devices have you
> tested so far?
>
> According to the documentation
> (http://centralite.readthedocs.org/en/latest/devices/lights/usdimmer.html)
> it seems to me that the "Electrical Measurement" cluster is a Vendor
> specific cluster that does not belong to any ZigBee published standard (as
> far as could look on the ZigBee specification), can you correct me on this?
>
> Ciao,
> Stefano
>
> On Thu, Dec 4, 2014 at 8:19 PM, Ryan Press <[email protected]> wrote:
>>
>> 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
>
>
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://zb4osgi.aaloa.org/mailman/listinfo/dev
>

_______________________________________________
Dev mailing list
[email protected]
http://zb4osgi.aaloa.org/mailman/listinfo/dev

Reply via email to