Frank Steiler

Results 102 comments of Frank Steiler

Did you use any authentication credentials in your curl command? If not, I would try without authentication. In general the tool is asking for your API credentials (https://www.openhab.org/docs/configuration/restdocs.html#authentication). In my...

I'm getting conflicting messaging 😂 Is it currently working or not? Unfortunately I currently can't verify this due to two reasons: I'm running plain openHAB (so not sure if openhabian...

Hi @psyciknz , I think i found a logic issue in my code...since I have the same item for `targetHeatingCoolingState` (Which can be set to Heating, Cooling, Off and Auto)...

Because I've initially used the Pi for a different workload (which did not have 32bit support) - haven't had a reason to re-setup the device and install the 64bit version.

Great - wasn't sure if I'm doing something wrong or if this is not yet implemented - no worry :) I personally only use burner AppleIDs - so I would...

I've created https://github.com/Dadoum/Sideloader/pull/40 for your consideration to read the username/password from the environment.

Hey @foxt - great analysis (and btw thank you for the shoutout to my project in your readme!) Unfortunately I don't have access to an ADP account and trying to...

Thanks for your feedback - implemented basic 'support' - not sure if I understand it correctly though - someone with ADP enabled needs to test it I guess :D

@bokket I've ran into this when debugging - this is an api rate limit you should be good again in a couple of hours ;)

Hidden album network sync findings: Index Count: ``` -> https://p133-ckdatabasews.icloud.com/database/1/com.apple.photos.cloud/production/private/records/query {"query":{"recordType":"HyperionIndexCountLookup","filterBy":[{"fieldName":"indexCountID","comparator":"IN","fieldValue":{"value":["CPLAssetHiddenByAssetDate"],"type":"STRING_LIST"}}]},"zoneID":{"zoneName":"PrimarySync","ownerRecordName":"","zoneType":"REGULAR_CUSTOM_ZONE"}} ``` Files: ``` -> https://p133-ckdatabasews.icloud.com/database/1/com.apple.photos.cloud/production/private/records/query {"query":{"recordType":"CPLAssetAndMasterHiddenByAssetDate","filterBy":[{"fieldName":"direction","comparator":"EQUALS","fieldValue":{"value":"DESCENDING","type":"STRING"}},{"fieldName":"startRank","comparator":"EQUALS","fieldValue":{"value":0,"type":"INT64"}}]},"zoneID":{"zoneName":"PrimarySync","ownerRecordName":"","zoneType":"REGULAR_CUSTOM_ZONE"},"resultsLimit":2} ``` Unfortunately I'm currently quite busy, so I'm not sure when I'll get...