Andrew Walbran

Results 113 comments of Andrew Walbran

Were you thinking of the structs having individual fields, or containing an array? Either way I'm not convinced this is better. Comparing how this would look for an example PSCI...

It's a bit more complicated than that, due to the calling convention and the potential need to support implementations of old versions of the SMCCC by the hypervisor or secure...

This is on an M5Stick-C, in case it makes a difference.

I'm having what appears to be the same issue on an ESP32. If I advertise one or two properties it works fine, but as soon as I advertise more than...

I'm using a ESP32, with https://github.com/tve/AsyncTCP#mbed-tls-try2 and https://github.com/tve/async-mqtt-client. Adding some more logging to AsyncTCP.cpp, it looks like AsyncClient::add is calling _close() because tcp_ssl_write is returning -1. I haven't managed to...

@kleini is that still working for you? I'm now trying to get this working on an ESP8266 (D1 Mini) and I'm having a similar problem again. It looks like the...

@kleini Thanks! I tried again with your pinned versions and this time I got it working most of the time, though it's still a bit flaky. I think some network...

I'm running into the same issue, is there any plan to fix this? Or a workaround that works when using serde deserialisation rather than the event API directly?

In case it's useful, this is a utility in Rust to fetch all historical data from a set of sensors and dump it to InfluxDB: https://github.com/alsuren/mijia-homie/blob/master/mijia-homie/src/mijia-history-influx.rs The actual code to...

There's a characteristic (`ebe0ccb7-7a0a-4b0c-8a1a-6ff2997da3a6`) to get and set it. Unfortunately the onboard clock is not very accurate. Here's a utility to check the time and fix it: https://github.com/alsuren/mijia-homie/blob/master/mijia/examples/fix-clock.rs Note that...