Search found 33 matches

by MikeRussell
Tue Mar 15, 2016 9:54 am
Forum: PC / Mac Apps
Topic: BCS 4.0 .NET API and BCS Temperature Logger
Replies: 60
Views: 273834

Re: BCS 4.0 .NET API and BCS Temperature Logger

Argh! I thought I fixed that previously but must have slipped my mind. I set the default value and minimum to 1 - should be closer now.

EDITED - removed attachment as the included config file causes the application to crash immediately on launch
by MikeRussell
Tue Mar 15, 2016 8:24 am
Forum: PC / Mac Apps
Topic: BCS 4.0 .NET API and BCS Temperature Logger
Replies: 60
Views: 273834

Re: BCS 4.0 .NET API and BCS Temperature Logger

*facepalm* wow I never changed the default maximum on that control *facepalm*

Here you go!

Just out of curiosity has anyone tested the authentication?
by MikeRussell
Mon Mar 14, 2016 9:55 am
Forum: PC / Mac Apps
Topic: Datalogging / storing data
Replies: 17
Views: 50848

Re: Datalogging / storing data

Hey guys! I didn't want to keep hijacking this thread with updates to the temperature logger or API so I posted it here: http://forum.embeddedcc.com/viewtopic.php?f=13&t=2706 To paraphrase, I implemented some basic auth (hopefully it works for you JImram) - i need a little help testing so hopefu...
by MikeRussell
Mon Mar 14, 2016 9:50 am
Forum: PC / Mac Apps
Topic: BCS 4.0 .NET API and BCS Temperature Logger
Replies: 60
Views: 273834

Re: BCS 4.0 .NET API and BCS Temperature Logger

I received a few messages this weekend and found a spare moment on sunday - so it is about time for another update. One request was for a 'clear' button to make the UI a little cleaner. This button is disabled along with the rest while the app is probing for temperatures. Maybe disabling this is a b...
by MikeRussell
Thu Jul 16, 2015 12:22 pm
Forum: PC / Mac Apps
Topic: BCS 4.0 .NET API and BCS Temperature Logger
Replies: 60
Views: 273834

Re: BCS 4.0 .NET API

Awesome! Glad to hear others are interested in the same type of thing. I didn't spend any time looking around to see if anyone had started a similar api. I just wanted a quick and easy way of helping a buddy log temperatures from his BCS but it turned into this already. You can find the source for w...
by MikeRussell
Thu Jul 16, 2015 11:48 am
Forum: PC / Mac Apps
Topic: BCS 4.0 .NET API and BCS Temperature Logger
Replies: 60
Views: 273834

Re: BCS 4.0 .NET API

Oh awesome, that will make life (and code) a lot easier!

Thanks for the reply JonW!
by MikeRussell
Thu Jul 16, 2015 10:42 am
Forum: PC / Mac Apps
Topic: BCS 4.0 .NET API and BCS Temperature Logger
Replies: 60
Views: 273834

Re: BCS 4.0 .NET API

Thanks, brahn! I love to brew and I love to code - things like this just happen to come together sometime. You and another forum user have talked about Mac compatibility. Are there a large number of BCS users on Macs? I analyzed my other app (BCSTempLogger) with the Mono Migration Analyzer (MoMA) to...
by MikeRussell
Wed Jul 15, 2015 6:20 pm
Forum: PC / Mac Apps
Topic: BCS 4.0 .NET API and BCS Temperature Logger
Replies: 60
Views: 273834

BCS 4.0 .NET API and BCS Temperature Logger

Too long; didn't read? Just download the BCSTempLogger attachment Unzip and run the executable. If your BCS has the older v3 firmware, use the v3 temp logger below. While writing the temperature logger found near the end of this thread http://forum.embeddedcc.com/viewtopic.php?f=13&t=257 I foun...
by MikeRussell
Mon Jul 13, 2015 2:09 pm
Forum: PC / Mac Apps
Topic: Datalogging / storing data
Replies: 17
Views: 50848

Re: Datalogging / storing data

Thanks for taking the time to test it out and providing an update! Regarding the names, all I'm doing in code to get the probe information is making a GET request to http://bcs:port/api/temp/X where X is 0-7 - then I take the response and grab the value after 'name=BBQ' and put it into the grid. It ...
by MikeRussell
Tue Jun 30, 2015 3:11 pm
Forum: PC / Mac Apps
Topic: Datalogging / storing data
Replies: 17
Views: 50848

Re: Datalogging / storing data

Thanks for testing it out, Cyclops. Let's give this one a try; t's a bit of a hack but lets see what comes of it. I've chosen to implement this by polling probes 0-7 on the first temperature read. The grid headers should get updated with whatever was returned in the 'name' for each probe - or unchan...