I’m not sure I understand correctly., there are too many things going on here. I’ll need lot more detail about the file driver setup , controller configurations etc and have to spend time to untangle this. If you think you are seeing bugs then please file a GitHub issue . It’s best to create a thread if you want to maintain some context. Else things get buried pretty quickly in this threadHi all,
I have a question. I have a test install 4.1, on Raspberry Pi 4 Model B Rev 1.2
I am currently just playing around to test what it can/cannot do.
I have found 2 issues alarming, but maybe it is just me.
1.
I have set up an output to pin 21 (just a led with a resistor)
added a file input (config / drivers - file content is just one number)
added the driver to analog input and outlet accordingly
Set up an equipment using outlet (could turn on and of LED )
Set up 2 macros to turn off and on LED equipment
then went and set up a PH type sensor using this input and control 2 macros so when it is high LED on else OFF
Started to change the values and all seems to be fine at first but noticed that when the value is on the or between the Lower or Upper Threshold the LED blinks with the frequency of the "Check Frequency" in my case ever 5 sec
This means it gives a pulse every time it cheeks it but why?
2. I have started to turn on functions so I can do more tests. but there is no way to turn them off. You untick it and it comes back. Not to mention the above setup started to receive constant on status as random values on the chart started to appear above the Upper Threshold which I presume triggered the TURN on macro.
Any idea why?