lupus78

Results 14 issues of lupus78

I'm using the app to sync to MQTT and consume it with HA (I don't have a supervised install). Data is coming from, but the logs are full of these...

I'm running the app with this command on a raspberry pi 4: ``` ./GoSungrow mqtt sync > output.log 2>&1 & ``` It works fine, but after a few hours the...

@pjalocha in this commit https://github.com/pjalocha/esp32-ogn-tracker/commit/48063e376bc34e07c1ebaa0ce00385e8833a5454 , the new line was removed from the end of the APRS package line in `main/ogn1.h`, resulting in export with one line only. Can we...

I think we would be better of having some of the defines from config.h transform into parameters. This way user can edit them in runtime and not baked in at...

I think having the altitude flip between Meter and Feet is confusing. Also the current code breaks if you set that page to be initial, because isFeet relies on the...

I was able to compile for TBEAM v10 with WITH_AP, WITH_WIFI and WITH_HTTP options. Ctrl+C on monitor shows me the APname and empty APpass but I can't see the wifi...

I am trying to complie for TBEAM v10 with FANET option, but it won't compile. First issue is at rf.ccp:465, there is a typo brek; instead of break; That's an...

Hey, anyone else has experienced bluetooth connection droped? I get this error message in the console: `W (485184) BT_RFCOMM: port_rfc_closed RFCOMM connection in state 2 closed: Peer connection failed (res:...

Pawel, I have figured out from the code that the pressure is only taken about twice a second to be in sync with the GPS signals, and also the slope...

Pawel, am I right that you can not send configuration commands via the Bluetooth Serial interface? I tried but no effect. See the attached screenshot, $POGNS,Verbose=0 should turn off the...