Jonathan G

Results 11 comments of Jonathan G

You'r right! I changed the method names a long time ago but forgot to update the example. Unfortunately i didn't have a PLC here to test with but I have...

I can confirm that the issue is the missing FIELD_METER_MANUFACTURER_ID and FIELD_METER_ID parameters that's the issue. I locally removed all sections from the integration that relates to FIELD_METER_MANUFACTURER_ID and FIELD_METER_ID....

Sure! I just searched for FIELD_METER_ID and FIELD_METER_MANUFACTURER_ID and commented out all code that seamed relevant. I also hardcoded `meter_id = 1` and `manufacturer_id = 1` in `_ensure_entities_are_created`. I suppose...

I added some Lock/Unlock calls and I think I managed to fetch most of the race conditions. But I don't like that solution :/ I think we return pointers to...

Its possible that I added to many. The problem is that there are many gorutines that uses the same map. Most of then are created by the Identify() method in...

This was ages ago :p It looks like its based on c389b2433780d904b85271ef2dc646ad368dd097 ​ 2017-09-17 19:02 GMT+02:00 Luke Scott : > @stamp , are all these commits based on the >...

Sounds great :) @shayne Looks like you have almost the same stick as me. I think there is a lot of stuff to do. Right now we have some basic...

@jonaz created a https://stampzilla.slack.com and I created a #gozwave channel at https://gophers.slack.com What do you guys think about starting from scratch and create a better structure for the lib?

Here are some progress #244

I'm thinking a solution that works something like this - [ ] Add a `lastSeen` - [ ] Add a label or flag that identifies a device as battery operated...