1wire one of many sensors lost but still in OWFS
Posted: Sunday 03 January 2016 12:24
Since a few days back I have lost one 1wire sensor. Still registering the other 4 sensors but one refuses to come back.
Logs shows the following
If I check /mnt/1wire I can see all 5 sensors and the one not shown in Domoticz is visible and temperature updated accordingly.
Setup->Devices gives (sorted by hardware, only 4 1 Wire sensors found)
Since the sensor failed I deleted it from the dashboard to see if that would help but didn't (of course), tried "Accept new Hardware Devices" and not to hide deleted sensor but still it's not shown in Domoticz.
Is it possible to debug the 1wire interface more between Domoticz and OWFS?
Could it be that the sensor also reports some error codes and therefore not shown? (I don't think so since it shows the correct temperature in OWFS)
//Oskar
Logs shows the following
Code: Select all
2016-01-03 11:40:16.479 (1 Wire) Temp (Sovrummet 2)
2016-01-03 11:40:17.972 (1 Wire) Temp (Vardagsrummet)
2016-01-03 11:40:19.353 (1 Wire) Temp (Källaren)
2016-01-03 11:40:20.733 (1 Wire) Temp (Sovrummet)
Code: Select all
ls -l /pi@raspberrypi ~ $ ls -l /mnt/1wire/
total 0
drwxrwxrwx 1 root root 4096 Jan 3 11:42 10.11197E020800
drwxrwxrwx 1 root root 4096 Jan 3 11:42 10.B04883020800
drwxrwxrwx 1 root root 4096 Jan 3 11:42 10.C69E7C020800
drwxrwxrwx 1 root root 4096 Jan 3 11:42 10.CF2483020800
drwxrwxrwx 1 root root 4096 Jan 3 11:42 10.F12183020800
pi@raspberrypi ~ $ more /mnt/1wire/10.CF2483020800/temperature
-2.6875
Code: Select all
15 1 Wire F121 33 Sovrummet Temp TFA 30.3133 23.9 C 12 100 [Remove Device] [Rename Device] [Log] 2016-01-03 11:47:19
14 1 Wire 1119 25 Källaren Temp TFA 30.3133 6.3 C 12 100 [Remove Device] [Rename Device] [Log] 2016-01-03 11:47:17
30 1 Wire C69E 158 Vardagsrummet Temp TFA 30.3133 28.8 C 12 100 [Remove Device] [Rename Device] [Log] 2016-01-03 11:47:16
31 1 Wire B048 72 Sovrummet 2 Temp TFA 30.3133 23.6 C 12 100 [Remove Device] [Rename Device] [Log] 2016-01-03 11:47:14
Is it possible to debug the 1wire interface more between Domoticz and OWFS?
Could it be that the sensor also reports some error codes and therefore not shown? (I don't think so since it shows the correct temperature in OWFS)
//Oskar