AdapterRequests icon indicating copy to clipboard operation
AdapterRequests copied to clipboard

Free@home Busch Jäger

Open Apollon77 opened this issue 7 years ago • 23 comments

https://forum.iobroker.net/viewtopic.php?t=5479

Migrated from Trello with 4 votes

Apollon77 avatar Apr 07 '18 21:04 Apollon77

Homebridge modules exist: https://www.npmjs.com/package/homebridge-buschjaeger as example.

Please check if the new ioBroker.ham Adapter can help here: see https://forum.iobroker.net/viewtopic.php?f=36&t=14972

Apollon77 avatar Jun 17 '18 19:06 Apollon77

tried this. but I am unable to git clone sstadlberger api

bildschirmfoto 2018-06-18 um 19 32 11

TheSpirit avatar Jun 18 '18 17:06 TheSpirit

?! What you want to clone and why?

Apollon77 avatar Jun 18 '18 17:06 Apollon77

Ahh I see ... there is kind of a Library. but this has nothing to do with ioBroker and also not with Homebridge.

Apollon77 avatar Jun 18 '18 17:06 Apollon77

any news regarding this adapter? Is there any test version or something I could try out?

NeoBlack avatar Jan 13 '19 23:01 NeoBlack

The API from Busch Jäger is quite well documented (https://developer.eu.mybuildings.abb.com/tutorials). But I am lacking the time to create a adapter. There is a javascript module https://github.com/henry-spanka/freeathome-api - I will try to do some fast dirty hacks with some scripts and this module

mabasger avatar Dec 10 '19 14:12 mabasger

Hello i´m an absolut Beginner. Is there any Chance to get an Adapter working on IO Broker for Free@Home. Thanks for your Answers. Alex

avealer avatar Dec 31 '19 13:12 avealer

If a developer finds time for this adapter and have the hardware then there might be an adapter somewhen. Show your interest in getting the adapter by using thumbs up on first post that developers can see how many users are Interested.

Apollon77 avatar Dec 31 '19 13:12 Apollon77

FYI: I just started with the development of a f@h adapter. I am not sure how fast I will get it finished, but I just wanted to write it down here. And if someone wants to help me, I am more than willing to have support 😉

I am using https://github.com/henry-spanka/freeathome-api for the connection and https://github.com/henry-spanka/homebridge-buschjaeger as a guide on what should be implemented in the end.

As I only have blinds for f@h in my house, any help (when I am at that point) with other accessories would be good.

mobilutz avatar Jan 06 '20 19:01 mobilutz

Hello Mobilutz, Thank you for starting with development of this adapter. I'm just a User not a developer.... but I'm waiting so long for an Adapter of free@home in Iobroker. I want to support you... perhaps I can help you with testing the adapter. I have

Heating Actors Blinds Light Actors Weather Station Let me know if you need help. We can communicate in German if you want to I'm from Bavaria. Greetings from Avealer

avealer avatar Jan 06 '20 20:01 avealer

Hello Mobilutz,

I am just a user too. But I have a little experience in reading "code". If I can help you in any way, let me know. I am running a f@h system with lights, blinds, welcome etc. I connected f@h to my alexa. I also use Phillips Hue Bridge, Broadlink RMpro, flic buttons, AVM Fritz Smart Home devices etc. So I would be happy to use all these things in iobroker.

I am german too, Kaiserslautern area - so we could also talk german if this helps.

Thank you so much for working on this iobroker adapter with the f@h API. I just found out about this new API a few weeks ago. Now I am hoping to get this working soon. - so excited.

matelso avatar Jan 06 '20 23:01 matelso

@avealer @matelso

I have a first pre beta version of the adapter which is working now for two days locally.

Right now, there is no specific logic for any type of accessory, it just reads all the information from the system access point and creates state for all of them. And it also allows setting any state inside the system access point.

Please test it out locally, and comment on whatever is missing/failing etc. https://github.com/mobilutz/iobroker.freeathome

Please do not write here, but in the repository of that adapter.

Locally, I use YAHKA to directly manipulate the window blind information from the system access point directy But that functionality should of course be inside the adapter. But that takes time ;)

PS: If you want german support, just message me.

mobilutz avatar Jan 11 '20 09:01 mobilutz

Hello Mobilutz, how can i get in contact with you?

avealer avatar Jan 11 '20 13:01 avealer

@avealer There is a contact address on the GibHub page.

mobilutz avatar Jan 12 '20 12:01 mobilutz

Really nice. I start my project this week. I have also free@home installed in my house, and want to get it work with iobroker. Thanks for your work, i will post after a few tests.

lilskill avatar Feb 23 '20 00:02 lilskill

can anyone help? always getting this when trying to start the api:

Error: Cannot find module '/home/pi/freeathome-api/dist/index.js' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15) at Function.Module._load (internal/modules/cjs/loader.js:562:25) at Module.require (internal/modules/cjs/loader.js:692:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/home/pi/freeathome-api/bin/freeathome-api:13:16) at Module._compile (internal/modules/cjs/loader.js:778:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3)

Used This: Globally Run npm install freeathome-api -g See Configuration section. Start the API with freeathome-api Star the repository ;)

and used the config-example.json

lilskill avatar Feb 26 '20 21:02 lilskill

I have no idea about your code, but you install the library globally but try to require the library file "locally" in home/pi. This won't work

Apollon77 avatar Feb 27 '20 07:02 Apollon77

A repo with an adapter already exists - but the adapter is not yet available at the rpository. https://github.com/mobilutz/ioBroker.freeathome

mcm1957 avatar Nov 20 '22 18:11 mcm1957

A repo with an adapter already exists - but the adapter is not yet available at the rpository. mobilutz/ioBroker.freeathome

The maintainer of the linked adapter from above.

There are unfortunately some things which need to be done before I can release the adapter. But as most people who volunteer with open-source - time is always limited 😦

I do not want to give any timeline when it will be in the adapter repository, but hope that it will be at some point. Whoever is willing to support -> more than welcome.

mobilutz avatar Nov 20 '22 18:11 mobilutz

If you need support for any problem finalizing the adapter, I'm sure several people would help. Fell free to ask here or at the ioBroker telegram channel https://t.me/ioBroker_development.

mcm1957 avatar Nov 20 '22 19:11 mcm1957

A repo with an adapter already exists - but the adapter is not yet available at the rpository. https://github.com/mobilutz/ioBroker.freeathome

Sorry, I'm an absolute beginner. Can this adapter already be used in iobroker even though it is not yet available in the repository? How exactly?

SISE469 avatar Jan 02 '23 15:01 SISE469

Adapter repo: https://github.com/mobilutz/ioBroker.freeathome Latest request: https://github.com/ioBroker/ioBroker.repositories/pull/1683

mcm1957 avatar Dec 15 '23 09:12 mcm1957

As the dev dis not react on comments at PR the request to add to latest has been cancelled.

So this adapter seems to need some rework / new maintainer

mcm1957 avatar Dec 15 '23 09:12 mcm1957