Hallo.
Is it possible to make portable the Domoticz application? I have a pc where I have not the administrator rights so I'd like to install a portable version of Domoticz.
@zudrmdpt said in Getting Domoticz to autoconnect to Mysensors serial (not USB) gateway:
In your deleted post, you said you had a simlink too etc, how did you solve the same issue? with the GPIO->reset pin?
No, I actually put a UPS in place. It has been quite a while since I ran that setup, so I can't say for sure if it behaved the same way or not. I do remember putting the UPS in place though.
@kopite Use the Serial monitor on the pulse meter Arduino and check if any VAR messages are sent with status ok. (debug on = default). If so then you know that at least the Gateway (and therefore Domoticz) is receiving information.
If so and the Pulse meter data is not receive you could try a Temp or Light sensor to test if that works.
Happy debugging
@Johnny-B-Good
No positioning yet, only open / close functionality. But as I just wrote in an earlier post today, there is an encoder available, that the original controller is using to determine positioning, I could probably use the same encoder in my arduino addon hack. However, I need to get a new motor unit, as I have destroyed one by accident.. (I have two ports with separate openers attached. One is working at the moment with mysensors integration, while the other is completely dead due to over voltage on the 5V logic)
I have found a workaround by sending the heartbeat message as a separate V_MULTIMETER child. This then gives me a voltage reading of 0V every 30 seconds that I can use with the Domoticz last update feature
Would like to hear any better ways of doing this.