Pipiche

Results 168 comments of Pipiche

VA and Watts are 2 differents things. Not sure what you want to do. https://en.wikipedia.org/wiki/Power_factor Now under certain assumption you can assume that W = VA, but if for instance...

in progress. a first part done in 7.1.006

Yes it is enabled > On 2 May 2018, at 15:01, Gabriel wrote: > > Are you sure you have enabled Debug=true? > > — > You are receiving this...

`2024-04-09 18:45:03,362 DEBUG :Received a packet: ZigbeePacket(timestamp=datetime.datetime(2024, 4, 9, 16, 45, 3, 361604, tzinfo=datetime.timezone.utc), src=AddrModeAddress(addr_mode=, address=0x4261), src_ep=1, dst=AddrModeAddress(addr_mode=, address=0x0000), dst_ep=1, source_route=None, extended_timeout=False, tsn=137, profile_id=260, cluster_id=513, data=Serialized[b'\x18\x15\n\x11\x00)(\n\x12\x00)\xd0\x07'], tx_options=, radius=0, non_member_radius=0, lqi=92,...

``` # Get RSSI and LQI values from the device device = self.ControllerLink.app.get_device(ieee_address, endpoint) rssi = device.get_value("rssi") lqi = device.get_value("lqi") ```

conclusive tests with weblate. @Hedda thanks for the advice

Soucis un peu equivalent, passage en V11 ok, puis au bout de quelques jours plus rien ... J'utilise Domoticz et le plugin Z4D

Do you mean that we can have only One source Endpoint ? In our initial integration we were able to use several source end point by using the add_endpoint ```...

Do you mind, if I submit a PR against zigpy-znp to enhance _find_endpoint() ? My id is to provide an optional parameter which is a candidate src_ep If we find...