Denis Paavilainen

Results 88 comments of Denis Paavilainen

Hi, thanks for the feedback! Did you publish config file, as mentioned in [documentation](https://laravel-bitcoinrpc.denpa.pro/docs/install/#publishing-config)? This can be done, by running following command: ```php artisan vendor:publish --provider="Denpa\Bitcoin\Providers\ServiceProvider"``` in your project directory...

Hi! Thanks for the heads up. This is related to #37 Something probably changed in the way laravel handles configuration for Laravel 8. Sadly I'm nowhere near working laravel instance...

Sorry for long wait, was not been able to spend any time on this project lately. Glad that you've been able to sort the problem with different library. I'll take...

Thank you for the feedback! I'll see what I can do to change exception handling on the weekends. PR would be awesome too! Sorry for inconvenience that it caused.

Thank you for your feedback! This client accepts only **standard php arrays** as parameters ($payments and $addresses in this case) and doesn't support json strings at all. Please use php...

From your diagnostics the issue is not related to the integration, but to the PyPlumIO library, which handles low-level protocol. From a few cues, such as incorrect fuel level, missing...

Just so that I have somewhere to start, could you please elaborate if there any errors, when trying to set water heater schedule using `set_schedule` service or it just silently...

This is not good :( If you still want to help and know how to run arbitrary python scripts, could you please run one below and send me `schedules.json` file...

It doesn't send it to me, it simply writes it to the file named `schedules.json` next to the script itself. If you managed to run the script, please send me...

Thank you very much for your help! I'll plug this data into a test case and try to rewrite decoder until it matches this for heating schedule: > This is...