Rob
Rob
I did get a single value for current power once, but no updates after that. Growatt refreshes the data every 5 minutes, but I see you have `interval = 60`...
Please reconsider accessing the Growatt server every minute, which means 5x as much requests compared to the current implementation. (it might cause Growatt to get even more defensive about third-party...
Created #222 to fix the Growatt server login issue.
Created #222 to fix the Growatt server login issue.
Authorization succeeds if you use your own API key and shared secret instead of the ones included in `Url.class.php`. You can request them here: https://www.rememberthemilk.com/services/api/keys.rtm
I might have a slightly related issue: * I get the same warnings / timeouts when updating Node packages via [topgrade](https://github.com/topgrade-rs/topgrade) (which uses `pnpm`) * `pnpm` on the command line...
Using 0.5 alpha does indeed work, but makes the cursor harder to see. I would prefer the BEAM cursor, but that fails. This is what I try: ``` t.prefs_.set('cursor-shape', 'BEAM');...
> PAGE_RULES are going away Thank you for notifying! I'm going to convert my three page rules into redirect rules (in the Cloudflare web interface). I will be a bit...
Finally had time to try this, but all the patterns in my rules are (currently?) not supported? ``` domain.tld/.well-known/* -> https://social.domain.tld/.well-known/$1 domain.tld/users/* -> https://social.domain.tld/users/$1 domain.tld/@* -> https://social.domain.tld/@$1 ``` So they...
Additionally, I'm getting these errors for domains that don't have any redirects: ``` ERROR Error getting corrections (cloudflare): failed fetching redirect rule list cloudflare: could not find entrypoint ruleset in...