Hello
Based on the description for Raspberry PI, I was able to run Domoticz.
I don't plan to use GPIO yet - I think you need a library for this. I rather treat Orange PI as a server.
1. I was unable to set it to start automatically after startup. I tried something like this:
but no results
2. Updating sensor data
When I do it "manually" through the site it is OK
but I wanted to send data from Atmega644, which acts as a master (polls various sensors, calculates hysteresis, sends, via RFM12, saves to SD card) via ESP8266 to Domoticz.
Should I do it like this:
I wonder how "fast" and "often" data can be updated? I thought about sending after each reading from a given sensor. You would also need to check the answer by looking for:
"OK" or "Update Device"
Based on the description for Raspberry PI, I was able to run Domoticz.
I don't plan to use GPIO yet - I think you need a library for this. I rather treat Orange PI as a server.
1. I was unable to set it to start automatically after startup. I tried something like this:
Code: Text
Code: Text
Code: Text
but no results
2. Updating sensor data
When I do it "manually" through the site it is OK
Code: Text
but I wanted to send data from Atmega644, which acts as a master (polls various sensors, calculates hysteresis, sends, via RFM12, saves to SD card) via ESP8266 to Domoticz.
Should I do it like this:
Code: VB.net
I wonder how "fast" and "often" data can be updated? I thought about sending after each reading from a given sensor. You would also need to check the answer by looking for:
"OK" or "Update Device"