-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bllind port #15
Comments
that could be difficult... In tasmoticz I only see mqtt messages. I need to detect there are shutters or blinds involved. |
hi, i think to move from domoticz to tasmota could be quite simple:
related to position...tasmota use SHUTTER to define a position... anyhow,i never see used "blind" in logs... if you want you can have a look here: |
hi @joba-1 :) |
It looks like doable and not very complicated. Could be you learning python is faster... I still want to implement it, just trying to be realistic: better don't hold your breath. |
....hey ciao...sorry but maybe i do not understand properly your answer :-) |
hey ciao Joba. and read POSITION and TARGET i find something here: do you want to try to implement that inside tasmoticz? |
Hello. its this posible, or its not in the development plans? |
You can use mqtt autodiscovery that it's implemented on latest version of domoticz |
wow, I use the autodiscover for other devices, but for tasmota i allways use the tasmoticz. I will try! thanks @megamarco833 |
Hi, here a log about tasmota with blind application.
inside domoticz i set 4 dummy devices set as blind inverted with percentage.
inside tasmota i have this configuration:
8 output connected to PCF8574 to menage 4 blinds (1relay for open(up) ; 1 repay for close(down))
8switches for wall switch push button (1button=up blind1 ; 2button=down blind2)
logs from tasmota from boot to 1st tele message:
log moving blind1 to close direction at 30%
log to move blind1 to open direction at 76%
move blind2 to close direction at 0% (all close)
log related to move blind2 at open direction 100% (all open)
log using wall switch to perform close direction orientation (1.2 second trigger close motor)
log using wall switch to perform open direction orientation (1.2 second trigger open motor)
The text was updated successfully, but these errors were encountered: