ioBroker / AdapterRequests

This Place is used to track the status of new Adapter-Requests.
248 stars 36 forks source link

Zendure SolarFlow Adapter #849

Closed DeathForce07 closed 2 months ago

DeathForce07 commented 10 months ago

What kind of device or service would you like to see an adapter for? Zendure SolarFlow Speicher für Balkonkraftwerke

Is the device connectsed to the internet or only available on a local network? Internetverbindung über WLAN

Is an official App or Website available? Es gibt scheinbar bereits eine API

Is an official API including documentation available? https://github.com/Zendure/developer-device-data-report

Additional context Wäre Super wenn man die bereits angebotenen Datenpunkte auslesen könnte. :)

nograx commented 7 months ago

Is in the works by me, still habe to learn a lot because I'm new at developing iobroker adapters. My first attempts seems to work. @Apollon77 Please assign me.

mcm1957 commented 7 months ago

Thanks for spending your time to develop an ioBroker adapter,

Please feel free to ask for support whenever you feel the nedd for it.

I suggest to join out telegram goups (mirrored to discord too)

https://t.me/+gsX-e8k4mLtmZjZk - iobroker development starters (german) https://t.me/ioBroker_development (german) https://t.me/ioBroker_dev_en (english)

Please add some comment stating why you are atending after joining (i.e. 'Hi, I plan ti develop adpter xyz') to avoid to be kicked out as spam bot due to no reaction.

Feel free to ping me for assistance. If you wish, I can perform a quick scan over an adaptercode to check for obvious thinks to adapt befor listing an adapter to out repositories.

mcm1957

nograx commented 6 months ago

Hi,

the adapter is available as a alpha test via npm or github.

Npm: https://www.npmjs.com/package/iobroker.zendure-solarflow Github: https://github.com/nograx/ioBroker.zendure-solarflow

if possible take some time to submit Feedback in the official ioBroker forum: https://forum.iobroker.net/topic/69579/test-adapter-zendure-solarflow/3?_=1698844263203

Kind regards, Peter

DutchmanNL commented 6 months ago

the adapter is available as a alpha test via npm or github.

looks good thank you ! Small advice: I would prefer to use extendObject instead of setObject not exist for object/state creations as that also allows you if things are changed to update the current objects.

SetObjectNotExist would only be executed once, if you change attributes people need to delete the adapter states

nograx commented 6 months ago

Thanks for Info, will change that!

mcm1957 commented 5 months ago

Latest PR: https://github.com/ioBroker/ioBroker.repositories/pull/2834

mcm1957 commented 2 months ago

Repo: https://github.com/nograx/ioBroker.zendure-solarflow

adapter has been released to lates repository.

Please create an issue at the adapter repository if you encounter a problem or want to suggest a new feature.