ChrisThomas
Well-Known Member
That's what I'm thinking, that is, ThingSpeak issue, but so far can't locate what it is. I'll keep reading...
Well, I'm not saying "issue" but I think something changed.
Just a quick look - I don't see that the URL changed but there is a new TOU agreement. HAve you logged in there lately? Maybe your account is flagged to accept that?
Yes, Brew Bubbles is supported by BrewFlasher Web Edition!I just released my latest project - BrewFlasher Web Edition! Flash BrewPi-ESP8266 (amongst other projects!) to your controller, straight from your web browser.
This project took all the magic of BrewFlasher, and stuck it in a web app. Flash any ESP8266/ESP32 firmware supported by BrewFlasher, straight from your web browser. No downloads needed.
BrewFlasher Web Edition is available at: BrewFlasher Web Edition
The code is open source, and is available at GitHub.
Note - Due to the APIs required, BrewFlasher Web Edition only works in recent desktop versions of Google Chrome, Microsoft Edge, and Opera. If you don't use one of those browsers, try BrewFlasher desktop edition instead.
Well if YOU don't know....Hell if I know!Lemme look ....
Are you talking about a "Generic HTTP Target?" That doc section shows you the payload, The target string is a full url like "http://hasst.local/brewbubbles/" (or whatever you want to call it.) It's set in "URL Target Settings." There's some additional information in that part of the doc.
(Incidentally, I found your name in the source code.)
If all that is taken care of, you might be able to see something in the serial log. There should be enough of a clue there to figure out what's going on.
So BB is talking, but I'm not listening, or I'm listening to the wrong thing?2023-01-29T16:41:20Z V: Triggered URL Target push.
2023-01-29T16:41:20Z V: Host lookup: 192.168.20.197.
2023-01-29T16:41:20Z V: Resolved host 192.168.20.197 to IP 192.168.20.197.
2023-01-29T16:41:20Z N: Posting to: 192.168.20.197
2023-01-29T16:41:20Z V: Connecting to: 192.168.20.197 at 192.168.20.197 on port 80
2023-01-29T16:41:26Z W: Connection failed, Host: 192.168.20.197, Port: 80 (Err: 0)
2023-01-29T16:41:26Z E: URL Target post failed.
There is not currently an endpoint dedicated for any generic use. There is one used to supply information to the index page, however. Here's the JS in index,.htm that does the GET to Brew Bubbles:So, after lots of anti-alcohol. Using RESTer on my laptop and doing a GET to the IP address of BB I get the HTML code. So I'm guessing I need to GET a different port or endpoint?
That looks like whatever you have chosen as your target is not listening.When I telnet to BB I get the following at the timing specicied in the target frequency.
2023 and still no issues to fix!
... this is good, because newer versions of the libraries in Keg Kop have been giving me fits.
User HoldMyBeer has entered the chat :D
/kick HoldMyBeer
could make it stop working.You can look at that and see the endpoint is /bubble/ so hit that and you will see the JSON returned. I will warn you that since this is not a "published" API, I reserve the right to change it at any time and not consider it a breaking change. Given how often I have had to make changes, you should be safe.
The path I set in BB for the URL Target is, http://IP:8123/api/webhook/brewbubbles2023-01-29T16:41:20Z V: Triggered URL Target push.
2023-01-29T16:41:20Z V: Host lookup: 192.168.20.197.
2023-01-29T16:41:20Z V: Resolved host 192.168.20.197 to IP 192.168.20.197.
2023-01-29T16:41:20Z N: Posting to: 192.168.20.197
2023-01-29T16:41:20Z V: Connecting to: 192.168.20.197 at 192.168.20.197 on port 80
2023-01-29T16:41:26Z W: Connection failed, Host: 192.168.20.197, Port: 80 (Err: 0)
2023-01-29T16:41:26Z E: URL Target post failed.
Yes.Have I at last appeared at the right tree to bark up?