Hi,
Have HA on a VM throug vritualbox on a brix J1900 runnnig ubuntu, all latest versions.
The one wire DS18B20s are connected to a HA7NET.
OWServer service is run on the base hardware with the network bridged.
The problem I have is the HA7NET goes into reboot regularly. Turning off the automatic polling of sensors solves that.
To get the latest temps I reload the integration.
So, is it possible for me to run a script to reload the integration (i can’t see how), or can we have control over the time interval between temp requests?
TIA
regards
Thanks for the link.
Yes i can see your point about the cost of the device, but a couple of notes.
There are a few threads on various forums that indicate EDS’s support for the HA7NET is non existent, so probably a dead end on that.
In addition the HA7NET is supposedly capable of supporting up to 100 sensors, so there has to be a number of requests limit over a given time period intentionally in the design to a certain degree?
Reloading the script seems a bit of a fudge, is there a simpler way that you know of to request the value of a sensor right now? I’m used to macros and sending commands and getting responses and basing stuff of that.
So I have a half solution, which involves manually updating the entities for every 5 minute time interval as triggers. (put an asterix in the hour and create 12 triggers)
The update entities action is done for each one with a 15 second gap.
However, it seems that the 10th sensor i’ve added causes the original issue.
So either there’s an issue with the HA7NET, firmware of hardware. Or it’s an issue with how the OneWire library talks to hardware.
It’s a good enough solution for the time being and a nice learning curve.
TIme to learn wth MQTT is.
Thanks for the help.
I’m tying to do everything in the frontend, so not sure where to edit that.
I did initially aim for that, but after reading several thread and posts it was easier to do it the way i have.
Also I can turn it off simply.