jim0020

Results 7 comments of jim0020

What's the status of this PR? I can confirm that the loadstart event callback receives my custom url in the event.url field, but an 'http://' is prepended like ```http://MyCustomUrlScheme://authorized?code=ABCDEFG``` Also...

If I rework the html to remove the page-break-after styling on the p element between the tables and instead put "page-break-before: always;" on the second table, it seems to work...

Just a reminder, as this cost me some time to figure out, you may need to find the correct modbus slave address to get this to work. `RenogyRover('/dev/ttyUSB0', 1) `...

Have you tried adjusting the slave address? I had to change it to get mine to work for some unknown reason. I temporarily changed the code to find the correct...

Is your test setup the same computer you run the working solarshed on? Make sure the serial port, /dev/ttyUSB4, is correct for your test setup.

Is this pull request going to get accepted? I'm having the same issue, monkey patching for now.

Having any Watchdog value at all kills the puma process every WatchdogSec's. Launch puma, watchdog kills it 10 seconds later. Puma relaunces, watchdog kills it. repaeat ad nauseum. It's due...