Markus

Results 108 comments of Markus

Ah sorry, found it, I'll write a bug report by https://www.dovecot.org/bugreport-mail/

Posted at https://dovecot.org/mailman3/hyperkitty/list/[email protected]/thread/XK4JVTAU3ECU25RKTSPLJ3BSVJJNEHN5/

Any news about this? Is it maybe possible to view the internal issue for me, so I can follow it myself?

> What version of the envoy firmware do you use? D7.6.358 > Do you know what encharge_capacity means? I think this is the storage capacity: 3.5kWh in this case. ---...

Sure, the important bits look like this: ```json { "meters": { "last_update": 1722325974, "soc": 100, "enc_agg_soc": 100, "enc_agg_energy": 10500, "acb_agg_soc": 0, "acb_agg_energy": 0, "pv": { "agg_p_mw": 1248663, "agg_s_mva": 1978937, "agg_p_ph_a_mw":...

Thanks for the information! I didn't know this is well defined behaviour, sorry for the noise. This can be closed then. --- The background for this issue is that a...

Same for me, updated nextcloud, logs get spammed with: ``` {"reqId":"GTcH49D7EMSTqa7fvp6R","level":1,"time":"2025.02.21 15:06:41","remoteAddr":"***","user":"***","app":"no app in context","method":"GET","url":"/ocs/v2.php/apps/notifications/api/v2/notifications","message":"Notification was not parsed by any notifier [app: suspicious_login, subject: suspicious_login_detected]","userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X...

:+1: This could also help to keep the call connected, even when it is in background for a longer time. E.g. connect to a call and lock the phone -->...

You can put this into your `ApplicationRecord` to make it always include the inheritance column globally: ```rb class ApplicationRecord < ActiveRecord::Base def serializable_hash(options = nil) return super(options) unless has_attribute?(self.class.inheritance_column) options...

One more information: I tried to run the go-fuse tests with `all.bash` – I had to comment out `go build ./...` – but there are a lot of errors. Not...