[App][Pro] Omnik

Working like a charm ! Some infos missing but the most important are there.

Thanks for this update. my omnik is now finally working :smiley:

@Sharlihe good to hear! I may be able to resolve the missing information. If you’d like, you can generate a diagnostic report for the device from the app settings and post it in a new GitHub issue. That would help me pinpoint the problem and determine whether the data is available.

@VyseExhale you’re welcome :+1:

v1.5.2 is now live

Diagnostic reports now run as a background task with live progress, so reports for slow or unreachable inverters no longer time out.

Hi @lucasvdh , here is my diagnostic code : d8546fa6-172f-4814-b7d3-17adec650547

Hi @Sharlihe, sorry, that was a bit vague of me.

I didn’t mean a Homey diagnostic report, that code only gives me crash logs and not what your inverter is actually returning. What I meant was the diagnostic report that’s built into the Omnik app’s own settings.

To find it: open the Omnik app in Homey and go into its settings/configure page. In the Homey app that’s More > Apps > Omnik > Configure or via my.homey.app under Apps > Omnik.

There’s a “Diagnostic report” page. Pick your inverter under the “Paired device” tab, hit Generate report, wait for it to finish, then Copy to clipboard. You’ll get a block of text, paste that into a new GitHub issue: https://github.com/lucasvdh/codes.lucasvdh.omnik/issues/new

That report actually probes the inverter (the binary protocol on port 8899 and the HTTP /js/status.js fallback) and shows me which values are coming back and which aren’t, which is what I need to track down the missing info. The HTTP password gets redacted automatically, the rest is just local network stuff.

Thanks!