TheYOSH

Results 181 comments of TheYOSH

Closing due to no response

Hi, As this is a very old project, I do not have plans to containerise this. Also, I use Nvidia hardware encoding, and that in docker is a bit unhandy....

I think this has to do that a Docker container is not allowed to access local network by default. You could try https://labex.io/tutorials/docker-how-to-configure-a-docker-container-to-use-the-host-network-415202#configuring-a-docker-container-to-use-the-host-network . Make sure the used ports are...

I have done this, but it is hard to explain. For relays: https://github.com/theyosh/TerrariumPI/blob/main/hardware/relay/meross_relay.py For sensors: https://github.com/theyosh/TerrariumPI/blob/main/hardware/sensor/meross_sensor.py General cloud connection: https://github.com/theyosh/TerrariumPI/blob/main/terrariumCloud.py It can be tricky if you app is not async...

If you use day/night difference in your area, you cannot change those sensors in the same area during the night. That is just not possible. so this is the correct...

I am still working on a fix :) I need some time to test this....

I have looked into the code, but I do not see any issues regarding changing sensor settings during the night. I think it was a problem in the past, but...

Ok, I have tried all kind of updates to a sensor that is used in an area with day/night difference and I cannot reproduce your issue. As it is possible...

Closing this issue as it looks a one time issue. After a week testing by changing sensor values during night time on an area with day/night difference works like expected....

@rossisbudda thanks for the update. I do think I get the picture, and I will look into it. But to be honest, it is on a bit low priority. As...