You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the full name of the component you'd like to see in Adafruit.io WipperSnapper?
DS18X20 (basic support is included already)
What type of component is this (i.e.: Pin, I2C)?
1-wire
Additional context
Since these devices are 1-Wire devices, they can be configured as a bus on the same IO pin. However, I think the component is currently only set up to read the temperature from the first of these devices. It would be nice for the component to report all of them.
The text was updated successfully, but these errors were encountered:
Mentioning this as a reminder for our API V2 rewrite, to allow multiple DS18b20 / OneWire devices on the same addresses (currently a pin only component in API v1).
This also extends to include the idea of I2C OneWire mux chips, like the DS2484 being added in #228, which would also ideally support multiple OneWire devices on their buses. (There is also a multi-one-wire-bus version being considered, possibly the DS2482-800 )
What's the full name of the component you'd like to see in Adafruit.io WipperSnapper?
DS18X20 (basic support is included already)
What type of component is this (i.e.: Pin, I2C)?
1-wire
Additional context
Since these devices are 1-Wire devices, they can be configured as a bus on the same IO pin. However, I think the component is currently only set up to read the temperature from the first of these devices. It would be nice for the component to report all of them.
The text was updated successfully, but these errors were encountered: