Manages the 1-wire bus

Dependents:   oldheating heating

History

Added 'value not set' to the list of possible values. default tip

2021-02-18, by andrewboyson [Thu, 18 Feb 2021 16:47:12 +0000] rev 11

Added 'value not set' to the list of possible values.


Modified the web module to allow up to 8 devices rather than 4.

2020-06-10, by andrewboyson [Wed, 10 Jun 2020 17:02:21 +0000] rev 10

Modified the web module to allow up to 8 devices rather than 4.


Changed javascript OneWire class so that DS18B20 values are read as signed 16bit numbers then printed eg OneWire.DS18B20ToString(Ajax.hexToSignedInt16(value))

2020-06-10, by andrewboyson [Wed, 10 Jun 2020 11:41:03 +0000] rev 9

Changed javascript OneWire class so that DS18B20 values are read as signed 16bit numbers then printed eg OneWire.DS18B20ToString(Ajax.hexToSignedInt16(value))


Changed the javascript onewire class routine DS18B20ToString(text) which returned a string to parseDS18B20(text) which returns a value. This allows for calculations rather than just display: for example the boiler temperature rise when heating.

2020-06-10, by andrewboyson [Wed, 10 Jun 2020 10:02:55 +0000] rev 8

Changed the javascript onewire class routine DS18B20ToString(text) which returned a string to parseDS18B20(text) which returns a value. This allows for calculations rather than just display: for example the boiler temperature rise when heating.


Changed timeout from 5 to 20 seconds

2019-06-19, by andrewboyson [Wed, 19 Jun 2019 15:37:23 +0000] rev 7

Changed timeout from 5 to 20 seconds


Updated web library

2019-05-01, by andrewboyson [Wed, 01 May 2019 10:40:07 +0000] rev 6

Updated web library


Updated web library

2019-05-01, by andrewboyson [Wed, 01 May 2019 10:03:40 +0000] rev 5

Updated web library


Updated web library

2019-05-01, by andrewboyson [Wed, 01 May 2019 07:16:03 +0000] rev 4

Updated web library


Updated web library

2019-04-29, by andrewboyson [Mon, 29 Apr 2019 14:46:28 +0000] rev 3

Updated web library


Updated web library

2019-04-27, by andrewboyson [Sat, 27 Apr 2019 09:26:15 +0000] rev 2

Updated web library