I’m building a basic beehive monitoring project using The Things Uno. Anticipate monitoring around two hives collecting data hourly such as temperature, humidity, weight and (eventually) status based on machine learning analysis of captured audio. Maybe a few more but unlikely to get beyond five.
While the amount of data will be minimal, dashboarding to spot trends will be useful. So far I’ve tried a few solutions but either too complex or being deprecated this month:
Node-Red: Just too complex
Things Board: looked promising but ultimately just too complicated for my application
MQTT Dashboard: best description is probably rather confusing
my IoT open Tech: instructions on both TTN and their site seem out of date. CONFIGURACIÓN just brings up a details page rather than the ACTIVOS Y DISPOSITIVOS view in the docs…
Cayenne: looked perfect, started to refactor my payloads in LPP format only to discover that both TTN and Cayenne’s documentation is out of date and tucked away in a forum is mention that it’s being deprecated later this month!
Ideally, I’m looking for recommendations for a simple to use dashboard that can show historical data / trends. Potentially raise alerts (for example, weight suddenly zero) or even better on trends (weight drops by 2kg compared with the previous day indicating potential swarming). Icing on the cake would be cloud based with free for research / low data count.
I’d be grateful for any recommendations as I feel like I’ve wasted a lot of time I could have spent finalising the hardware (initial version didn’t survive first contact with bees!).
Dear @benjamindonnachie I could help you with the my IoT open Tech problem.
Following the doc you should see the “Activos y dispositivos” panel, as in this image:
Please, could you attach an screenshot of the details page you are getting?
Was always my go to if I needed something quick and dirty - just worked and even handled many devices where there was no immediately available decoder for insertion on TTN - e.g. the original Semtech/iMST LoRa MOTE/LoRaMOTE II, decoded directly on cayenne vs using decoder in TTN Application - didnt need much by way of documentation as was often a ‘follow your nose’ solution that was quite intuitive. But sadly as you say they announced at start of the month that the community vs commercial version is going EOL in just a few weeks… otherwise I would have dropped onto this thread to recommend when you 1st asked. Note whilst many criticise CLPP as not being the most efficient it just worked and is quite intuitive/straight forward and the format is often supported by other platforms so you may not need to modify any devices if set for CLPP depending on where you settle…
…Personally I will consult the Oracle for finding new home ( paging Nick!!!) @descartes that is ‘easy’ for us non-softies
For a very basic data plotting chart I used a time ago Dygraphs. A small PHP script received the data and wrote it to a *.txt file on the server. Dygraphs even doesn’t need any database but is a nice but basic plotting sysem.