Tobias Schwarz

Results 11 issues of Tobias Schwarz

Currently there is no way to tell if the MQTT connection is established or not. We should have a status indicator variable that reflects the MQTT server connection status so...

enhancement

I collected a couple of thousand notifications and tried to delete them. The application tries to stuff all ids into a get URL which does not work. I can't even...

bug

### Category Other ### Hardware T-Beam ### Firmware Version 1.3.40.e87ecc2 ### Description After doing a fresh install and setting the basics the node keeps crashing and rebooting with the backtrace...

bug

In the latest 1.3 release the android application lists meshtastic nodes within the same network connected via WiFi. It would also be interesting to allow a connection to a remote...

![image](https://user-images.githubusercontent.com/198902/187038864-dc508100-3df7-4cc7-a535-d9927ba6455b.png) Things to reproduce: `meshtastic --host foo.bar --info`

Hi Jan, any chance to add an automatic payout parameter for the headless mode? Something like "payout=10" where 10 would be a minimum of 10 iota. Or an empty parameter...

It would be really helpful to have a single "Table of Hardware" comparison at https://meshtastic.org/docs/hardware/devices/ showing information for all supported devices you can buy out of the box. The table...

Funny little game, however: ![image](https://user-images.githubusercontent.com/198902/75630794-e5dc0580-5bed-11ea-99ff-7e5bde437623.png) I managed to do it in 968 Moves. ;-) Maybe update the note on the finish screen. ;-)

From looking at the MQTT data and map of the global channel it looks like some nodes report their latitude, longitude and altitude as "0". ``` {"channelId":"LongSlow","gatewayId":"!a84c7038","packet":{"from":1230671069,"to":-1,"channel":177,"decoded":{"latitudeI":0,"longitudeI":0,"altitude":0,"batteryLevel":33,"time":1639753585},"id":1481766144,"rxTime":1639753583,"rxSnr":5.25,"hopLimit":1,"wantAck":false,"priority":"UNSET","rxRssi":-36}} ``` From looking...

The Overpass-API enforces rate-limits. When rebuilding challenges this often results in a "Too Many Requests" error message: ``` Too Many Requests: OSM3S Response The data included in this document is...