EL_dev_arduino 2.10.0
読み取り中…
検索中…
一致する文字列を見つけられません
/Users/sugimura/EL_dev_arduino/EL.h
[詳解]
1
8#ifndef __EL_H__
9#define __EL_H__
10#pragma once
11
12// auto config
13#ifndef GPP
14// arduino
15#include <Arduino.h>
16#include <WiFi.h>
17#include <WiFiUDP.h>
18
19#else
20// g++
21typedef unsigned char byte;
22typedef bool boolean;
23#include <iostream>
24#include "WiFiUDP.h"
25using std::cout;
26using std::dec;
27using std::endl;
28using std::hex;
29using std::move;
30#endif
31
32#include "ELOBJ.h"
33
34// defined
35#define EL_PORT 3610
36#define EL_EHD1 0
37#define EL_EHD2 1
38#define EL_TID 2
39#define EL_SEOJ 4
40#define EL_DEOJ 7
41#define EL_ESV 10
42#define EL_OPC 11
43#define EL_EPC 12
44#define EL_PDC 13
45#define EL_EDT 14
46#define EL_SETI_SNA 0x50
47#define EL_SETC_SNA 0x51
48#define EL_GET_SNA 0x52
49#define EL_INF_SNA 0x53
50#define EL_SETGET_SNA 0x5e
51#define EL_SETI 0x60
52#define EL_SETC 0x61
53#define EL_GET 0x62
54#define EL_INF_REQ 0x63
55#define EL_SETGET 0x6e
56#define EL_SET_RES 0x71
57#define EL_GET_RES 0x72
58#define EL_INF 0x73
59#define EL_INFC 0x74
60#define EL_INFC_RES 0x7a
61#define EL_SETGET_RES 0x7e
62#define EL_BUFFER_SIZE 1500
63
64// Device Object
65// センサ関連機器
66#define EL_GasLeakSensor 0x00, 0x01
67#define EL_CrimePreventionSensor 0x00, 0x02
68#define EL_EmergencyButton 0x00, 0x03
69#define EL_FirstAidSensor 0x00, 0x04
70#define EL_EarthquakeSensor 0x00, 0x05
71#define EL_ElectricLeakSensor 0x00, 0x06
72#define EL_HumanDetectionSensor 0x00, 0x07
73#define EL_VisitorSensor 0x00, 0x08
74#define EL_CallSensor 0x00, 0x09
75#define EL_CondensationSensor 0x00, 0x0A
76#define EL_AirPollutionSensor 0x00, 0x0B
77#define EL_OxygenSensor 0x00, 0x0C
78#define EL_IlluminanceSensor 0x00, 0x0D
79#define EL_SoundSensor 0x00, 0x0E
80#define EL_MailingSensor 0x00, 0x0F
81#define EL_WeightSensor 0x00, 0x10
82#define EL_TemperatureSensor 0x00, 0x11
83#define EL_HumiditySensor 0x00, 0x12
84#define EL_RainSensor 0x00, 0x13
85#define EL_WaterLevelSensor 0x00, 0x14
86#define EL_BathWaterLevelSensor 0x00, 0x15
87#define EL_BathHeatingStatusSensor 0x00, 0x16
88#define EL_WaterLeakSensor 0x00, 0x17
89#define EL_WaterOverflowSensor 0x00, 0x18
90#define EL_FireSensor 0x00, 0x19
91#define EL_CigaretteSmokeSensor 0x00, 0x1A
92#define EL_CO2Sensor 0x00, 0x1B
93#define EL_GasSensor 0x00, 0x1C
94#define EL_VOCSensor 0x00, 0x1D
95#define EL_DifferentialPressureSensor 0x00, 0x1E
96#define EL_AirSpeedSensor 0x00, 0x1F
97#define EL_OdorSensor 0x00, 0x20
98#define EL_FlameSensor 0x00, 0x21
99#define EL_ElectricEnergySensor 0x00, 0x22
100#define EL_CurrentValueSensor 0x00, 0x23
101#define EL_WaterFlowRateSensor 0x00, 0x25
102#define EL_MicromotionSensor 0x00, 0x26
103#define EL_PassageSensor 0x00, 0x27
104#define EL_BedPresenceSensor 0x00, 0x28
105#define EL_OpenCloseSensor 0x00, 0x29
106#define EL_ActivityAmountSensor 0x00, 0x2A
107#define EL_HumanBodyLocationSensor 0x00, 0x2B
108#define EL_SnowSensor 0x00, 0x2C
109// 空調関連機器
110#define EL_HomeAirConditioner 0x01, 0x30
111#define EL_VentilationFan 0x01, 0x32
112#define EL_AirConditionerVentilationFan 0x01, 0x34
113#define EL_AirCleaner 0x01, 0x35
114#define EL_Humidifier 0x01, 0x39
115#define EL_ElectricHeater 0x01, 0x42
116#define EL_FanHeater 0x01, 0x43
117#define EL_PackageTypeCommercialAirConditionerIndoorUnit 0x01, 0x56
118#define EL_PackageTypeCommercialAirConditionerOutdoorUnit 0x01, 0x57
119// 住宅・設備関連機器
120#define EL_ElectricallyOperatedShade 0x02, 0x60
121#define EL_ElectricShutter 0x02, 0x61
122#define EL_ElectricStormWindow 0x02, 0x63
123#define EL_Sprinkler 0x02, 0x67
124#define EL_ElectricWaterHeater 0x02, 0x6B
125#define EL_ElectricToiletSeat 0x02, 0x6E
126#define EL_ElectricLock 0x02, 0x6F
127#define EL_InstantaneousWaterHeater 0x02, 0x72
128#define EL_BathroomHeaterAndDryer 0x02, 0x73
129#define EL_HouseholdSolarPowerGeneration 0x02, 0x79
130#define EL_ColdOrHotWaterHeatSourceEquipment 0x02, 0x7A
131#define EL_FloorHeater 0x02, 0x7B
132#define EL_FuelCell 0x02, 0x7C
133#define EL_Battery 0x02, 0x7D
134#define EL_ElectricVehicle 0x02, 0x7E
135#define EL_EngineCogeneration 0x02, 0x7F
136#define EL_WattHourMeter 0x02, 0x80
137#define EL_WaterFlowmeter 0x02, 0x81
138#define EL_GasMeter 0x02, 0x82
139#define EL_LPGasMeter 0x02, 0x83
140#define EL_PowerDistributionBoardMetering 0x02, 0x87
141#define EL_SmartElectricEnergyMeter 0x02, 0x88
142#define EL_SmartGasMeter 0x02, 0x89
143#define EL_GeneralLighting 0x02, 0x90
144#define EL_Buzzer 0x02, 0xA0
145// 調理・家事関連機器
146#define EL_ElectricHotWaterPot 0x03, 0xB2
147#define EL_Refrigerator 0x03, 0xB7
148#define EL_CombinationMicrowaveOven 0x03, 0xB8
149#define EL_CookingHeater 0x03, 0xB9
150#define EL_RiceCooker 0x03, 0xBB
151#define EL_WashingMachine 0x03, 0xC5
152#define EL_ClothesDryer 0x03, 0xC6
153#define EL_WasherAndDryer 0x03, 0xD3
154// 健康関連機器
155#define EL_Weighing 0x04, 0x01
156// 管理・操作関連機器
157#define EL_Switch 0x05, 0xFD
158#define EL_Controller 0x05, 0xFF
159// AV関連機器
160#define EL_Display 0x06, 0x01
161#define EL_Television 0x06, 0x02
162
167class EL
168{
169private:
170 IPAddress ip;
171 IPAddress _multi;
172 IPAddress _broad;
173 byte _mac[6];
174 byte *_eojs;
175 int deviceCount;
176 int _sendPacketSize = 0;
177 int _readPacketSize = 0;
178 byte _sBuffer[EL_BUFFER_SIZE];
179 WiFiUDP *_udp;
180
181protected:
182 int parsePacket(void); // 受信データを読む
183 void commonConstructor(WiFiUDP &udp, byte eojs[][3], int count); // コンストラクタで共通にコールされる
184 void tidAutoIncrement(void); // データ送信時にTIDを自動的にインクリメントの再計算する(シンプルに+1するとオーバーフローするのでこれ使う)
185
186public:
190 byte _tid[2];
191
193 EL(WiFiUDP &udp, byte classGroupCode, byte classCode, byte instanceNumber);
194 EL(WiFiUDP &udp, byte eojs[][3], int count);
195 void begin(void);
196
197 // details change
198 void update(const byte epc, byte pdcedt[]);
199 byte *at(const byte epc);
200 void update(const int devId, const byte epc, byte pdcedt[]);
201 byte *at(const int devId, const byte epc);
202
203 // sender
204 void send(IPAddress toip, byte sBuffer[], int size);
205 void sendOPC1(const IPAddress toip, const byte tid[], const byte seoj[], const byte *deoj, const byte esv, const byte epc, const byte edt[]);
206 void sendOPC1(const IPAddress toip, const byte seoj[], const byte deoj[], const byte esv, const byte epc, const byte edt[]);
207 void sendOPC1(const IPAddress toip, const byte deoj[], const byte esv, const byte epc, const byte *edt);
208 void sendOPC1(const IPAddress toip, const int devId, const byte deoj[], const byte esv, const byte epc, const byte *pdcedt);
209 void sendBroad(byte sBuffer[], int size);
210 void sendMulti(byte sBuffer[], int size);
211 void sendMultiOPC1(const byte tid[], const byte seoj[], const byte deoj[], const byte esv, const byte epc, const byte edt[]);
212 void sendMultiOPC1(const byte seoj[], const byte deoj[], const byte esv, const byte epc, const byte edt[]);
213 void sendMultiOPC1(const byte deoj[], const byte esv, const byte epc, const byte edt[]);
214 void sendMultiOPC1(const int devId, const byte deoj[], const byte esv, const byte epc, const byte *pdcedt);
215 // multi opc
216 void sendDetails(const IPAddress toip, const byte tid[], const byte seoj[], const byte deoj[], const byte esv, const byte opc, const byte detail[], const byte detailSize);
217 // return
218 // void replyOPC1(const IPAddress toip, const unsigned short tid, const byte *seoj, const byte* deoj, const byte esv, const byte epc, const byte* edt);
219 void replyGetDetail(const IPAddress toip);
220 boolean replyGetDetail_sub(const byte eoj[], const byte epc, byte &devId);
221 void replySetDetail(const IPAddress toip);
222 boolean replySetDetail_sub(const byte eoj[], const byte epc, byte &devId);
223
224 // reseiver
225 int read();
226 IPAddress remoteIP(void);
227 void returner(void);
228
229 // display, debug
230 void printAll(void);
231
233 // inline function
234 // byte[] を安全にdeleteする
235 void delPtr(byte ptr[]);
236};
237
238#endif
240// EOF
#define EL_BUFFER_SIZE
Definition: EL.h:62
Subclasses for ECHONET Lite protocol
Main class for EL
Definition: EL.h:168
void update(const byte epc, byte pdcedt[])
EPCの値を変更する, eojが1個の場合(複数の場合は0番に相当)
Definition: EL.cpp:255
void replySetDetail(const IPAddress toip)
Setに対して複数OPCにも対応して返答する内部関数
Definition: EL.cpp:745
boolean replySetDetail_sub(const byte eoj[], const byte epc, byte &devId)
EOJとEPCを指定したとき、そのプロパティ(EDT)があるかチェックする内部関数
Definition: EL.cpp:840
boolean replyGetDetail_sub(const byte eoj[], const byte epc, byte &devId)
EOJとEPCを指定したとき、そのプロパティ(EDT)があるかチェックする内部関数
Definition: EL.cpp:709
void begin(void)
通信の開始、受信開始
Definition: EL.cpp:204
void sendMultiOPC1(const byte tid[], const byte seoj[], const byte deoj[], const byte esv, const byte epc, const byte edt[])
void delPtr(byte ptr[])
byte[] を安全にdeleteするinline関数
Definition: EL.cpp:1046
void sendMulti(byte sBuffer[], int size)
マルチキャストによる送信(default: 192.168.1.255)
Definition: EL.cpp:334
int parsePacket(void)
受信データを読む
Definition: EL.cpp:877
void returner(void)
Definition: EL.cpp:914
void sendDetails(const IPAddress toip, const byte tid[], const byte seoj[], const byte deoj[], const byte esv, const byte opc, const byte detail[], const byte detailSize)
複数のEPCで送信する場合はこれを使う
Definition: EL.cpp:584
void send(IPAddress toip, byte sBuffer[], int size)
IP指定による送信
Definition: EL.cpp:460
ELOBJ profile
profile object (for specialist)
Definition: EL.h:187
void sendMultiOPC1(const int devId, const byte deoj[], const byte esv, const byte epc, const byte *pdcedt)
void replyGetDetail(const IPAddress toip)
Getに対して複数OPCにも対応して返答する内部関数
Definition: EL.cpp:621
byte _rBuffer[EL_BUFFER_SIZE]
receive buffer
Definition: EL.h:189
byte * at(const byte epc)
EPCの値を取得する, eojが1個の場合(複数の場合は0番に相当)
Definition: EL.cpp:264
void sendMultiOPC1(const byte seoj[], const byte deoj[], const byte esv, const byte epc, const byte edt[])
void sendOPC1(const IPAddress toip, const int devId, const byte deoj[], const byte esv, const byte epc, const byte *pdcedt)
ELOBJ * devices
device objects (for multi eoj)
Definition: EL.h:188
void tidAutoIncrement(void)
TIDの自動インクリメント、オーバーフロー対策
Definition: EL.cpp:181
void sendOPC1(const IPAddress toip, const byte deoj[], const byte esv, const byte epc, const byte *edt)
void sendOPC1(const IPAddress toip, const byte tid[], const byte seoj[], const byte *deoj, const byte esv, const byte epc, const byte edt[])
void commonConstructor(WiFiUDP &udp, byte eojs[][3], int count)
コンストラクタ共通処理
Definition: EL.cpp:48
int read()
受信データを受け取る
Definition: EL.cpp:897
byte _tid[2]
TID (semi-auto incremented)
Definition: EL.h:190
void printAll(void)
インスタンスの情報を表示
Definition: EL.cpp:1005
void sendMultiOPC1(const byte deoj[], const byte esv, const byte epc, const byte edt[])
void sendBroad(byte sBuffer[], int size)
ブロードキャストによる送信(default: 192.168.1.255)
Definition: EL.cpp:304
IPAddress remoteIP(void)
受信データの送信元を取得する
Definition: EL.cpp:887
EL Object
Definition: ELOBJ.h:75
byte * pdcedt
Definition: main.cpp:56