Hi@all,
I am migrating from Pimatic to Openhab because the project is discontinued. No more bindings etc. So I decided migrating to Openhab as I liked the structure with things and Items.
I the past, everything I needed to configure like perhaps exec a command like curl or dealing with rules was very easy and did not take much time. Since I use Openhab I find myself struggling with all of my goals and every approach to reach a goal is time consuming and end up in googling for hours. Most of my rules now need a script and I am not a programmer. Today I tried for more than 5 hours so set up a basic exec command which took just 2 minutes in Pimatic. I am ending up in errors and as I look in the logs I see the need to put that command in a white list first.
An exception occurred while formatting the command line âcurl -s http://192.168.182.135/json-rpc?request={âcommandâ:âadjustmentâ,âadjustmentâ:{âclassic_configâ:false,âbrightnessâ:5}}â with the current time âSat Mar 01 18:39:01 CET 2025â and input value ânullâ: Conversion = â2â
My question now is. Why is everything so difficult and why is the rule set so minimal, that everything needs programming skills. Is Openhab only for someone who is a programmer?
Should I better go with HomeAssistant?
Another example: One device needs the number 0258777 to do something. I craeated a rule to send a mqtt command when a thing was updatet to this number but it didnt work like in Pimatic. Then after trying for an hour I removed the 0 from that number and the rule began to work.