Peter Lambrechtsen

Results 43 comments of Peter Lambrechtsen

I had this issue where if I am using curl and by default it added the Expect header and posting data via proxy.py then I get an exception. ``` 2020-01-26...

> **2A1F** - sint16 temperature in 0.1 °C > **2A6E** - sint16 temperature in 0.01 °C > **2A1C** - float > > nRFConnect: > ![image](https://user-images.githubusercontent.com/12629515/103471419-33d31400-4d91-11eb-8f09-fa951a485707.png) > ![image](https://user-images.githubusercontent.com/12629515/103471421-39c8f500-4d91-11eb-891f-17ff7d0730d6.png) > https://github.com/pvvx/ATC_MiThermometer Nice...

Any update on this? Or building from source is still the only option?

Hi @brettjenkins thanks for this, I had planned to add GHA for code sanity and building docker image at some point when I got around to it. Have been working...

There is nothing useful on the serial port at all. Just the boot message and attached device be it feeder or door etc. The only options are to use the...

The only config you need for MQTT is: https://github.com/plambrechtsen/pethublocal/blob/main/docker/mqtt/default/mosquitto.conf#L22-L28 So the traffic put onto the MQTT topic isn't encrypted it is just that the hub connects to MQTT over TLS...

The http endpoint is hard coded in the hub to be hub.api.surehub.io so you need to poison DNS as part of the setup anyway to get the hub to hit...

I also updated the hub documentation with the debug console commands... but there isn't really much useful to get the certificate password out in there just a bit of debug...

So it seems my firmware download method has been broken by surepet backend changes and I will try and fix that in the next few days. But the certificate is...

Added a stand alone firmware downloader, just takes a command line argument of your serial number: https://github.com/plambrechtsen/pethublocal/blob/main/docker/source/downloadfirmware.py