Ewoud Werkman

Results 5 comments of Ewoud Werkman

Hi, I've been dealing with the same issue, as we had pyEcore objects in a Flask file-based session. The first appoach was to serialize it to a string by overriding...

I needed deepcopy support including cross-references and did the following. Did only some small testing. Might be useful for others, or for inclusion in pyEcore: ```python # add support for...

Hi @aranega I'm very sorry to hear that. My condolences! Take your time. For now we'll fix this in our own code and provide a PR for you to have...

Hi @aranega, Thanks for you changes! The `to_string()` suffices for our use case, so no extra work necessary.

For zigbee2mqtt they seem to have solved this issue. See https://github.com/Koenkk/zigbee2mqtt/issues/19137 According to this comment https://github.com/Koenkk/zigbee2mqtt/issues/19137#issuecomment-1810843051 the Tuya device requires an extra command send from the controller after the interview:...