pihome-shc / pihome

PiHome - Smart Heating, Ventilation and Air Conditioning (HVAC)
http://www.pihome.eu
Other
52 stars 25 forks source link

Wired DS18B20 Sensors and Graphs #325

Closed pihome-shc closed 3 years ago

pihome-shc commented 3 years ago

PiHome Link to comments Hi, When I first installed the software it did not find the 1-wire temperature sensors, I had to manually run 'python gpio_ds18b20.py ' to discover the temperature sensors, this worked correctly and they are still being logged to message_in_view_24 in the database. Based on your feedback above I manually ran 'python gateway.py' but it just times out. I do not have a wifi gateway as all my sensors are directly connected using 1-wire and all my zones are directly connected to the gpio. Is there something else I need to configure or something I can check to help locate the problem? Thanks in advance, Harvey

dvdcut commented 3 years ago

partial fix is to un-comment the cronjob, and all code is there for users, i know current code do not update zone_graph table. i think few more lines can fix this fully. i can work on this one later on.

dvdcut commented 3 years ago

this pull request should fix this issue.