Discussion Forum to share and further the development of home control and automation, independent of platforms.

    SmartHome Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Unsolved
    (Last Updated: 22 September 2021)
    • ChatGPT - finally I can now retyre in piece and quite, knowing everting is in goof hands.

      A

      ChatGPT samples:

      Me:

      Tell me about an iot program called openLuup.

      It:

      OpenLuup is an open source home automation system that is built on the VeraLuup platform. It is designed to be easy to install and configure, and provides users with a powerful and versatile way to control their home automation devices. OpenLuup offers a wide range of features, including support for many popular home automation devices, scheduling, scripting, and integration with other services. OpenLuup is designed to be customizable, allowing users to create their own home automation systems. It is an excellent choice for those looking to create their own home automation system without spending a lot of money.

      Me:

      Write an iot program using openLuup.

      It:

      --openLuup IoT Program-- -- Initialize Variables -- local device_id = "MyHomeDevice" local temperature_sensor_id = "MyTemperatureSensor" local temperature_threshold = 75 -- Create Devices -- luup.create_device("OpenLuup Temperature Sensor", 0, device_id, "D_GenericSensor1.xml", "I_GenericSensor1.xml", "S_TemperatureSensor1.xml", "") luup.variable_set("urn:upnp-org:serviceId:TemperatureSensor1", "CurrentTemperature", 0, device_id) -- Start Timer -- luup.call_delay("check_temperature", 10, "", false) --Function to Check Temperature-- function check_temperature() local current_temperature = luup.variable_get(temperature_sensor_id, "CurrentTemperature", 0) --Check Temperature Threshold-- if current_temperature >= temperature_threshold then --Send Alert-- luup.call_action("urn:micasaverde-com:serviceId:HomeAutomationGateway1", "SendTextMessage", {PhoneNumber="1234567890", Message="ALERT! Temperature exceeded threshold!"}, 0) end --Reset Timer-- luup.call_delay("check_temperature", 10, "", false) end

      Me:

      Write an iot program using openLuup.

      It:

      Write an iot program using openLuup. -- openLuup IOT Program -- -- Variables local lampState = false local lampTime = 0 -- Functions function lampTimer() if lampTime > 0 then lampTime = lampTime - 1 if lampTime == 0 then luup.variable_set('urn:upnp-org:serviceId:SwitchPower1', 'Status', 0, lampDeviceID) lampState = false end end end -- Setup luup.call_delay('lampTimer', 60, 0) -- Main Loop while true do -- Check for motion if luup.variable_get('urn:micasaverde-com:serviceId:MotionSensor1', 'Tripped', motionSensorDeviceID) == '1' then if not lampState then luup.variable_set('urn:upnp-org:serviceId:SwitchPower1', 'Status', 1, lampDeviceID) lampState = true -- Set lamp timer to 5 minutes lampTime = 300 end end luup.sleep(1) end

      What??

      luup.sleep(1)

      Not good - looks like I still have some semblance of a job to fulfill.

      Me:

      An iot program called openLuup was written by akbooer. Who is akbooer?

      It: (note: answer redacted and as I understand it, also incorrect re: AltUI):

      akbooer is the pseudonym of the software developer and home automation enthusiast. He is the creator of the openLuup home automation software, which is an open-source version of the Vera home automation system. He is also the creator of the AltUI graphical user interface for openLuup.

      Me:

      Who created of the AltUI graphical user interface for openLuup.

      and

      Me:

      Who created of the AltUI graphical user interface for the home automation system Vera.

      Names two different people - mmmm.

      Regardless very impressive - give it a few more years.

      General Discussion
    • Short survey

      P

      Hi,
      I am a student and recently i am working on smart home project and writing a seminar paper about the way users handle and manage IoT devices. I you have 3 min, please fill below survey. Its really short.
      Thank you in advance, I really appreciate everyone's help.

      General Discussion
    • LibraSun's Dashboard Apps Roundup 2023

      LibraSun

      For what it's worth, I've been putting the finishing touches on a much-updated version of my DP Apps spreadsheet -- specifically intended for HE users, at least for now -- and invite you all to take a gander http://bit.ly/hedb23 at the PDF one-page version.

      Corrections and edits welcome (esp. for the HOMEKIT column, just added yesterday)! Thanks in advance, especially because I'm not a big dashboard user myself, but somehow accepted this role as "keeper of the list" as it were.

      General Discussion
    • Separate switching bulb in one ceiling light

      P

      Hello guys,

      I would like to achieve two different things with lights, but I am not sure it could be done. I am starting with smart things, and I am far from any electrician knowledge, wo any help is really appreciated.

      I have dumb switches in my hall, controlled from 3 places. I understood that installing one smart module before first switch will make them "hybrid", both smart controlled and dumb controlled.

      I would like to buy ceiling light with two bulb sockets. What I would like to achieve is I would like to have one bulb for normal daily usage (lets say cold white full brightness), and second for night time (aprox from 10pm till morning) with some red/orange - minimum brightness.

      So question are:

      Is there a way to keep both bulbs turning-on separated? So only one will be on during day, and then only second during night?

      And could that be done with pressing dumb switch? What would I need to achieve it? (maybe another module into the ceiling lights)

      Thank you in advance

      General Discussion
    • How to reset kwh

      B

      Aften some testing I watt to clear KWH how ?

      Regards Bjarne

      General Discussion
    • Need help in finding the right smart switch for my kitchen lights

      M

      Hello,
      I have a kitchen light that can be controlled by two switches, using either to turn it off or on. I have been slowly changing things over to be a smart home but this is the first switch I am attempting to install.
      I am in a double wide modular home (mobile) that was built in 1994.
      At first I thought I would need a 3 way switch but when taking the normal switches apart I realized that was incorrect because the wiring on my switches are different than anything I could find online.
      For one a 3 way smart switch requires 5 wires and there are only 2 wires going into the primary switch with 3 wires going into the secondary switch from the primary switch (at least I think the 3 wires connect the two switches together). Images will be attached of the wiring.
      There are two wires (one black and one white) going into the first switch and 3 wires (black, white, and red) going out of that and into the second switch (I assume). The odd thing is the red wire going to the second switch is connected to the white wire going into the first switch and the white wire going into the second switch seems to be a bridge wire or a traveler wire. Not exactly sure. You will see what I mean in the images.
      I need to know what kind of smart switch I can use in this set up with one remaining a normal switch.
      Note that for some reason the images got switched around when uploading them. The image with 2 wires on one side and 3 on the other is what I think is the primary and the image with just 3 wires is the secondary.
      Primary.jpg Secondary.jpg

      General Discussion
    • OT: Universal Remote

      CatmanV2

      You lot are more likely to have a view than most I know. Our much used Logitech Harmony is (not so) slowly dying.

      And Logitech have discontinued the entire line.

      And no one else appears to be making something similar.

      Was going for a Sofabaton X1, but no numeric keypad. Sofabaton U1, but no favourites.

      Anyone got suggestions?
      Needs to have those features, oh and not be only a phone app.....

      C

      General Discussion
    • The Home Automation Controller Pyramid

      rafale77

      Since one member asked at one point about the "front end" and "back end", I drew this showing the controller from the base to the tip along with what I have found to be the best options from my testing. Almost every controller will try to integrate all elements, especially commercial ones but... they all have strengths and weaknesses so if one can have a medley of the best ones...

      Screen Shot 2020-05-14 at 07.11.06.png

      General Discussion
    • Thread removed - why?

      Black Cat

      I was just going to add my support for a Update Button for the bare bones version of MSR and find the thread has been removed.
      I'm wondering what was so provocative that required it's removal?
      Have we become as paranoid as an owner of another forum?

      Anyway +1 for an Update Button.

      General Discussion
    • 3-way smart switches in separate buildings.

      D

      So, I think I'm in a bit of an unusual situation. I work at a camp & retreat center that has wifi throughout. I want to put a few switches in the office that can control outdoor lighting throughout the camp. We currently have switches in each of the buildings, but it is a particularly frustrating job to get all the lights on in the evening when it is brutally cold out or we are short staffed.

      Most of our staff is not very tech savvy (my boss literally has his wife print out his emails for him each day!!!) so, I'd love to avoid having to set up any sort of raspberry pi or new phone app.

      Is there type of 3-way switch that can connect to the wifi, turn on a light in another building AND turn on an indicator light in the office, without having any sort of wire running between the buildings? Hopefully looking for a simple solution without breaking the bank too.

      I greatly appreciate any input that you can give. Thank you!

      General Discussion
    For those who registered but didn't received the confirmation email, please send an email to support@smarthome.community with the email you used

    MQTT – setup and use

    General Discussion
    10
    107
    1475
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • akbooer
      akbooer last edited by

      General discussion on all things MQTT.

      1 Reply Last reply Reply Quote 0
      • akbooer
        akbooer last edited by

        Does anyone out there run an MQTT broker on a Synology NAS?

        As part of a general infrastructure revamp, including a new NAS for backup and streaming, I’m about to press the button on a Synology.

        Thinking a bit more broadly, I’d quite like to move some of my HA apps to that platform. I’ve never investigated Docker for hosting apps, but first up, I thought that MQTT might be a good step... especially since it’s supported by Shelly devices.

        The low-end series don’t seem to support virtual machine hosting, although I don’t even know if that’s necessary for MQTT. Advice welcomed.

        1 Reply Last reply Reply Quote 0
        • toggledbits
          toggledbits last edited by

          I have a DS918+. I don't use MQTT on it, but there is a docker add-on and you can run MQTT in a docker container.

          I found this: https://diyprojects.io/install-mqtt-mosquitto-broker-nas-synology-dsm-6-2-docker/

          Author of Multi-system Reactor and Reactor, DelayLight, Switchboard, and about a dozen other plugins that run on Vera and openLuup.

          1 Reply Last reply Reply Quote 1
          • K
            kfxo last edited by

            Which synology NAS are you looking at? I have a DS920+ and run MQTT in a docker container. Works great and easy to set up. Some of the lower end ones may not support docker.

            akbooer 1 Reply Last reply Reply Quote 1
            • rafale77
              rafale77 last edited by rafale77

              Not all that helpful probably since I am not using Synology but I do run mosquitto on a QNAP NAS inside a VM... the same VM which openLuup is running on.
              I don't think Synology has anything equivalent to QNAP (able to swap the CPU) and is a lot more expensive for the equivalent hardware, granted with maybe a better OS. I have been a long time QNAP user and have been very happy with them.
              It is my NVR/Backup (Time Machine)/Router (pfSense)/Zway-openLuup /HomeAssistant/NAS/download center/Video/Music Streamer etc... It is also the machine on which I have implemented computer vision, having slapped on an nVidia GPU on it and integrated the whole thing into openLuup.
              member @Trexx and I are also on the QNAP forum...

              1 Reply Last reply Reply Quote 0
              • akbooer
                akbooer @kfxo last edited by akbooer

                @kfxo said in MQTT – setup and use:

                Which synology NAS are you looking at?

                DS420+

                I've done a bit more homework and am convinced that this should work. I was earlier considering a DS420j, but don't think that would hack it. Hardware doesn't arrive until next Thursday, allegedly.

                So, Docker is the way to do it? Is that a standard add-on? Your experience will be a very welcome assistance.

                It might be the incentive I need to, finally, understand how some folk have configured openLuup to run in Docker. It would be nice to ditch my ageing BeagleBone Black, which is actually the core of my HA system.

                K 1 Reply Last reply Reply Quote 0
                • K
                  kfxo @akbooer last edited by

                  @akbooer said in MQTT – setup and use:

                  DS420+

                  I've done a bit more homework and am convinced that this should work. I was earlier considering a DS420j, but don't think that would hack it. Hardware doesn't arrive until next Thursday, allegedly.

                  Yeah I think that will work. Might want to consider adding ram out of the box. I bumped mine from 4 to 8, not sure what the 420+ offers.

                  So, Docker is the way to do it? Is that a standard add-on? Your experience will be a very welcome assistance.

                  Synology offers Docker in their package center and provides pretty good documentation on their support pages on how to use it. The internet offers tons of guides for setting up different docker containers specifically on a synology. You want to make sure you set up the volumes in each docker container correctly to map to shared volumes on your synology so your data is persistent.

                  1 Reply Last reply Reply Quote 0
                  • therealdb
                    therealdb last edited by

                    I've built my own MQTT broker and I'm running it on my mini-PC (Intel i3 nuc) with openLuup, my own framework of things and much more. Once you'll start MQTT, you'll never look back.

                    Latest addition was a nice Windows app that it's routing all the messages from the Vera/other system to my own desktop. Since I can subscribe for topics, I'm publishing a special one for alerts from the Vera (via an HTTP call) and then dispatching it, via Telegram and to my own desktop PC. Very easy to do, very powerful, thanks to the pub/sub architecture of MQTT.

                    --
                    On a mission to automate everything.

                    My MS Reactor contrib
                    My Luup Plug-ins

                    akbooer 1 Reply Last reply Reply Quote 0
                    • akbooer
                      akbooer @therealdb last edited by

                      @therealdb said in MQTT – setup and use:

                      I've built my own MQTT broker

                      Yes, I wanted to try that myself, just to understand it more fully, but OTOH i'm also trying to move to more off-the-shelf things (except, of course, with openLuup!) Any further details on how youdid that (not Lua, I suppose...)

                      therealdb 1 Reply Last reply Reply Quote 0
                      • therealdb
                        therealdb @akbooer last edited by

                        @akbooer yep, I've used C# and it's running on Linux with .net 5.

                        I used a pre made library (MQTTNET) and it's very similar to the bridge I posted this summer, bridging mqtt to openluup. It's my Orchestrator and I've since added new things, like opensprinkler, miflora and fullykiosk.

                        Ie, I'm using one shelly to detect if it's raining and automatically update the value in opensprinkler via http.

                        --
                        On a mission to automate everything.

                        My MS Reactor contrib
                        My Luup Plug-ins

                        1 Reply Last reply Reply Quote 0
                        • Crille
                          Crille last edited by

                          I have about 15 sonoff devices running Tasmota and ever since I flashed my first one years ago I planned to use MQTT but never convinced myself to get started as it works really good with Lua http calls and later the virtual http plugin and internal Tasmota rules for sensor reporting.
                          Now that I moved to openLuup and it has MQTT capabilities I really want to get it going but don't know how/where to start.
                          Anyone up for a short getting started with openLuup MQTT and Tasmota? That would be very much appreciated!

                          therealdb Crille 2 Replies Last reply Reply Quote 0
                          • therealdb
                            therealdb @Crille last edited by

                            @crille right now only shellies are automagically discovered and supported, but you could just create devices and map variables by hand. I was thinking of adding support for them as well, starting from @akbooer Shelly support.

                            --
                            On a mission to automate everything.

                            My MS Reactor contrib
                            My Luup Plug-ins

                            1 Reply Last reply Reply Quote 0
                            • akbooer
                              akbooer last edited by

                              I could certainly think of adding a Tasmota bridge. What do I need to know about them...?

                              1 Reply Last reply Reply Quote 0
                              • akbooer
                                akbooer last edited by

                                I’ve just been looking here...

                                MQTT - Tasmota

                                and, I have to say (unless I’m missing something) it seems to be a bit of a free-for-all compared to the rather well thought-out topic structure of Shellies. I suppose that this is more or less inevitable for open source stuff.

                                therealdb 1 Reply Last reply Reply Quote 0
                                • therealdb
                                  therealdb @akbooer last edited by

                                  @akbooer yes, but announcements messages are rich and well structured. I could post something, since I have different sensor attached. I’ve also looked at the Shelly bridge, and I could send other samples (Shelly 1, Shelly 1 with temperature sensor, Shelly plug, Shelly button, Shelly uni, Shelly em) if necessary.

                                  --
                                  On a mission to automate everything.

                                  My MS Reactor contrib
                                  My Luup Plug-ins

                                  akbooer 1 Reply Last reply Reply Quote 0
                                  • akbooer
                                    akbooer @therealdb last edited by

                                    @therealdb said in MQTT – setup and use:

                                    I could send other samples (Shelly 1, Shelly 1 with temperature sensor, Shelly plug, Shelly button, Shelly uni, Shelly em) if necessary.

                                    Shellies, I find, are really well documented here:

                                    Welcome to Shelly Technical Documentation | Shelly Technical Documentation

                                    so no need of other examples (you might tell me your priorities.)

                                    For Tasmota, though, I failed to get that level of understanding from their docs, so an example might help.

                                    B 1 Reply Last reply Reply Quote 1
                                    • akbooer
                                      akbooer last edited by

                                      @therealdb

                                      I've just added Shelly bridge support for Shelly 1/1PM (I think) in development v21.3.28.

                                      If you're able to check, that would be great.

                                      If it's all OK, then I'll move on to the others.

                                      therealdb 2 Replies Last reply Reply Quote 0
                                      • therealdb
                                        therealdb @akbooer last edited by therealdb

                                        @akbooer I'll try it later tomorrow, since this is a family movie night. meanwhile, here's a couple of messages from my broker:

                                        tasmota/discovery/id
                                        
                                        config = {"ip":"192.168.1.50","dn":"tasmota-dehum","fn":["tasmota-dehum",null,null,null,null,null,null,null],"hn":"tasmota-dehum","mac":"XXX","md":"Sonoff TH","ty":0,"if":0,"ofln":"Offline","onln":"Online","state":["OFF","ON","TOGGLE","HOLD"],"sw":"9.3.1","t":"tasmota-dehum","ft":"%prefix%/%topic%/","tp":["cmnd","stat","tele"],"rl":[1,0,0,0,0,0,0,0],"swc":[-1,-1,-1,-1,-1,-1,-1,-1],"swn":[null,null,null,null,null,null,null,null],"btn":[0,0,0,0,0,0,0,0],"so":{"4":0,"11":0,"13":0,"17":0,"20":0,"30":0,"68":0,"73":0,"82":0,"114":0,"117":0},"lk":1,"lt_st":0,"sho":[0,0,0,0],"ver":1}
                                        
                                        sensors = {"sn":{"Time":"2021-03-26T23:48:03","SI7021":{"Temperature":15.8,"Humidity":73.4,"DewPoint":11.0},"TempUnit":"C"},"ver":1}
                                        
                                        --
                                        
                                        config = {"ip":"192.168.1.53","dn":"tasmota-watertank","fn":["tasmota-watertank",null,null,null,null,null,null,null],"hn":"tasmota-watertank","mac":"ECFABC5F0A29","md":"Generic","ty":0,"if":0,"ofln":"Offline","onln":"Online","state":["OFF","ON","TOGGLE","HOLD"],"sw":"9.3.1","t":"tasmota-watertank","ft":"%prefix%/%topic%/","tp":["cmnd","stat","tele"],"rl":[0,0,0,0,0,0,0,0],"swc":[-1,-1,-1,-1,-1,-1,-1,-1],"swn":[null,null,null,null,null,null,null,null],"btn":[0,0,0,0,0,0,0,0],"so":{"4":0,"11":0,"13":0,"17":0,"20":0,"30":0,"68":0,"73":0,"82":0,"114":0,"117":0},"lk":1,"lt_st":0,"sho":[0,0,0,0],"ver":1}
                                        
                                        sensors = {"sn":{"Time":"2021-03-15T13:47:43","DS18B20":{"Id":"3C01D6070BEA","Temperature":15.3},"SR04":{"Distance":58.351},"TempUnit":"C"},"ver":1}
                                        
                                        --
                                        
                                        sensors = {"sn":{"Time":"2021-03-28T09:21:22","BME280":{"Temperature":20.2,"Humidity":50.0,"DewPoint":9.4,"Pressure":967.1},"TSL2561":{"Illuminance":113.900,"IR":2135,"Broadband":6591},"PressureUnit":"hPa","TempUnit":"C"},"ver":1}
                                        
                                        --
                                        
                                        sensors = {"sn":{"Time":"2021-03-28T09:21:22","BME280":{"Temperature":20.2,"Humidity":50.0,"DewPoint":9.4,"Pressure":967.1},"TSL2561":{"Illuminance":113.900,"IR":2135,"Broadband":6591},"PressureUnit":"hPa","TempUnit":"C"},"ver":1}
                                        

                                        Status are published under tele/devicename

                                        STATE = {"Time":"2021-03-28T19:17:42","Uptime":"13T06:19:46","UptimeSec":1145986,"Heap":23,"SleepMode":"Dynamic","Sleep":50,"LoadAvg":19,"MqttCount":84,"POWER":"OFF","Wifi":{"AP":1,"SSId":"XXX","BSSId":"XXX","Channel":12,"RSSI":60,"Signal":-70,"LinkCount":3,"Downtime":"0T00:01:32"}}
                                        
                                        
                                        SENSORS = {"Time":"2021-03-28T19:17:42","DS18B20":{"Id":"3C01D607ACFE","Temperature":13.8},"TempUnit":"C"}
                                        
                                        

                                        The format of sensors is very similar to discovery, but more compact.

                                        There's also tele/device/LWT (Online, Offline) to handle "Last Will and Testament". I'm using it to notify of device being dropped out of the network via CommFailure and similar.

                                        I'm sure @ArcherS has many more sensors than me.

                                        --
                                        On a mission to automate everything.

                                        My MS Reactor contrib
                                        My Luup Plug-ins

                                        A 1 Reply Last reply Reply Quote 1
                                        • A
                                          ArcherS @therealdb last edited by

                                          I have some 10 Tasmota devices with a number of different sensors reporting temperature etc. It is very easy to combine the sensors on one device, the information for all attached sensors are included in one SENSOR message for that Tasmota device.

                                          Some data from them:

                                          AM2301 (temp, humidity and dew point temp)
                                          tele/tasmota_E0395C/SENSOR = {"Time":"2021-03-28T19:56:35","AM2301":{"Temperature":5.7,"Humidity":64.6,"DewPoint":-0.5},"TempUnit":"C"}

                                          DS18B20 (temp) Four DS18B20 connected to one Tasmota
                                          tele/tasmota_2ECD0B/SENSOR = {"Time":"2021-03-28T19:49:06","DS18B20-1":{"Id":"000005B4E469","Temperature":5.8},"DS18B20-2":{"Id":"3C01D60701B8","Temperature":17.9},"DS18B20-3":{"Id":"3C01D6074A47","Temperature":20.3},"DS18B20-4":{"Id":"3C01D6079246","Temperature":9.3},"AM2301":{"Temperature":5.4,"Humidity":75.0,"DewPoint":1.3},"TempUnit":"C"}

                                          and in a device that also has an AM2301, since it is only one DS18B20 it does not get the "-nn" suffix
                                          tele/tasmota_845CBC/SENSOR = {"Time":"2021-03-28T20:11:35","DS18B20":{"Id":"000005B5E8ED","Temperature":12.0},"AM2301":{"Temperature":11.2,"Humidity":40.6,"DewPoint":-1.7},"TempUnit":"C"}

                                          BME280 ( temp, humidity, dew pont temp, air pressure) and BH1750 (light sensor in lux) in one device
                                          tele/tasmota_81FF56/SENSOR = {"Time":"2021-03-28T19:49:35","BME280":{"Temperature":6.6,"Humidity":65.4,"DewPoint":0.5,"Pressure":1009.4},"BH1750":{"Illuminance":0},"PressureUnit":"hPa","TempUnit":"C"}

                                          BLE sensors (temp, humidity, dew point temp) below three Xiaomi sensors identified by their MAC
                                          tele/tasmota_F181DC/SENSOR = {"Time":"2021-03-28T20:01:38","ATC-f159bf":{"Temperature":21.5,"Humidity":48.0,"DewPoint":10.0,"Battery":69,"RSSI":-80},"ATC-9446bf":{"Temperature":22.6,"Humidity":42.0,"DewPoint":9.0,"Battery":83,"RSSI":-89},"ATC-6d5d44":{"Temperature":14.3,"Humidity":46.0,"DewPoint":2.8,"Battery":63,"RSSI":-84},"TempUnit":"C"}

                                          MH-Z19B C02 meter (CO2 and temp) below in a device that also has a AM2301
                                          tele/tasmota_7EC9D9/SENSOR = {"Time":"2021-03-28T20:03:49","AM2301":{"Temperature":20.7,"Humidity":48.1,"DewPoint":9.3},"MHZ19B":{"Model":"B","CarbonDioxide":655,"Temperature":22.0},"TempUnit":"C"}

                                          A 1 Reply Last reply Reply Quote 1
                                          • B
                                            Buxton @akbooer last edited by

                                            @akbooer Tasmota energy sensor

                                            {
                                              "Time": "2021-03-28T21:51:01",
                                              "ENERGY": {
                                                "TotalStartTime": "2020-06-07T00:10:43",
                                                "Total": 2356.063,
                                                "Yesterday": 7.056,
                                                "Today": 6.459,
                                                "Period": 24,
                                                "Power": 285,
                                                "ApparentPower": 302,
                                                "ReactivePower": 99,
                                                "Factor": 0.95,
                                                "Voltage": 123,
                                                "Current": 2.453
                                              }
                                            }
                                            
                                            1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            Welcome. If you’d like to participate in the discussion, rather than just read, then you can join the forum. As a member, you can interact with others here to share your experience and ask the questions you need answered.

                                            Powered by NodeBB | Contributors
                                            Hosted freely by PointPub Media Communications Inc. | Contact us