Search found 33 matches

by MikeRussell
Wed Apr 06, 2016 8:37 am
Forum: PC / Mac Apps
Topic: BCS 4.0 .NET API and BCS Temperature Logger
Replies: 60
Views: 273366

Re: BCS 4.0 .NET API and BCS Temperature Logger

very interesting! Could you run the following requests, then reply with responses, making sure to change 'BCS' in the url to your actual BCS's IP address or name: http://BCS:80/api/temp/0 http://BCS:80/api/temp/1 http://BCS:80/api/temp/2 http://BCS:80/api/temp/3 http://BCS:80/api/temp/4 Perhaps I've...
by MikeRussell
Tue Apr 05, 2016 2:30 pm
Forum: PC / Mac Apps
Topic: BCS 4.0 .NET API and BCS Temperature Logger
Replies: 60
Views: 273366

Re: BCS 4.0 .NET API and BCS Temperature Logger

Well I managed to take a little break from this project and finished quite a bit of work on my shop. If all goes well this week I may be able to brew next weekend! Has anyone else had a chance to test it or does anyone have additional feedback on this? I reviewed the prior messages regarding poll an...
by MikeRussell
Sun Mar 27, 2016 7:56 am
Forum: PC / Mac Apps
Topic: BCS 4.0 .NET API and BCS Temperature Logger
Replies: 60
Views: 273366

Re: BCS 4.0 .NET API and BCS Temperature Logger

I updated the first post with the most recent logger.
by MikeRussell
Sat Mar 26, 2016 8:28 am
Forum: PC / Mac Apps
Topic: BCS 4.0 .NET API and BCS Temperature Logger
Replies: 60
Views: 273366

Re: BCS 4.0 .NET API and BCS Temperature Logger

Here's another update which should get us a little closer. Broph I added some error handling so when requesting probe info from the BCS460 which don't exist, it should just continue cruising along instead of logging the error. Oakbarn I thought I found this the other day and fixed it but it clearly ...
by MikeRussell
Thu Mar 24, 2016 10:28 am
Forum: PC / Mac Apps
Topic: BCS 4.0 .NET API and BCS Temperature Logger
Replies: 60
Views: 273366

Re: BCS 4.0 .NET API and BCS Temperature Logger

Great suggestion, JonW! To answer your question, I was not aware of poll - is it hiding on http://www.embeddedcc.com/api-docs/ somewhere? That's what I used to create my basic test app. So far the .net API I wrote only has an object for TemperatureProbe based on the json response for /api/temp/x - d...
by MikeRussell
Thu Mar 24, 2016 10:01 am
Forum: PC / Mac Apps
Topic: BCS 4.0 .NET API and BCS Temperature Logger
Replies: 60
Views: 273366

Re: BCS 4.0 .NET API and BCS Temperature Logger

Ok, perfect, just as I suspected.

I will correct the scope of error handling so it is usable for BCS460 users. Sorry for the oversight!
by MikeRussell
Thu Mar 24, 2016 9:23 am
Forum: PC / Mac Apps
Topic: BCS 4.0 .NET API and BCS Temperature Logger
Replies: 60
Views: 273366

Re: BCS 4.0 .NET API and BCS Temperature Logger

You're all good! I just haven't been able to test on a 460 yet! :D
by MikeRussell
Thu Mar 24, 2016 8:30 am
Forum: PC / Mac Apps
Topic: BCS 4.0 .NET API and BCS Temperature Logger
Replies: 60
Views: 273366

Re: BCS 4.0 .NET API and BCS Temperature Logger

Hey Broph, thanks for giving it a try! Here's my hunch - are you on a BCS460 or 462? I bet the app is requesting http://192.168.1.122/api/temp/4 and getting a 404, parsing the response and throwing an exception. That exception message is written in place of all of the temperatures and thus, destroys...
by MikeRussell
Wed Mar 23, 2016 11:30 pm
Forum: PC / Mac Apps
Topic: BCS 4.0 .NET API and BCS Temperature Logger
Replies: 60
Views: 273366

Re: BCS 4.0 .NET API and BCS Temperature Logger

After a bit of debugging I have a new version available.

Major thanks to oakbarn for letting me test with his BCS.
by MikeRussell
Mon Mar 21, 2016 10:08 am
Forum: PC / Mac Apps
Topic: BCS 4.0 .NET API and BCS Temperature Logger
Replies: 60
Views: 273366

Re: BCS 4.0 .NET API and BCS Temperature Logger

I do indeed have an idea! I set the minimum value for delay to be 1 but in the default config it is still set at 0.

Here's the same release except with a fixed config file - alternatively you can change the 'delay' setting to 1 in the BCSNetExampleUI.exe.config file