Compare commits

...

31 Commits

Author SHA1 Message Date
0067a0b8a9 More doxygen comments added.
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-12 17:48:36 +01:00
602ec3add6 Adding doxyfile to follow standard
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-12 15:57:03 +01:00
be24ee7816 Cleanup files. Moving doxygen output to seperate folder.
All checks were successful
continuous-integration/drone/push Build is passing
2020-12-11 20:15:47 +01:00
b927b1fdb9 First attempts with Doxygen 2020-12-11 20:10:17 +01:00
jct
d0f3845dc5 Merge pull request 'Update '.drone.yml'' (#6) from jct-patch-1 into master
Reviewed-on: #6
2020-10-05 07:57:06 +00:00
jct
e9e0c17a8a Update '.drone.yml'
All checks were successful
continuous-integration/drone/pr Build is passing
2020-10-05 07:53:54 +00:00
jct
2966170165 Update '.drone.yml' 2020-10-05 07:50:18 +00:00
6be0baf301 Added logging functionality
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is failing
2020-02-22 12:14:38 +01:00
jct
cee415446a Branch name changed for homie
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2020-01-27 09:34:21 +00:00
jct
91a29db8ed Update '.drone.yml'
Some checks failed
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is failing
2019-11-29 10:08:21 +00:00
jct
7a37df2fff Merge branch 'refactoring' of jct/deskcontrol into master
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2019-11-29 09:59:32 +00:00
b5498b7173 Touchups
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2019-11-29 10:53:44 +01:00
0287456f1e Version numbers done via tags
All checks were successful
continuous-integration/drone/push Build is passing
2019-11-29 10:14:03 +01:00
019592f1ad Do not try to store vscode files in git
All checks were successful
continuous-integration/drone/push Build is passing
2019-11-28 10:19:30 +01:00
jct
c1c07a4003 Merge branch 'cleanup' of jct/deskcontrol into master
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2019-11-28 09:03:10 +00:00
True
cf380443a7 Temporary VS code files removed
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2019-11-28 09:56:43 +01:00
True
b8e68bed7c Streamlining configuration. Added static code analysis.
All checks were successful
continuous-integration/drone/push Build is passing
2019-11-28 09:50:54 +01:00
8387a0610b Updated version number
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2019-11-27 17:25:26 +01:00
jct
764b18e539 Moved temp sensor to seperate pin (#3)
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build was killed
2019-11-27 09:19:23 +00:00
jct
e5a64c13ed Renamed drone secret
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-25 08:09:41 +00:00
338c90fb8e Moved gitea key into drone secret
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-08 15:35:21 +02:00
85c57daf91 Merge branch 'master' of https://code.jcktrue.dk/jct/deskcontrol
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-08 14:24:23 +02:00
jct
5cb5300d15 Merge branch 'temp_sensor' of jct/deskcontrol into master
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-22 17:52:02 +00:00
d5ffd87f90 Increased interval
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2019-09-22 19:50:23 +02:00
0cff4d019a Added DHT11 sensoring
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-22 16:34:06 +02:00
10b337d43f SPIFFS image
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-22 13:15:47 +02:00
d19bd16561 Unneeded nodemcuv2 build
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-22 13:11:21 +02:00
36ce6f976b Release version
All checks were successful
continuous-integration/drone/tag Build is passing
2019-09-03 15:47:04 +02:00
a4c2d49fb0 Sliming down and simplifying
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-03 15:40:12 +02:00
bad20a7f58 Cleanup and removal of Syslog usage
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-16 20:39:27 +02:00
jct
c00d2afb27 Merge branch 'homieV3' of jct/deskcontrol into master
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-13 11:01:19 +00:00
9 changed files with 2801 additions and 88 deletions

@ -16,10 +16,17 @@ steps:
- name: release
image: plugins/gitea-release
settings:
api_key: a7f3afc9f77e721951e48b4af66d7565700b7a2e
api_key:
from_secret: DRONE_ACCESS_TOKEN
base_url: https://code.jcktrue.dk
files:
- .pio/build/nodemcu/firmware.bin
- .pio/build/nodemcu/firmware.elf
checksum:
- md5
- sha1
- sha256
- sha512
- adler32
- crc32
when:
event: tag

5
.gitignore vendored

@ -1,5 +1,4 @@
.pioenvs
.piolibdeps
.pio
data/homie/config.json
nbproject
.vscode
output/doxygen

2608
Doxyfile Normal file

File diff suppressed because it is too large Load Diff

@ -4,3 +4,6 @@ build:
otaupload:
pip install -r .pio/libdeps/nodemcu/Homie/scripts/ota_updater/requirements.txt
python .pio/libdeps/nodemcu/Homie/scripts/ota_updater/ota_updater.py -l mqtt.jcktrue.dk -i 18fe34f2f987 .pio/build/nodemcu/firmware.bin
docs:
doxygen .\.doxygen

@ -0,0 +1,15 @@
{
"name": "deskcontrol",
"wifi": {
"ssid": "<SSID>",
"password": "<PASS>"
},
"mqtt": {
"host": "<Domain>",
"port": 1883,
"auth": false
},
"ota": {
"enabled": true
}
}

36
include/config.h Normal file

@ -0,0 +1,36 @@
/**
* \file
* \class Config
*/
#ifndef CONFIG_H
#define CONFIG_H
#ifndef VERSION
//SEMVER style version
/**
* \brief Version string.
* Update as needed. Formatted as SEMVER style string.
* See https://semver.org/ for more information.
*/
#define VERSION "0.4.5-Dev"
#endif
/**
* Set the default Serial baudrate in bits/seconds
*/
#define CONFIG_SERIAL_BAUDRATE 115200
/**
* Pin ID of the output relay
*/
#define CONFIG_IO_RELAY D1
/**
* Pin ID of the DHT11 temperature sensor
*/
#define CONFIG_IO_DHT11 D2
/**
* Interval at which the tempreature is sent in seconds
*/
#define CONFIG_TEMPERATURE_SEND_INTERVAL 60
#endif

@ -1,27 +1,12 @@
#
# Project Configuration File
#
# A detailed documentation with the EXAMPLES is located here:
# http://docs.platformio.org/en/latest/projectconf.html
#
# A sign `#` at the beginning of the line indicates a comment
# Comment lines are ignored.
# Simple and base environment
# [env:mybaseenv]
# platform = %INSTALLED_PLATFORM_NAME_HERE%
# framework =
# board =
#
# Automatic targets - enable auto-uploading
# targets = upload
[env:nodemcu]
[env]
platform = espressif8266
framework = arduino
board = nodemcu
upload_speed=921600
build_flags = -D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
lib_deps = https://github.com/homieiot/homie-esp8266.git#develop-v3, Syslog
build_flags = -DPIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY -DVERSION=${sysenv.DRONE_SEMVER}
lib_deps = https://github.com/homieiot/homie-esp8266.git#develop, DHT sensor library for ESPx, HomieLoggerNode
[env:nodemcu]
board = nodemcu

@ -1,32 +1,70 @@
/**
* \brief Entry point
*
* Deskcontrol is a simple on/off timer switch inteded for use with an ATX PSU.
* The theory of operation is turning on and off power by pulling the control line low/high while
* running of the 5V standby line.
*
* Additional features include support for a DHT11 to log the temperature.
* \file
*/
#include "config.h"
#include <Homie.h>
#include <Syslog.h>
#include <WiFiUdp.h>
WiFiUDP udpClient;
Syslog syslog(udpClient, SYSLOG_PROTO_IETF);
const int PIN_RELAY = D1;
#define OUTPUT_SET(x) digitalWrite(PIN_RELAY, x ? LOW : HIGH);
unsigned int timer = 0;
unsigned int next_timer_update = 0;
#include <LoggerNode.h>
LoggerNode LN; ///<Instance of the LoggerNode library
#include "DHTesp.h"
DHTesp dht; ///< Instance of the DHT temperature controller.
#define OUTPUT_SET(x) digitalWrite(CONFIG_IO_RELAY, x ? LOW : HIGH) ///< Macro for controlling the output state.
unsigned int timer = 0; ///< Remaining time when counting down.
unsigned int next_timer_update = 0; ///< Timer used to control when the timer value should be pushed to the server
HomieNode powerNode("power", "Power", "switch");
HomieNode temperatureNode("temperature", "Temperature", "temperature");
bool powerStateHandler(const HomieRange& range, const String& value) {
if (value != "on" && value != "off") return false;
/** Power state handler
* Handles event on the power state MQTT node
* \param[in] range Currently unused
* \param[in] value New value of the power state. (Either "on" or off")
* \return False if input is invalid. Otherwise true.
*/
bool powerStateHandler(const HomieRange& range, const String& value)
{
if (value != "on" && value != "off")
{
return false;
}
powerNode.setProperty("state").send(value);
powerNode.setProperty("timer").send("0");
timer = 0;
if(value == "on") {
if(value == "on")
{
OUTPUT_SET(true);
Homie.getLogger() << "Power is on" << endl;
} else {
OUTPUT_SET(false);
Homie.getLogger() << "Power is off" << endl;
LN.logf(__PRETTY_FUNCTION__, LoggerNode::INFO, "Power ON");
}
else
{
OUTPUT_SET(false); LN.logf(__PRETTY_FUNCTION__, LoggerNode::INFO, "Power OFF");
}
return true;
}
bool powerTimerHandler(const HomieRange& range, const String& value) {
/**
* \brief powerTimer event handler.
* Handler for events on the powerTimer node.
* \param[in] range Currently unused.
* \param[in] value New value for the timer in minutes. ASCII representation of an integer from 1 to 120.
* \return False if input is invalid. Otherwise true.
*/
bool powerTimerHandler(const HomieRange& range, const String& value)
{
int settimer = value.toInt();
if(settimer == 0 || settimer > 120)
return false;
@ -35,86 +73,108 @@ bool powerTimerHandler(const HomieRange& range, const String& value) {
next_timer_update = millis() + 60*1000;
powerNode.setProperty("timer").send(String(settimer));
powerNode.setProperty("state").send("on");
Homie.getLogger() << "Power is on for " << settimer << "minutes" << endl;
LN.logf(__PRETTY_FUNCTION__, LoggerNode::INFO, "Power on for %d minutes", settimer);
OUTPUT_SET(true);
return true;
}
void setupHandler() {
pinMode(PIN_RELAY, OUTPUT);
/**
* setupHandler. Comply with Homie interface
*/
void setupHandler()
{
pinMode(CONFIG_IO_RELAY, OUTPUT);
OUTPUT_SET(false);
powerNode.setProperty("state").send("off");
powerNode.setProperty("timer").send("0");
dht.setup(CONFIG_IO_DHT11, DHTesp::DHT11); // Connect DHT sensor to GPIO 17
}
void loopHandler() {
/**
* Handle timer updates from the main event loop
*/
void loopHandleTimer()
{
if(timer)
{
if(timer < millis())
{
{ //Timer has expired. (Ignore the wraparound...)
timer = 0;
OUTPUT_SET(false);
powerNode.setProperty("timer").send("0");
powerNode.setProperty("state").send("off");
}
if(millis() > next_timer_update) {
if(next_timer_update && millis() > next_timer_update)
{
next_timer_update = millis() + 60*1000;
unsigned int time_remaining = timer - millis();
unsigned int min_left = time_remaining / (60*1000);
powerNode.setProperty("timer").send(String(min_left));
}
}
}
void onHomieEvent(const HomieEvent& event) {
switch(event.type) {
case HomieEventType::OTA_FAILED:
syslog.log(LOG_INFO, "OTA failed");
// Do whatever you want when OTA is failed
break;
case HomieEventType::OTA_SUCCESSFUL:
syslog.log(LOG_INFO, "OTA completed");
break;
case HomieEventType::WIFI_CONNECTED:
// Do whatever you want when Wi-Fi is connected in normal mode
syslog.deviceHostname(Homie.getConfiguration().name);
syslog.appName("deskcontrol");
syslog.defaultPriority(LOG_ERR);
syslog.log(LOG_INFO, "WiFi Connected, software version: 1.0");
break;
case HomieEventType::MQTT_READY:
syslog.log(LOG_INFO, "MQTT connected");
break;
case HomieEventType::MQTT_DISCONNECTED:
syslog.log(LOG_INFO, "MQTT disconnected");
break;
default:
break;
/**
* Handle periodic temperature measurements from the main event loop
*/
void loopHandleTemperature()
{
static unsigned long lastTemperatureSent = 0;
if (millis() - lastTemperatureSent >= CONFIG_TEMPERATURE_SEND_INTERVAL * 1000UL || lastTemperatureSent == 0)
{
float humidity = dht.getHumidity();
float temperature = dht.getTemperature();
LN.logf(__PRETTY_FUNCTION__, LoggerNode::DEBUG, "Temperature: %f C Humidity: %f", temperature, humidity);
temperatureNode.setProperty("temperature").send(String(temperature));
temperatureNode.setProperty("humidity").send(String(humidity));
lastTemperatureSent = millis();
}
}
void setup() {
syslog.server("192.168.1.100", 514);
/**
* Main event loop. Part of the Homie API. This runs while the device is active and connected.
*
* \callgraph
*/
void loopHandler()
{
loopHandleTimer();
loopHandleTemperature();
}
Serial.begin(115200);
/**
* Arduino style setup() routine.
* Configure the Homie framework by adding the two nodes "power" and "temperature"
*/
void setup()
{
Serial << endl << endl;
Serial << "Firmware 0.0.1" << endl;
Serial << endl << endl;
Homie_setFirmware("deskcontrol", VERSION);
Homie.setLoggingPrinter(&Serial);
Serial.begin(CONFIG_SERIAL_BAUDRATE);
Homie_setFirmware("deskcontrol", "1.0.0");
Homie_setBrand("FuryFire");
Homie.disableResetTrigger();
//Power
powerNode.advertise("state").settable(powerStateHandler);
powerNode.advertise("timer").settable(powerTimerHandler);
//Temperature
temperatureNode.advertise("humidity");
temperatureNode.advertise("temperature");
Homie.setSetupFunction(setupHandler);
Homie.onEvent(onHomieEvent); // before Homie.setup()
Homie.setLoopFunction(loopHandler);
Homie.setup();
}
void loop() {
/**
* Arduino main loop. Forwarded to Homie framework
*/
void loop()
{
Homie.loop();
}