Do you know if there is a way to configure the pins of an Arduino card connected to ethernet, directly from OH ?
I installed MQTT for communication between OH and Arduino. I would like, since an OH config file, to specify which pin arduino is an output and which pin is an input.
I was using jeedom, another home automation software, which allowed this:
An idea ? Maybe we need to create an arduino sketch with variables sent from OH ?
Did JEEDOM provide an arduino sketch to enable this?
If yes there is no equivalent in OH, but you could write your own and pass the parameters to your arduino via json payloads with mqtt for example.
Yes, Jeedom provided an arduino sketch to make this work.
I’m going to look at your idea more closely but I don’t have all the skills to do it easily, I’ll try to understand how it all works.