rbswift
rbswift
Sounds interesting but HA is quite heavy for simple use cases. For example, I just use mqtt between Pi-Somfy and homebridge and get all the benefits of apple home, siri,...
I'm not sure what you mean by extra hardware. I run both Pi-Somfy and Homebridge on a single RasPi. I also run tvheadend, pi-hole, teslamate, my hvac, my intruder alarm...
@MichaelB2018 might it be easier to create a HASSIO to MQTT interface (or use an existing one if there is such a thing) and then connect the existing build of...
@MichaelB2018 Yes. My approach has been to use MQTT for day-to-day control via upstream multi-purpose UI and scheduling HA systems (in my case Homebridge and NodeRed but really any MQTT...
There are already a few things like that for esp like https://github.com/dmslabsbr/esphome-somfy but people generally seem to prefer the relative simplicity, familiarity and multi purpose nature of a Linux device...
I'm not an expert but suggest holding back versions in as targeted and limited was possible so we get maximum benefit of future but fixes where possible. Creating a virtual...
I don't see a reason scheduling the My position should break position tracking if the ShutterIntermediatePositions are set correctly in the config. Scheduling a move the the My position could...
you probably need to put the number of seconds it takes your shutter to open/close in that section
Before making substantial changes to the code may I suggest reflecting each shutter position open/close% state in the web UI? This will help greatly with troubleshooting and understanding when and...
One solution would be to use something like nodered to subscribe to the wildcard topic and then republish the message on a fixed topic. It would be a very simple...