Matt Sieren
Matt Sieren
Here's a dissect of the data-stream (117): 15 (L) | d1c90200 (C) | 19abd502 (t)| 7f (entry type) | ec08 2f17 7200 0055 a60f01 (data) | 15 (L) | d2c90200...
After looking into this further I believe I cracked it. The prior post contained a lot of false approaches (e.g. no conversion between Big/Little Endian). Data Example: Length| Counter |...
@ebaauw @simont77 shouldnt be too difficult now adding this to fakegato and introducing a `room2` type and extending addEntry to consume a `voc` parameter (μg/m3). I'll see if I can...
Seems like the last few bytes of the data-stream are important as well, otherwise it won't display anything in the Eve app. Though I can't tell what they are good...
Some important additional learnings from using this in other projects: The PPB Values are only shown in conjunction with a temperature sensor which has to implement the `Characteristic.TemperatureDisplayUnits` Characteristic.
I've spent a few hours now looking into this, what's a tad more "reliable/speedy" than the increased timeout is a recursive call to establish the connection on error/timeout, but that's...
https://github.com/betaboon/aioairctrl still works. But because its using the observer pattern as opposed to continously poll. Big reason I had to switch to this library instead. At least if my memory...
The issue resolves itself when manually replacing the .framework files from Carthage with the .xcframework files from the release binaries. Could be something is off with the Carthage build scripts...
I did try that but the build ultimately failed and I haven't looked into it further (which may be because it was the Xcode beta). I figured this workflow was...
Thank you! Build command used is: `carthage bootstrap --use-xcframeworks --cache-builds --no-use-binaries --platform iOS` There you go: ```Create build description Build description signature: a91eff2f6555f95b6bde585d2e238cfa Build description path: [..]/Library/Caches/org.carthage.CarthageKit/DerivedData/14.0_14A5294e/appcenter-sdk-apple/4.4.3/Build/Intermediates.noindex/ArchiveIntermediates/AppCenter iOS Framework/IntermediateBuildFilesPath/XCBuildData/a91eff2f6555f95b6bde585d2e238cfa-desc.xcbuild warning:...