# Beebotte. Nothing showing on channel or dashboard

**URL:** https://discourse.nodered.org/t/beebotte-nothing-showing-on-channel-or-dashboard/69476
**Category:** General
**Tags:** mqtt
**Created:** [24 October 2022 09:03 UTC](https://discourse.nodered.org/t/beebotte-nothing-showing-on-channel-or-dashboard/69476 "2022-10-24T09:03:49Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![Richard238](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/richard238/32/48307_2.png) [@Richard238](https://discourse.nodered.org/u/Richard238)
#### Post date: [24 October 2022 09:03 UTC](https://discourse.nodered.org/t/beebotte-nothing-showing-on-channel-or-dashboard/69476/1 "2022-10-24T09:03:49Z")

</div>

I am looking for an inexpensive or free cloud based MQTT broker, found Beebotte.

I built a simple Pi CPU temp flow. Debug shows temp OK, but there's nothing showing at the Beebotte end.  
MQTT node shows disconnected when flow initiated, is that normal behaviour?

```auto
[{"id":"c09fa8b6a33f5ce7","type":"tab","label":"Flow 2","disabled":false,"info":""},{"id":"f9c23d23.c8c24","type":"exec","z":"c09fa8b6a33f5ce7","command":"vcgencmd measure_temp","addpay":false,"append":"","useSpawn":"false","timer":"","winHide":false,"oldrc":false,"name":"Raspberry CPU Temperature","x":440,"y":60,"wires":[["a0ad4644.0efbf8"],[],[]]},{"id":"a0ad4644.0efbf8","type":"function","z":"c09fa8b6a33f5ce7","name":"Extract CPU Temp","func":"const re = /^temp=(.*)'C$/gm;\nmsg.payload = Number(msg.payload.replace(re, '$1'));\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":810,"y":40,"wires":[["8317134.cff18f","1447e421761f79c5"]]},{"id":"a97d78fc.40c268","type":"inject","z":"c09fa8b6a33f5ce7","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"60","crontab":"","once":true,"onceDelay":0.1,"topic":"","payloadType":"date","x":150,"y":60,"wires":[["f9c23d23.c8c24"]]},{"id":"8317134.cff18f","type":"debug","z":"c09fa8b6a33f5ce7","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":1070,"y":140,"wires":[]},{"id":"1447e421761f79c5","type":"mqtt out","z":"c09fa8b6a33f5ce7","name":"cputemp","topic":"cputemp","qos":"","retain":"true","respTopic":"","contentType":"","userProps":"","correl":"","expiry":"","broker":"8e908f158b20c915","x":1070,"y":340,"wires":[]},{"id":"8e908f158b20c915","type":"mqtt-broker","z":"c09fa8b6a33f5ce7","name":"","broker":"mqtt.beebotte.com","port":"1883","clientid":"","usetls":false,"protocolVersion":"4","keepalive":"0","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","birthMsg":{},"closeTopic":"","closeQos":"0","closePayload":"","closeMsg":{},"willTopic":"","willQos":"0","willPayload":"","willMsg":{},"sessionExpiry":"","credentials":{}}]

```

The Beebotte API and Secret Key are not used anywhere.  
Is it correct that you only use the Beebotte channel token as security, in the MQTT node username filed?

Thank you.

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [24 October 2022 10:12 UTC](https://discourse.nodered.org/t/beebotte-nothing-showing-on-channel-or-dashboard/69476/2 "2022-10-24T10:12:30Z")

</div>

Have you read thru the [Beebotte MQTT Support](https://beebotte.com/docs/mqtt)?

---

<div class="post-metadata">

### Author: ![Richard238](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/richard238/32/48307_2.png) [@Richard238](https://discourse.nodered.org/u/Richard238)
#### Post date: [24 October 2022 10:22 UTC](https://discourse.nodered.org/t/beebotte-nothing-showing-on-channel-or-dashboard/69476/3 "2022-10-24T10:22:30Z")

</div>

Yes, and in combination with reply 6 in [this thread](https://discourse.nodered.org/t/asking-for-help-with-public-mqtt-brokers-which-one/66987/5) I thought I'd done everything required.

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [24 October 2022 10:38 UTC](https://discourse.nodered.org/t/beebotte-nothing-showing-on-channel-or-dashboard/69476/4 "2022-10-24T10:38:31Z")

</div>

Can you take a screen shot of your MQTT node's configuration as is shown in the writeup by @dynamicdave like he shows in step four.

Make sure to obfuscate the username in the 'Security' tab image. If you don't want to show the images in public, you can send them directly to me by clicking on my name and sending a message.

---

<div class="post-metadata">

### Author: ![Richard238](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/richard238/32/48307_2.png) [@Richard238](https://discourse.nodered.org/u/Richard238)
#### Post date: [24 October 2022 10:45 UTC](https://discourse.nodered.org/t/beebotte-nothing-showing-on-channel-or-dashboard/69476/5 "2022-10-24T10:45:32Z")

</div>

Hope this is what you're looking for. I included debug to show it's working to some extent.

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/c/c/cca41ad51d83aa158bd28372ab6f78ea7b063457.png)

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/f/9/f98a4ce2945f401353b90efb2c66b67a5b425bd1.png)

Security with token redacted

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/b/2/b2318e0c0653de3d8bef0571d460d9b484982368.png)

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [24 October 2022 11:03 UTC](https://discourse.nodered.org/t/beebotte-nothing-showing-on-channel-or-dashboard/69476/6 "2022-10-24T11:03:43Z")

</div>

Yes that is what I wanted to see. Does the mqtt node show that it is connected or disconnected?

I'm going to play with this but I've promised my wife I'd take her out for breakfast so it will be an hour or two before I get back to you.

---

<div class="post-metadata">

### Author: ![Richard238](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/richard238/32/48307_2.png) [@Richard238](https://discourse.nodered.org/u/Richard238)
#### Post date: [24 October 2022 11:08 UTC](https://discourse.nodered.org/t/beebotte-nothing-showing-on-channel-or-dashboard/69476/7 "2022-10-24T11:08:16Z")

</div>

It shows connected, but as soon as I trigger the flow, it shows disconnected for a few seconds before showing connected again.

From node-red-log

```auto
24 Oct 12:09:10 - [info] Started flows
24 Oct 12:09:10 - [info] [mqtt-broker:BB1] Connected to broker: mqtt://mqtt.beebotte.com:1883
24 Oct 12:09:16 - [info] [mqtt-broker:BB1] Disconnected from broker: mqtt://mqtt.beebotte.com:1883
24 Oct 12:09:31 - [info] [mqtt-broker:BB1] Connected to broker: mqtt://mqtt.beebotte.com:1883

```

Enjoy your breakfast, and thank your for your help! 🙂

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [24 October 2022 11:13 UTC](https://discourse.nodered.org/t/beebotte-nothing-showing-on-channel-or-dashboard/69476/8 "2022-10-24T11:13:53Z")

</div>

Is your topic the name of your channel in Beebotte? if not try using that

---

<div class="post-metadata">

### Author: ![Richard238](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/richard238/32/48307_2.png) [@Richard238](https://discourse.nodered.org/u/Richard238)
#### Post date: [24 October 2022 11:19 UTC](https://discourse.nodered.org/t/beebotte-nothing-showing-on-channel-or-dashboard/69476/9 "2022-10-24T11:19:29Z")

</div>

Ah, now that seems to keep it connected, but still nothing at the BB end.

Here's a [link](https://beebotte.com/dash/f62c6ae0-5318-11ed-aff5-19489407b7b2?shareid=shareid_Ne7yNDuaRa6qyoiQ) to the BB dashboard

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [24 October 2022 13:20 UTC](https://discourse.nodered.org/t/beebotte-nothing-showing-on-channel-or-dashboard/69476/10 "2022-10-24T13:20:24Z")

</div>

Add a mqtt-in node with the same information and attach a debug node to it. Then you can see if the data is being sent

---

<div class="post-metadata">

### Author: ![Richard238](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/richard238/32/48307_2.png) [@Richard238](https://discourse.nodered.org/u/Richard238)
#### Post date: [24 October 2022 13:40 UTC](https://discourse.nodered.org/t/beebotte-nothing-showing-on-channel-or-dashboard/69476/11 "2022-10-24T13:40:05Z")

</div>

That would seem to be OK  
 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/8/2/822e407e435108aea12c7bec3c9b92a0e2581963.png)

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [24 October 2022 14:15 UTC](https://discourse.nodered.org/t/beebotte-nothing-showing-on-channel-or-dashboard/69476/12 "2022-10-24T14:15:43Z")

</div>

Well that is good, the msg is being sent to BeeBotte and received back. So your issue is doing something on BeeBotte.

What did you setup on BeeBotte to display a graph?

---

<div class="post-metadata">

### Author: ![Richard238](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/richard238/32/48307_2.png) [@Richard238](https://discourse.nodered.org/u/Richard238)
#### Post date: [24 October 2022 14:25 UTC](https://discourse.nodered.org/t/beebotte-nothing-showing-on-channel-or-dashboard/69476/13 "2022-10-24T14:25:20Z")

</div>

Here are my Beebotte settings

Channel:

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/2/8/28f888103722a90cdd244066053af544aa7b03ed.png)

Dashboard:

 ![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/b/4/b4d5e1921520f195c9c210743609407abcd61fcd.png)

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [24 October 2022 14:57 UTC](https://discourse.nodered.org/t/beebotte-nothing-showing-on-channel-or-dashboard/69476/14 "2022-10-24T14:57:16Z")

</div>

I've been playing with the BeeBotte dashboard and I also have not been able to get the graph to display.

---

<div class="post-metadata">

### Author: ![Richard238](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/richard238/32/48307_2.png) [@Richard238](https://discourse.nodered.org/u/Richard238)
#### Post date: [24 October 2022 14:59 UTC](https://discourse.nodered.org/t/beebotte-nothing-showing-on-channel-or-dashboard/69476/15 "2022-10-24T14:59:21Z")

</div>

That's interesting in itself, hopefully someone else will pick up on this.

It's a shame Beebotte have no support forum of their own :-/

I wonder how much more user-friendly cloudmqtt is for $5 a month?  
I do really though need to keep this as cost free as possible.

Thank you for your help.

---

<div class="post-metadata">

### Author: ![dynamicdave](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dynamicdave/32/96_2.png) [@dynamicdave](https://discourse.nodered.org/u/dynamicdave)
#### Post date: [24 October 2022 17:16 UTC](https://discourse.nodered.org/t/beebotte-nothing-showing-on-channel-or-dashboard/69476/16 "2022-10-24T17:16:03Z")

</div>

I have a number of Beebotte channels that work just fine.  
@zenofmud and myself have shared data, via Beebotte, for a number of our projects.  
They are mostly weather station readings that are taken every 15-mins, so well within the daily BB limit.

I must admit I've not tried to "see" the results of posting data to the BB dashboard.

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [24 October 2022 18:17 UTC](https://discourse.nodered.org/t/beebotte-nothing-showing-on-channel-or-dashboard/69476/17 "2022-10-24T18:17:10Z")

</div>

Ohhh, I made a tiny bit of progress

When defining the Widget (a gauge) I had to specify the Channel and a Resource. In this case I set the Resource to 'data'. y Channel is 'wsremote'.  
In the MQTT-out object I then used a topic 'wsremote/data' and got the following result.

 ![Screen Shot 2022-10-24 at 2.08.21 PM](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/5/2/52916d7ba38151a2f1a293d12aac1c176b3ad056.png)

As you can see it is showing [object Object] but I'm note sure what that means 😕

---

<div class="post-metadata">

### Author: ![dceejay](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dceejay/32/38_2.png) [@dceejay](https://discourse.nodered.org/u/dceejay)
#### Post date: [24 October 2022 18:29 UTC](https://discourse.nodered.org/t/beebotte-nothing-showing-on-channel-or-dashboard/69476/18 "2022-10-24T18:29:02Z")

</div>

The gauge can only use the payload as a number

---

<div class="post-metadata">

### Author: ![zenofmud](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/zenofmud/32/316_2.png) [@zenofmud](https://discourse.nodered.org/u/zenofmud)
#### Post date: [24 October 2022 19:34 UTC](https://discourse.nodered.org/t/beebotte-nothing-showing-on-channel-or-dashboard/69476/19 "2022-10-24T19:34:09Z")

</div>

Problem is I sent a number. And I have an MQTT-in node the shows it as a number.

This gauge is on a BeeBotte dashboard, not a NR dashboard.

---

<div class="post-metadata">

### Author: ![dceejay](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/dceejay/32/38_2.png) [@dceejay](https://discourse.nodered.org/u/dceejay)
#### Post date: [24 October 2022 19:35 UTC](https://discourse.nodered.org/t/beebotte-nothing-showing-on-channel-or-dashboard/69476/20 "2022-10-24T19:35:15Z")

</div>

ah right - over to them then :-)...

[Next page](https://discourse.nodered.org/t/beebotte-nothing-showing-on-channel-or-dashboard/69476.md?page=2)
