lrybak / hassio-owserver

Provides the owserver instance to read 1-Wire devices over DS2480B-based bus master serial device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong data

pronoua opened this issue · comments

I have random data from the sensor.
The sensor is DS18B20
image

From w1-bus the data is true:
image

But in owserver its...random? I gues..
image

It`s RaspberryPI 3 Model B v1.2, by the way.

Anybody... ?

I have the exact same problem as pronoua, using the ds18b20 temperature sensor on a Pi 3 B.
Pity, I was quite happy to find a way to use a sensor directly on the Pi that runs my HomeAssitant. Will have to come up with a different solution now, unless somebody knows a way to fix this...

Sorry for late response.
I'm affraid my addon has nothing to do with your issue. It simply runs owserver which is then pulled by HomeAssistant.
Can you let me know about your setup, especially how you wire your ds18b20 sensors?

Addon is intended to be used with 1wire sensors connected to owserver through the bus master serial devices based on DS2480B chip.
Whenever you will not select your USB device in addon configuration, addon will start in fake mode showing random sensors with random readings.

Hi, thanks for your reply. I have a switch and a ds18b20 connected to gpio 4 and 27 on the Pi. I just found out an hour ago that indeed the owserver was running in fake mode. Which happens to simulate a switch and a ds18b20...

I can't really find how to integrate this setup with Home Assistant. It seems like Hass is mostly built to use the RPi as the hub, using the gpio to mount sensors and actuators is quite cumbersome. I just started this project so maybe I will find a better way....
If I understand correctly, one solution would be to get a serial to 1 wire interface like this https://www.artekit.eu/products/breakout-boards/io/ak-ds2480b-uart/ and use your add-on?

Not sure if that one works.
I'm using this one http://www.meraprojekt.com.pl/mp00206-p.html which is manufactured by Polish company.
You can refer to owserver projekt homepage to find compatible devices