<?xml version="1.0" encoding="ISO-8859-1"?><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<front>
<journal-meta>
<journal-id>2594-1925</journal-id>
<journal-title><![CDATA[Revista de ciencias tecnológicas]]></journal-title>
<abbrev-journal-title><![CDATA[Rev. cienc. tecnol.]]></abbrev-journal-title>
<issn>2594-1925</issn>
<publisher>
<publisher-name><![CDATA[Universidad Autónoma de Baja California]]></publisher-name>
</publisher>
</journal-meta>
<article-meta>
<article-id>S2594-19252024000300106</article-id>
<article-id pub-id-type="doi">10.37636/recit.v7n3e332</article-id>
<title-group>
<article-title xml:lang="es"><![CDATA[Implementación de tecnologías IoT para la reducción del consumo energético en oficinas inteligentes mediante el control de la iluminación]]></article-title>
<article-title xml:lang="en"><![CDATA[Implementation of IoT technologies to reduce energy consumption in smart offices by controlling lighting]]></article-title>
</title-group>
<contrib-group>
<contrib contrib-type="author">
<name>
<surname><![CDATA[Peña de Loza]]></surname>
<given-names><![CDATA[Fabian]]></given-names>
</name>
<xref ref-type="aff" rid="Aff"/>
</contrib>
<contrib contrib-type="author">
<name>
<surname><![CDATA[Ibarra-Villegas]]></surname>
<given-names><![CDATA[Francisco Javier]]></given-names>
</name>
<xref ref-type="aff" rid="Aff"/>
</contrib>
</contrib-group>
<aff id="Af1">
<institution><![CDATA[,CIATEQ  ]]></institution>
<addr-line><![CDATA[Zapopan Jalisco]]></addr-line>
<country>Mexico</country>
</aff>
<aff id="Af2">
<institution><![CDATA[,CIATEQ  ]]></institution>
<addr-line><![CDATA[ Jalisco]]></addr-line>
<country>Mexico</country>
</aff>
<pub-date pub-type="pub">
<day>00</day>
<month>09</month>
<year>2024</year>
</pub-date>
<pub-date pub-type="epub">
<day>00</day>
<month>09</month>
<year>2024</year>
</pub-date>
<volume>7</volume>
<numero>3</numero>
<copyright-statement/>
<copyright-year/>
<self-uri xlink:href="http://www.scielo.org.mx/scielo.php?script=sci_arttext&amp;pid=S2594-19252024000300106&amp;lng=en&amp;nrm=iso"></self-uri><self-uri xlink:href="http://www.scielo.org.mx/scielo.php?script=sci_abstract&amp;pid=S2594-19252024000300106&amp;lng=en&amp;nrm=iso"></self-uri><self-uri xlink:href="http://www.scielo.org.mx/scielo.php?script=sci_pdf&amp;pid=S2594-19252024000300106&amp;lng=en&amp;nrm=iso"></self-uri><abstract abstract-type="short" xml:lang="es"><p><![CDATA[Resumen. Según un informe de la IEA de 2017, el consumo de energía en los edificios es aproximadamente un tercio del consumo total de energía en el mundo. Además, la iluminación representa el 19% del consumo de electricidad en todo el mundo. Tomando como referencia estos datos, surge la necesidad de implementar una solución que permita reducir dichos consumos. Una forma de hacerlo es la implementación de dispositivos que permitan convertir las áreas de trabajo en espacios inteligentes. El objetivo de este trabajo es la implementación de una oficina inteligente, monitoreando y controlando el consumo energético de los dispositivos eléctricos mediante tecnologías IoT, logrando un ahorro energético significativo y a la vez proporcionando confort al personal que labora en dicha oficina. Para ello, se instalaron diversos sensores tales como sensores para la detección del estado de las puertas (abiertas o cerradas), sensores de presencia (para determinar si se encentran o no personas en áreas específicas) y actuadores, los cuales, con base a las señales transmitidas por los sensores instalados, se pudieron crear escenas que permiten el control de la iluminación de manera automática. La Raspberry Pi 4 se utilizó como controlador central, se integró la herramienta Node-Red para establecer la comunicación entre los dispositivos IoT. Node-Red es una herramienta de desarrollo basada en flujo para la programación visual que permite conectar dispositivos de hardware, API y servicios en línea. Esta herramienta nos facilita la integración de diferentes sensores y marcas, en donde se realizó la programación de diferentes escenas para poder generar un ahorro energético de manera automática. Asimismo, se estableció comunicación con una nube para poder monitorear y controlar de manera remota el sistema implementado mediante el protocolo de comunicación MQTT, el cual es un protocolo de transmisión de datos diseñado para la transición de datos de máquina a máquina. Un servidor, denominado &#8220;bróker&#8221; de mensajes, recibe transmisiones de dispositivos que &#8220;publican&#8221; información en &#8220;tópicos&#8221; particulares y, posteriormente, entregan esos mensajes a otras máquinas que se &#8220;suscriben&#8221; a esos &#8220;tópicos&#8221; específicos. Para lograr esto, se utilizaron los servicios de HiveMQ, los cuales permiten conectar hasta 100 dispositivos de manera gratuita. El resultado del proyecto es un sistema que puede ser controlado de manera remota que, debido a las tecnologías implementadas, ha genera un ahorro energético del 6.1%. Este ahorro reduce los costos operativos y apoya los objetivos de sostenibilidad de la oficina. Además, el sistema brinda confort para las personas que trabajan en dicha oficina. También cabe mencionar que este proyecto puede ser escalable, es decir, a medida que la oficina amplíe sus instalaciones, el sistema puede ser modificado para agregar los sensores y actuadores que se requieran para poder controlar dicha ampliación.]]></p></abstract>
<abstract abstract-type="short" xml:lang="en"><p><![CDATA[Abstract. According to a 2017 IEA report, energy consumption in buildings accounts for approximately one-third of the total energy consumption worldwide. Additionally, lighting represents 19% of electricity consumption globally. Given these data, there is a need to implement a solution to reduce these energy consumptions. One way to achieve this is by implementing devices that can turn work areas into smart spaces. The objective of this project is to implement a smart office by monitoring and controlling the energy consumption of electrical devices through IoT technologies, achieving significant energy savings while providing comfort to the office personnel. To achieve this, various sensors were installed, including door sensors to detect their state (open or closed), presence sensors (to determine if there are people in specific areas), and actuators. Based on the signals transmitted by these installed sensors scenes were created to enable automatic control of lighting. The central controller used for this purpose was the Raspberry Pi 4, and the Node-Red tool was integrated to establish communication between IoT devices. Node-Red is a flow-based development tool for visual programming that allows the connection of hardware devices, APIs, and online services. This tool facilitated the integration of different sensors and brands, and the programming of different scenes to achieve automatic energy savings. Furthermore, communication was established with a cloud to monitor and control the implemented system remotely, using the MQTT communication protocol. MQTT is a data transmission protocol designed for machine-to-machine data transition. A message broker server receives transmissions from devices that "publish" information on specific "topics" and subsequently delivers those messages to other machines that "subscribe" to those specific "topics." The HiveMQ services were used for this purpose, enabling the connection of up to 100 devices for free. The result of the project is a system that can be controlled remotely, and due to the implemented technologies, has generated energy savings of 6.1%. This saving reduces operational costs and supports the office´s sustainability goals. Additionally, the system provides comfort for the people working in the office. It is worth mentioning that this project is scalable, meaning that as the office expands its facilities, the system can be modified to add the necessary sensors and actuators to control the expansion effectively.]]></p></abstract>
<kwd-group>
<kwd lng="es"><![CDATA[IoT (Internet de las cosas)]]></kwd>
<kwd lng="es"><![CDATA[Node-red]]></kwd>
<kwd lng="es"><![CDATA[MQTT]]></kwd>
<kwd lng="es"><![CDATA[Eficiencia energética]]></kwd>
<kwd lng="es"><![CDATA[Oficinas inteligentes]]></kwd>
<kwd lng="en"><![CDATA[IoT (Internet of things)]]></kwd>
<kwd lng="en"><![CDATA[Node-red]]></kwd>
<kwd lng="en"><![CDATA[MQTT]]></kwd>
<kwd lng="en"><![CDATA[Energy efficiency]]></kwd>
<kwd lng="en"><![CDATA[Smart offices]]></kwd>
</kwd-group>
</article-meta>
</front><back>
<ref-list>
<ref id="B1">
<label>1</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[U.]]></surname>
</name>
</person-group>
<collab>UNEP</collab>
<source><![CDATA[]]></source>
<year>2023</year>
</nlm-citation>
</ref>
<ref id="B2">
<label>2</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Rehman]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Muhammad-Adeel]]></surname>
<given-names><![CDATA[P.]]></given-names>
</name>
<name>
<surname><![CDATA[Naveed Ul]]></surname>
<given-names><![CDATA[H.]]></given-names>
</name>
</person-group>
<source><![CDATA[Clean consumer energy tecnologies in developing countries: A case study of energy efficient lights in Pakistan,]]></source>
<year></year>
<publisher-name><![CDATA[IEEE]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B3">
<label>3</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Energía]]></surname>
<given-names><![CDATA[A. I. d.]]></given-names>
</name>
</person-group>
<source><![CDATA[IEA]]></source>
<year>2020</year>
</nlm-citation>
</ref>
<ref id="B4">
<label>4</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[I. A.]]></surname>
<given-names><![CDATA[E.]]></given-names>
</name>
</person-group>
<collab>eia</collab>
<source><![CDATA[Commercial Buildings Energy Consumption Survey (CBECS), Energy Usage Summary&#8221;,]]></source>
<year>2012</year>
</nlm-citation>
</ref>
<ref id="B5">
<label>5</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Rinaldi]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
</person-group>
<article-title xml:lang=""><![CDATA[A Cognitive Strategy for Renovation and Maintenance of Buildings through IoT Technology,]]></article-title>
<source><![CDATA[Industrial Electron Conf]]></source>
<year>2020</year>
<volume>2020</volume>
<page-range>1949-54</page-range></nlm-citation>
</ref>
<ref id="B6">
<label>6</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Marche]]></surname>
<given-names><![CDATA[C.]]></given-names>
</name>
<name>
<surname><![CDATA[Nitti]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
</person-group>
<article-title xml:lang=""><![CDATA[IoT for the users: Thermal comfort and cost saving,]]></article-title>
<source><![CDATA[Proc. Int Symp. Mob. Ad Hoc Netw. Comput]]></source>
<year>2019</year>
<page-range>55-60</page-range></nlm-citation>
</ref>
<ref id="B7">
<label>7</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Yaici]]></surname>
<given-names><![CDATA[W.]]></given-names>
</name>
<name>
<surname><![CDATA[Krishnamurthy]]></surname>
<given-names><![CDATA[K.]]></given-names>
</name>
<name>
<surname><![CDATA[Entchev]]></surname>
<given-names><![CDATA[E.]]></given-names>
</name>
<name>
<surname><![CDATA[Longo]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
</person-group>
<article-title xml:lang=""><![CDATA[Recent advances in internet of things infrastructures for building energy systems,]]></article-title>
<source><![CDATA[A review]]></source>
<year>2021</year>
<volume>21</volume>
<numero>6</numero>
<issue>6</issue>
</nlm-citation>
</ref>
<ref id="B8">
<label>8</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Yongjun]]></surname>
<given-names><![CDATA[C.]]></given-names>
</name>
<name>
<surname><![CDATA[Seung-Yoon]]></surname>
<given-names><![CDATA[R.]]></given-names>
</name>
<name>
<surname><![CDATA[Tae]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
</person-group>
<article-title xml:lang=""><![CDATA[Social Capital and Organizational Citizenship Behavior: Double-Mediation of Emotional Regulation and Job Engagement,]]></article-title>
<source><![CDATA[Sustainability]]></source>
<year>2018</year>
<volume>10</volume>
<numero>10</numero>
<issue>10</issue>
<page-range>3600</page-range></nlm-citation>
</ref>
<ref id="B9">
<label>9</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Ecibinudiy]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Todeschi]]></surname>
<given-names><![CDATA[V.]]></given-names>
</name>
<name>
<surname><![CDATA[Bertoldi]]></surname>
<given-names><![CDATA[P.]]></given-names>
</name>
<name>
<surname><![CDATA[D´Agostino]]></surname>
<given-names><![CDATA[D.]]></given-names>
</name>
<name>
<surname><![CDATA[Zangheri]]></surname>
<given-names><![CDATA[P.]]></given-names>
</name>
<name>
<surname><![CDATA[Castellazzi]]></surname>
<given-names><![CDATA[L.]]></given-names>
</name>
</person-group>
<article-title xml:lang=""><![CDATA[Review of 50 years of EU energy efficiency policies for buildings,]]></article-title>
<source><![CDATA[Energy Build]]></source>
<year>2020</year>
<volume>225</volume>
<numero>110322</numero>
<issue>110322</issue>
</nlm-citation>
</ref>
<ref id="B10">
<label>10</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Shaikh]]></surname>
<given-names><![CDATA[P.]]></given-names>
</name>
<name>
<surname><![CDATA[Nallagownden]]></surname>
<given-names><![CDATA[N. P.]]></given-names>
</name>
<name>
<surname><![CDATA[Elamvazuthi]]></surname>
<given-names><![CDATA[I.]]></given-names>
</name>
<name>
<surname><![CDATA[Ibrahim]]></surname>
<given-names><![CDATA[T.]]></given-names>
</name>
</person-group>
<article-title xml:lang=""><![CDATA[A review on optimized control system for building energy and comfort management of smart sustainable buildings.,]]></article-title>
<source><![CDATA[Renew. Sustain. Energy Rev]]></source>
<year>2014</year>
<volume>34</volume>
<page-range>409-29</page-range></nlm-citation>
</ref>
<ref id="B11">
<label>11</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Nesse]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
<name>
<surname><![CDATA[Morse]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
<name>
<surname><![CDATA[Zemba]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Riva]]></surname>
<given-names><![CDATA[C.]]></given-names>
</name>
<name>
<surname><![CDATA[Luini]]></surname>
<given-names><![CDATA[L.]]></given-names>
</name>
</person-group>
<source><![CDATA[Preliminary Results of the NASA Beacon Receiver for Alphasat Aldo Paraboni TDP5 Propagation Experiment. In Proceedings of the 20th Ka and Broadband Communications]]></source>
<year>2014</year>
<conf-name><![CDATA[ Navigation and Earth Observation Conference]]></conf-name>
<conf-loc>Vietri sul Mare, Salerno, Italy </conf-loc>
</nlm-citation>
</ref>
<ref id="B12">
<label>12</label><nlm-citation citation-type="confpro">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Curry]]></surname>
<given-names><![CDATA[E.]]></given-names>
</name>
<name>
<surname><![CDATA[Hasan]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
<name>
<surname><![CDATA[O´Riain]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
</person-group>
<source><![CDATA[Enterprise energy management using a linked dataspace for energy,]]></source>
<year>2012</year>
<conf-name><![CDATA[ In Proceedings of the Sustainable Internet and ICT for Sustainability (SustainIT)]]></conf-name>
<conf-loc>Pisa, Italy </conf-loc>
</nlm-citation>
</ref>
<ref id="B13">
<label>13</label><nlm-citation citation-type="">
<collab>A. B. E. M. System</collab>
<source><![CDATA[ACIS&#8482; Building Energy Management System,]]></source>
<year>2018</year>
</nlm-citation>
</ref>
<ref id="B14">
<label>14</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Abdul-Malek]]></surname>
<given-names><![CDATA[M. R.]]></given-names>
</name>
<name>
<surname><![CDATA[Aziz]]></surname>
<given-names><![CDATA[N.A. Ab.]]></given-names>
</name>
<name>
<surname><![CDATA[Alelyani]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
<name>
<surname><![CDATA[Mohana]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Arina-Baharudin]]></surname>
<given-names><![CDATA[F.N.]]></given-names>
</name>
<name>
<surname><![CDATA[Ibrahim]]></surname>
<given-names><![CDATA[Z.]]></given-names>
</name>
</person-group>
<article-title xml:lang=""><![CDATA[Comfort and energy consumption optimization in smart homes using bat algorithm with inertia weigh]]></article-title>
<source><![CDATA[Elsevier Journal of Building Engineering]]></source>
<year>2022</year>
<volume>47</volume>
<numero>103848</numero>
<issue>103848</issue>
<page-range>2352-7102</page-range></nlm-citation>
</ref>
<ref id="B15">
<label>15</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Espejel-Blanco]]></surname>
<given-names><![CDATA[D. F.]]></given-names>
</name>
<name>
<surname><![CDATA[Hoyo-Montaño]]></surname>
<given-names><![CDATA[J. A.]]></given-names>
</name>
<name>
<surname><![CDATA[Arau]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
<name>
<surname><![CDATA[Valencia-Palomo]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
<name>
<surname><![CDATA[García-Barrientos]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Hernández-de-Leon]]></surname>
<given-names><![CDATA[H. R.]]></given-names>
</name>
<name>
<surname><![CDATA[Camas-Anzueto]]></surname>
<given-names><![CDATA[J.L.]]></given-names>
</name>
</person-group>
<article-title xml:lang=""><![CDATA[HVAC Control System Using Predicted Mean Vote Index for Energy Savings in Buildings,]]></article-title>
<source><![CDATA[Buildings 2022]]></source>
<year>2022</year>
<volume>12</volume>
<numero>1</numero>
<issue>1</issue>
<page-range>38</page-range></nlm-citation>
</ref>
<ref id="B16">
<label>16</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Umair]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Cheema]]></surname>
<given-names><![CDATA[M. A.]]></given-names>
</name>
<name>
<surname><![CDATA[Cheema]]></surname>
<given-names><![CDATA[O.]]></given-names>
</name>
<name>
<surname><![CDATA[Li]]></surname>
<given-names><![CDATA[H.]]></given-names>
</name>
<name>
<surname><![CDATA[Lu]]></surname>
<given-names><![CDATA[H.]]></given-names>
</name>
</person-group>
<article-title xml:lang=""><![CDATA[Impact of COVID-19 on IoT Adoption in Healthcare, Smart Homes, Smart Buildings, Smart Cities, Transportation and Industrial IoT,]]></article-title>
<source><![CDATA[Sensors 2021]]></source>
<year>2021</year>
<volume>21</volume>
<numero>11</numero>
<issue>11</issue>
<page-range>3838</page-range></nlm-citation>
</ref>
<ref id="B17">
<label>17</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Jeyasheeli]]></surname>
<given-names><![CDATA[P.]]></given-names>
</name>
<name>
<surname><![CDATA[Selva]]></surname>
<given-names><![CDATA[J. V.]]></given-names>
</name>
</person-group>
<source><![CDATA[An IoT design for smart lighting in green buildings based on enviromental factors]]></source>
<year>2017</year>
<page-range>1-5</page-range></nlm-citation>
</ref>
<ref id="B18">
<label>18</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Yeh]]></surname>
<given-names><![CDATA[L.]]></given-names>
</name>
<name>
<surname><![CDATA[Lu]]></surname>
<given-names><![CDATA[C.]]></given-names>
</name>
<name>
<surname><![CDATA[Kou]]></surname>
<given-names><![CDATA[C.]]></given-names>
</name>
<name>
<surname><![CDATA[Tseng]]></surname>
<given-names><![CDATA[Y.]]></given-names>
</name>
<name>
<surname><![CDATA[Yi]]></surname>
<given-names><![CDATA[C.]]></given-names>
</name>
</person-group>
<article-title xml:lang=""><![CDATA[Autonomous Light Control by Wireless]]></article-title>
<source><![CDATA[IEEE Sensors]]></source>
<year>2010</year>
<page-range>1029-41</page-range></nlm-citation>
</ref>
<ref id="B19">
<label>19</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Pan]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Yeh]]></surname>
<given-names><![CDATA[L.]]></given-names>
</name>
<name>
<surname><![CDATA[Chen]]></surname>
<given-names><![CDATA[Y.]]></given-names>
</name>
<name>
<surname><![CDATA[Lin]]></surname>
<given-names><![CDATA[Y.]]></given-names>
</name>
<name>
<surname><![CDATA[Tseng]]></surname>
<given-names><![CDATA[Y.]]></given-names>
</name>
</person-group>
<article-title xml:lang=""><![CDATA[A WSN-Based Intelligent Light Control System Considering User Activities and Profiles,,]]></article-title>
<source><![CDATA[IEEE Sensors]]></source>
<year>2008</year>
<volume>8</volume>
<numero>10</numero>
<issue>10</issue>
<page-range>1710-21</page-range></nlm-citation>
</ref>
<ref id="B20">
<label>20</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Pandharipande]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Zhao]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Frimout]]></surname>
<given-names><![CDATA[E.]]></given-names>
</name>
</person-group>
<article-title xml:lang=""><![CDATA[Connected indoor lighting based applications in a building IoT ecosystem,]]></article-title>
<source><![CDATA[IEEE Internet Things Mag]]></source>
<year>2019</year>
<volume>2</volume>
<page-range>22-6</page-range></nlm-citation>
</ref>
<ref id="B21">
<label>21</label><nlm-citation citation-type="">
<source><![CDATA[Construcción y Rehabilitación,]]></source>
<year>2017</year>
</nlm-citation>
</ref>
<ref id="B22">
<label>22</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Martirano]]></surname>
<given-names><![CDATA[L.]]></given-names>
</name>
</person-group>
<article-title xml:lang=""><![CDATA[Assessment for a Distrivuted Monitoring System fon Industrial and Comercial Applications,]]></article-title>
<source><![CDATA[IEEE Transactions on Industry Applications]]></source>
<year>2019</year>
<volume>55</volume>
<numero>6</numero>
<issue>6</issue>
<page-range>7320-7</page-range></nlm-citation>
</ref>
<ref id="B23">
<label>23</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Ghayvat]]></surname>
<given-names><![CDATA[H.]]></given-names>
</name>
<name>
<surname><![CDATA[Mukhopadhyay]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
<name>
<surname><![CDATA[Gui]]></surname>
<given-names><![CDATA[X.]]></given-names>
</name>
<name>
<surname><![CDATA[Suryadevara]]></surname>
<given-names><![CDATA[N.]]></given-names>
</name>
</person-group>
<article-title xml:lang=""><![CDATA[WSN- and IOTBased Smart Homes and Their Extension to Smart Buildings]]></article-title>
<source><![CDATA[Sensors]]></source>
<year>2015</year>
<volume>15</volume>
<numero>5</numero>
<issue>5</issue>
<page-range>10350-79</page-range></nlm-citation>
</ref>
<ref id="B24">
<label>24</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Mauser]]></surname>
<given-names><![CDATA[I.]]></given-names>
</name>
<name>
<surname><![CDATA[Feder]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
<name>
<surname><![CDATA[Müller]]></surname>
<given-names><![CDATA[J.]]></given-names>
</name>
<name>
<surname><![CDATA[Schmeck]]></surname>
<given-names><![CDATA[H.]]></given-names>
</name>
</person-group>
<article-title xml:lang=""><![CDATA[Evolutionary Optimization of Smart Buildings with Interdependent Devices]]></article-title>
<source><![CDATA[Applications of Evolutionary Computation, Springer]]></source>
<year>2015</year>
<volume>9028</volume>
<page-range>239-51</page-range></nlm-citation>
</ref>
<ref id="B25">
<label>25</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Keles]]></surname>
<given-names><![CDATA[C.]]></given-names>
</name>
<name>
<surname><![CDATA[Karabiber]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Akcin]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Kaygusuz]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Alagoz]]></surname>
<given-names><![CDATA[B. B.]]></given-names>
</name>
<name>
<surname><![CDATA[Gul]]></surname>
<given-names><![CDATA[O.]]></given-names>
</name>
</person-group>
<article-title xml:lang=""><![CDATA[A Smart Building Power Management Concept: Smart Socket Applications With DC Distribution,]]></article-title>
<source><![CDATA[International Journal Of Electrical Power &amp; Energy Systems]]></source>
<year>2015</year>
<volume>64</volume>
<page-range>679-88</page-range></nlm-citation>
</ref>
<ref id="B26">
<label>26</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Minoli]]></surname>
<given-names><![CDATA[D.]]></given-names>
</name>
<name>
<surname><![CDATA[Sohraby]]></surname>
<given-names><![CDATA[K.]]></given-names>
</name>
<name>
<surname><![CDATA[Occhiogrosso]]></surname>
<given-names><![CDATA[B.]]></given-names>
</name>
</person-group>
<article-title xml:lang=""><![CDATA[IoT Considerations, Requirements, and Architectures for Smart Buildings - Energy Optimization and Next Generation Building Management Systems]]></article-title>
<source><![CDATA[The IEEE Internet of Things Journal]]></source>
<year>2017</year>
<volume>4</volume>
<numero>1</numero>
<issue>1</issue>
<page-range>269-83</page-range></nlm-citation>
</ref>
<ref id="B27">
<label>27</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Umair]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Cheema]]></surname>
<given-names><![CDATA[M. A.]]></given-names>
</name>
<name>
<surname><![CDATA[Afzal]]></surname>
<given-names><![CDATA[B.]]></given-names>
</name>
<name>
<surname><![CDATA[Shah]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
</person-group>
<article-title xml:lang=""><![CDATA[Energy management of smart homes over fog- based IoT architecture]]></article-title>
<source><![CDATA[Elsevier Sustainable Computing: Informatics and Systems]]></source>
<year>2023</year>
<volume>39</volume>
<page-range>2210-5379</page-range></nlm-citation>
</ref>
<ref id="B28">
<label>28</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Ma]]></surname>
<given-names><![CDATA[N.]]></given-names>
</name>
<name>
<surname><![CDATA[Waegel]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Hakkarainen]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Braham]]></surname>
<given-names><![CDATA[W. W.]]></given-names>
</name>
<name>
<surname><![CDATA[Glass]]></surname>
<given-names><![CDATA[L.]]></given-names>
</name>
<name>
<surname><![CDATA[Aviv]]></surname>
<given-names><![CDATA[D.]]></given-names>
</name>
</person-group>
<article-title xml:lang=""><![CDATA[Blockchain + IoT sensor network to measure, evaluate and incentivize personal environmental accounting and efficient energy use in indoor spaces]]></article-title>
<source><![CDATA[Applied Energy]]></source>
<year>2023</year>
<volume>332</volume>
<numero>120443</numero>
<issue>120443</issue>
<page-range>0306-2619</page-range></nlm-citation>
</ref>
<ref id="B29">
<label>29</label><nlm-citation citation-type="">
<collab>Node-Red</collab>
<source><![CDATA[Node-Red]]></source>
<year>2023</year>
</nlm-citation>
</ref>
<ref id="B30">
<label>30</label><nlm-citation citation-type="">
<person-group person-group-type="author">
<name>
<surname><![CDATA[F. SA]]></surname>
<given-names><![CDATA[P.]]></given-names>
</name>
</person-group>
<source><![CDATA[Punto Flotante SA]]></source>
<year>2017</year>
</nlm-citation>
</ref>
<ref id="B31">
<label>31</label><nlm-citation citation-type="">
<collab>Sonoff</collab>
<source><![CDATA[Sonoff User Manuals]]></source>
<year>2023</year>
</nlm-citation>
</ref>
<ref id="B32">
<label>32</label><nlm-citation citation-type="">
<collab>Shelly</collab>
<source><![CDATA[Shelly]]></source>
<year>2023</year>
</nlm-citation>
</ref>
<ref id="B33">
<label>33</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Bannamas]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
<name>
<surname><![CDATA[Jiraoing]]></surname>
<given-names><![CDATA[P.]]></given-names>
</name>
</person-group>
<source><![CDATA[An intelligent lighting energy management system for comercial and residential buildings]]></source>
<year>2015</year>
<publisher-name><![CDATA[IEEE Inov. Smart Grid Technol]]></publisher-name>
</nlm-citation>
</ref>
<ref id="B34">
<label>34</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Martirano]]></surname>
<given-names><![CDATA[L.]]></given-names>
</name>
<name>
<surname><![CDATA[Ruvio]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Manganelli]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Lettina]]></surname>
<given-names><![CDATA[F.]]></given-names>
</name>
<name>
<surname><![CDATA[Venditti]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
<name>
<surname><![CDATA[Zori]]></surname>
<given-names><![CDATA[G.]]></given-names>
</name>
</person-group>
<article-title xml:lang=""><![CDATA[High-Efficiency Lighting Systems with Advanced Controls]]></article-title>
<source><![CDATA[IEEE Trans. Ind. Appl]]></source>
<year>2021</year>
<volume>57</volume>
<numero>4</numero>
<issue>4</issue>
<page-range>3406-15</page-range></nlm-citation>
</ref>
<ref id="B35">
<label>35</label><nlm-citation citation-type="journal">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Nagy]]></surname>
<given-names><![CDATA[Z.]]></given-names>
</name>
<name>
<surname><![CDATA[Young]]></surname>
<given-names><![CDATA[F. Y.]]></given-names>
</name>
<name>
<surname><![CDATA[Frei]]></surname>
<given-names><![CDATA[M.]]></given-names>
</name>
<name>
<surname><![CDATA[Schlueter]]></surname>
<given-names><![CDATA[A.]]></given-names>
</name>
</person-group>
<article-title xml:lang=""><![CDATA[Occupant centered lighting control for comfort and energy efficient building Operation]]></article-title>
<source><![CDATA[Energy Build]]></source>
<year>2015</year>
<volume>94</volume>
<page-range>100-8</page-range></nlm-citation>
</ref>
<ref id="B36">
<label>36</label><nlm-citation citation-type="book">
<person-group person-group-type="author">
<name>
<surname><![CDATA[Manolis]]></surname>
<given-names><![CDATA[E.]]></given-names>
</name>
<name>
<surname><![CDATA[Doulos]]></surname>
<given-names><![CDATA[L.]]></given-names>
</name>
<name>
<surname><![CDATA[Niavis]]></surname>
<given-names><![CDATA[S.]]></given-names>
</name>
<name>
<surname><![CDATA[Canale]]></surname>
<given-names><![CDATA[L.]]></given-names>
</name>
</person-group>
<source><![CDATA[The impact of energy efficiency indicators on the office lighting planning and its implications for office lighting market]]></source>
<year>2019</year>
<publisher-name><![CDATA[IEEE EEEIC]]></publisher-name>
</nlm-citation>
</ref>
</ref-list>
</back>
</article>
