Martin M.
Martin M.
> Ich habe das für den webcal adapter und Google auch gemacht, ist aber sehr aufwendig. Irgendwo habe ich gelesen, dass man für io roker was allgemeines machen will, um...
Guide for OAUTH2 implementation can be found here: https://github.com/ioBroker/ioBroker.admin/blob/master/packages/jsonConfig/OAUTH2.md https://github.com/ioBroker/adapter-core/blob/3033da2ac05d49d33b1bcbf004acadca3447ebaa/README.md#oauth2-token-refresher
@dependabot recreate
@dependabot recreate
@LosFoppos Please let us know which version of adapter ioBroker.email is installed at your system
@dependabot recreate
nodeJs 18 is EOL and no longer supported. There's no need for any adapter to still support node.js18. Most adaters require node 20 minimum whenever a new release is published....
@MMeinhardt1 Please let us know the (original, unchanged) CLIENT-ID of the device (shellyxxxxxx). I don't own one to check this myself And please issue the command http:///rpc/Shelly.GetStatus with the ip-address...
Ref for analyzing: Gen 1 is implemented as following ``` 'Favorites.Position1Name': { coap: { http_publish: '/settings', http_publish_funct: value => (value ? JSON.parse(value).favorites[0].name : undefined), http_cmd: '/settings/favorites/0', http_cmd_funct: value => ({...
I cannot find any mention of favorite positions within shelly api documentation. It looks like retrieving, setting and positioning to favorite positions is not supported for Gen 2+ devices. If...