andreasnuesslein / py-teleco-daisy

MIT License
1 stars 2 forks source link

Integration Brustor B600 S mit Daisy Box #1

Open TimE90 opened 4 months ago

TimE90 commented 4 months ago

Hallo Andreas,

wir planen aktuell die Überdachung unserer Terrasse mit einer Brustor B600 S. Laut Händler wird diese von einer Daisy Box gesteuert. Für uns wäre es wichtig die Pergola ins Smart Home aufnehmen zu können, heißt: Loxone oder HomeBridge.

Erachtest du das via API als möglich und stabil oder siehst du hier eventuelle Probleme?

Was genau steuerst du mit deinem HA Plugin?

Beste Grüße

andreasnuesslein commented 4 months ago

Hi @TimE90 , I will try to give you a structured "current state of affairs":

a) this library (py-teleco-daisy) works. it only works for the two "functions" that I have at my house at the moment: RGB LED and non-retractable slates (i.e. the can fold between closed, 33%, 66% and 100%. they can also "start opening" and "stop" at any given time, in theory). the limitation with these angles is from the Daisy or even from the motor i'm controlling, not from this library.

b) the daisy box is pretty shitty overall. if you can use another product I'd recommend it. it takes usually between 2 to 3 seconds for the motor to respond to any command i give to the box. no matter if it's via my library or the official daisy app. the command goes to some AWS server, back to the box and then over to the 433MHz. ~10-20% of the time, it just doesnt work. no matter if it's via my python library or the official app.

c) if you want to control something else with the daisy box, I'd be happy to collaborate to integrate your device into this library.

d) somebody else would have to do the connection from this library to loxone or homebridge. i have homeassistant running here.