question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can this pull from MQTTS?

See original GitHub issue

A few details I found from serial console that smarter people might know what to do with it. Feel free to delete if not relevant.

Snippets…

MQTTComms: MQTT Server Configured: mqtts://a2poo8btpqc3gs-ats.iot.us-east-2.amazonaws.com:8883

MQTTComms: MQTTComms_PublishBinaryReadings Topic: $aws/rules/prodIngestBinaryToSQS/prod/binary/$SERIAL/meter

MQTTComms: TOPIC=prod/minions/emporia/ct/v1/$SERIAL/cmd
MQTTComms: DATA={"cmd":"set","live_meter_updates":60}
MQTTComms: DATA={"cmd":"query_debug"}

MQTTComms: SUBSCRIBE to topic prod/minions/emporia/ct/v1/broadcast/cmd
MQTTComms: SUBSCRIBE to topic prod/minions/emporia/ct/v1/broadcast/fw
MQTTComms: SUBSCRIBE to topic prod/minions/emporia/ct/v1/broadcast/verify

http://fwsrv.emporiaenergy.com:21100

plus two plain text certs and one RSA private key pulled from esptool bin backup.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:16 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
crlogiccommented, Aug 19, 2021

Someone who I’ll call 312 has been poking as well.

I2c between the ESP & SAMD

SAMD Pins to ESP Pins:

Pin 19 to Pin 13 (IO14) Pin 18 to Pin 11 (IO26) Pin 16 to Pin 33 (IO21) Pin 15 to Pin 36 (IO22)

Need to decipher encoding… type, len, data

“2a 19 100b210080a9c484040041310000e0f3aa4fc5403d9352c043 2a 14 08ab07100b1d10474f422d3564d7403d9829c043”

On Thu, Aug 19, 2021 at 6:15 PM Sean @.***> wrote:

Have you determined which lines of the ESP32 are connected to the SAMD? I’m working on reversing this, the project started out as an easy AnalogRead of the expanders from the esp32 … nope 😦 I’ve pulled a dump of the esp32 firmware (easy), but the samd is possibly above my pay grade as well for reversing.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/magico13/PyEmVue/issues/23#issuecomment-902287227, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASNI46ZA3KS6EU4BAIORMLT5V7BJANCNFSM5BDELLKA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

0reactions
magico13commented, Nov 22, 2022

Doing some issue cleanup so I’m closing this out. For anyone who stumbles upon this issue in the future, I definitely recommend checking out @flaviut’s gist on flashing ESPHome for local access https://gist.github.com/flaviut/93a1212c7b165c7674693a45ad52c512

Read more comments on GitHub >

github_iconTop Results From Across the Web

Last Will and Testament - MQTT Essentials: Part 9 - HiveMQ
An ungraceful disconnect can occur due to loss of connection, empty batteries, or many other reasons. Knowing whether a client disconnected ...
Read more >
Beginners Guide To The MQTT Protocol
The MQTT protocol is ideal for M2M communication on IOT networks. In this tutorial you will learn about the different MQTT versions, how...
Read more >
Home Assistant MQTT Install and Setup - A Beginner's Guide
MQTT and Home Assistant are extremely powerful when paired together and can be used on a wide range of applications, but what is...
Read more >
Will data be pushed or do I need to pull? #67 - GitHub
Installed WeConnect-mqtt and configured a MQTT broker. Do I need to pull data from this client or is it pushed by the client....
Read more >
Running the eclipse-mosquitto MQTT Broker in a docker ...
Mosquitto can be installed natively on Windows, Mac and Linux. ... First, pull the latest image from Dockerhub: % docker pull eclipse- ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found