Sensor component creation
Quote from Christian on November 11, 2024, 5:49 pmHello,
Just for my information -
Is there a documentation of what is needed to created a new sensor component - or what would be the best method in short ?
Hello,
Just for my information -
Is there a documentation of what is needed to created a new sensor component - or what would be the best method in short ?
Quote from arcachofo on November 13, 2024, 3:40 pmHi.
There are many ways to create a component.
If you explain what do you want I can suggest some way to do it.
Hi.
There are many ways to create a component.
If you explain what do you want I can suggest some way to do it.
Quote from Christian on November 14, 2024, 8:41 am
There are many ways to create a component.
Ah ok 🙂
I was wondering about having the MCP9808 temperature sensor ; the ds1621 is pratically nowhere to be found on the market nowadays. The MCP9808 has basically the same pins layout, also use an I2C bus, but different registers and a better resolution. I had a look at the source file, but could not figure out how it was integrated in the "big picture".
There are many ways to create a component.
Ah ok 🙂
I was wondering about having the MCP9808 temperature sensor ; the ds1621 is pratically nowhere to be found on the market nowadays. The MCP9808 has basically the same pins layout, also use an I2C bus, but different registers and a better resolution. I had a look at the source file, but could not figure out how it was integrated in the "big picture".
Quote from arcachofo on November 15, 2024, 10:24 pmThat one could be done with an Script, but it is not posible to do with the current implementation.
I added some functions that will allow to do it.
I need to do some testing and when it is working I wiil let you know.
That one could be done with an Script, but it is not posible to do with the current implementation.
I added some functions that will allow to do it.
I need to do some testing and when it is working I wiil let you know.