-
Notifications
You must be signed in to change notification settings - Fork 12
Description
It would be really cool if smahub would process MQTT "set" publishes, i.e. if you want to enable/disable AFCI, Auto-Updates, Modbus or ShadeFix, Reboot the device, change the name and whatnot (feel free to extend the list)
For example:
publish off to the brokers topic SMA/$serial/set/AFCI and smahub would then send the corresponding HTTP request to the device.
I already have all these things implemented via HTTPMOD in FHEM, found smahub some days ago and want to switch to it completely but that would only make sense if I can use that MQTT device also for the given set commands 😀
If you are interested in such a feature, I'll try to implement it in smahub.
If smahub is already capable to do this, then please tell me how, I did not find anything like that in your documentation.
Thanks.