Coder Social home page Coder Social logo

hive's People

Contributors

apitronics-user avatar detect avatar lpmi-13 avatar lthiery avatar rjcorwin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

hive's Issues

./utils/install-test-bee needs update for automation branch?

Hi guys - I'm checking out the new functionality behind Device and DeviceDefinition and after running through the new install process that inserts Device Definitions and then running ./util/install-test-bee and ./util/install-test-data I get the feeling they might need updating to work correctly.

egg/new needs to not create duplicates

A bee might identify itself multiple times if it ever gets power cycled, effectively hitting port 125 at egg/new with:
{"sensors": ["0x02", "0x02", "0x02", "0x02", "0x02", "0x02", "0x02", "0x02"],"address":"A"}

If there exists a Bee with the same address and the same sensors, that Bee and corresponding sensor databases should not be recreated.

What happens when a bee with an existing address has different sensors? A way of "retiring" the previous sensors without deleting their existence would be necessary, so that incoming honey packets can be treated properly but so that historical data is not lost.

Tweaks for Sensor Listing Page

  • could header row (label | recent readings) be removed? seems self-explanatory
  • could [edit] be made more subtle?
  • can we constrain the displayed sensor data to only be two decimals?

when convert many time strings to unixtimestamp, i get 10% percent records converted wrong

I have a table of 2 millions reconds with column name time1, the record is like"2017-10-30 11:11:11", when i use "select time1, unix_timestamp(time1) as time1unix from xx", I found i get much the datetime string row records converted right, but there are some wrong converted.
At first , I think the unix_timestamp function is not thread-safe, then I write a user-defined function with thread-safe, but I get some wrong converted also, thougth not the same wrong order with unix_timestamp function.
I find this error , because my record is sorted, then i use the unix_timestamp(time1) records , it's not.
Can anyone tell me why?

If Label for Recipes left Blank, Uneditable Recipe

From Daniel on the forums:
I fired up my first bee and tried setting up a couple of Recipes for the on-board temperature and battery level (currently don't have anything else connected). Unfortunately, on one, I forgot to enter a label. Now I have a recipe with a blank label which Is enabled but I can no longer select. It would be helpful for the Hive to enforce a default label name or otherwise have a way to pick the unlabeled receipe. And yes, any help getting rid of the blank receipe would be helpful.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.