Questions tagged [freeboard]

A free open-source alternative to Geckoboard.

22 questions
0
votes
1 answer

how to write if condition in javascript , if 1 it should show granted if 0 it should show denied

I'm using freeboard. I cloud platform where I'm adding my API and getting results in charts. I have an API which gives the values 1 and 0 but I need to show granted and denied instead of 1 and 0. There is an option to write is in the data sources…
Swapna
  • 403
  • 3
  • 6
  • 24
0
votes
2 answers

how to convert object data into json format so tha jqplot can generate charts?

My data is coming in following format from google spreadsheet: Object {reporttime: "04-09-2016 0:00", msisdn: "9987579170", city: "NOIDA", product: "Advantage3000", ceiindex: "85"…} I want to convert above data into json format, e.g.: [[    …
Laxmikant sahu
  • 73
  • 1
  • 14
0
votes
1 answer

Arduino Freeboard.io connection via PubNub

I am trying to send RGB led values to freeboard.io via PubNub. I am sequentially sending R B G values in loop through Arduino but it always misses the middle one. It sends R but after that goes G value than now its time for R but this time B is…
0
votes
2 answers

I can`t connect from Node-RED to Freeboard.io using JSON

I trying to create a freeboard dashboard. I have a Arduino with four sensors that send their informations by mqtt. So, I on Node-RED I gen a JSON to response get request in /saida. [{"id":"3f699b5.c91f064","type":"http…
0
votes
3 answers

Bluemix Application Freeboard on Node-RED not Saving

I've created a bluemix application that is using Node-RED to process my IoT sensors and I'm trying to use Freeboard as a dashboard. Only problem is the "Save Freeboard" button does nothing. Any insight on how to fix this?
jdistler
  • 27
  • 5
0
votes
1 answer

Panes/Widget interaction

Good morning, I am about to build a dashboard and I am evaluation the Freeboard product that from a first look really amaze me! I have a couple of questions to which I could not find answers in the docs: Is it foreseen any kind of…
-2
votes
1 answer

how do php scripts for data mining from web pages work?

[Edited for better explanation and code included] Hi! I have a php script on my web server that logs in to my heat pump web interface nibeuplink.com and gets all my temperature readings and so forth and returns them in a json-format. freeboard.io…
1
2