piBeacon: presence monitoring plugin discussions

Posted on
Sat Jan 27, 2018 10:37 am
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: piBeacon: presence monitoring plugin discussions

this should only occur if the PI positions are not set in RPI device edit . == quick fix set the xyz positions of your RPIs

will add an IF in the position calculations

Karl

Posted on
Thu Apr 12, 2018 5:22 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: piBeacon: presence monitoring plugin discussions

posted new version on GitHub also a new SSD image https://www.indigodomo.com/pluginstore/59/ for RPI3+

Karl

Posted on
Sat Apr 21, 2018 10:10 am
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: piBeacon: presence monitoring plugin discussions

posted new version on GitHub https://www.indigodomo.com/pluginstore/59/ for RPI3+

- added particulate (air quality) sensor PMS5003 (from adafruit$40 or at ebay $20 w 3 weeks delivery)

-all sensors are now separate python programs on RPI (makes it easier to maintain

-fixed smaller typos ...

This sensor PMS5003 allows to measure the particulate contents of air. In the plugin it will show red/grey/red for air quality and here all the numbers :
Screen Shot 2018-04-21 at 09.57.39.png
Screen Shot 2018-04-21 at 09.57.39.png (18.01 KiB) Viewed 2908 times
Screen Shot 2018-04-21 at 09.57.56.png
Screen Shot 2018-04-21 at 09.57.56.png (42.56 KiB) Viewed 2908 times


You need to connect 3 wires:
1. +5V to Vcc
2. Ground to Ground
3. RX to TX on sensor

Together with the BME680 and the CO2/ VCC and various light sensors you now have a full spectrum of sensors you can measure almost anything at home:
-Temperature
-Humidity
-Pressure
-Air quality (VOCs)
-CO2
-Light: ultraviolet, 5 different visible wavelengths, infrared
-particulates


Karl

Posted on
Sat Apr 21, 2018 9:20 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: piBeacon: presence monitoring plugin discussions

using the particulate sensor to measure the efficiency for a HEPA filter.
This actually works (filter and sensor)!! shown is the 0.3um/m**3 count
Screen Shot 2018-04-21 at 23.02.32.png
Screen Shot 2018-04-21 at 23.02.32.png (82.7 KiB) Viewed 2875 times

Shortly before 20:00 (8pm) a HEPA air purify was switched on


Karl

Posted on
Mon Jun 11, 2018 1:01 am
GlennNZ offline
User avatar
Posts: 1555
Joined: Dec 07, 2014
Location: Central Coast, Australia

Re: piBeacon: presence monitoring plugin discussions

Hi Karl,

Getting this with the just posted version 7.86.220


Code: Select all
   piBeacon                        setup pi response (1) message

   piBeacon                        setup pi response (1) error   
couldn't read file "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/piBeacon.indigoPlugin/Contents/Server Plugin/updateAllFiles.exp": no such file or directory

   piBeacon                        setup pi response (1) message

   piBeacon                        setup pi response (1) error   
couldn't read file "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/piBeacon.indigoPlugin/Contents/Server Plugin/updateAllFiles.exp": no such file or directory

   piBeacon                        setup pi response (1) message

   piBeacon                        setup pi response (1) error   
couldn't read file "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/piBeacon.indigoPlugin/Contents/Server Plugin/updateAllFiles.exp": no such file or directory


Manually re-created it with Plugin Contents and all-good.

Seems you missed one reference to it on line 7930?

G

Posted on
Mon Jun 11, 2018 6:50 am
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: piBeacon: presence monitoring plugin discussions

That’s a real bug. I renamed the file.




Sent from my iPhone using Tapatalk

Posted on
Mon Jun 11, 2018 7:29 am
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: piBeacon: presence monitoring plugin discussions

posted the fix on plugin store and GitHub for error: "...updateAllFiles.exp": no such file or..."
v .221

Karl

Posted on
Sat Aug 25, 2018 9:15 pm
GlennNZ offline
User avatar
Posts: 1555
Joined: Dec 07, 2014
Location: Central Coast, Australia

piBeacon: presence monitoring plugin discussions

Hi Karl,

Just a quick question regarding sensors and pi beacon. Multiple Rpis and sensors all going well and quite stable.

Couple of non-urgent questions; as seem to recall from recent posts that you are traveling...

1.

Have a couple of sensors that want to add twice (different calculation for display image purposes for example).
Is this supported? Seem to have minor issues when I try.

Eg.
One Rpi
Ads1115 Sensor, one channel
Can I add/create two indigo pibeacon devices that access this one sensor? (Then have different display calculations/status etc)

If not can overcome by creating variables, using other plugins.. etc - but you give so many good calculation and adjustment options that adding two sensors would be easier/ideal.

2. The Ads1115 sensor device seems to be missing the sensor changed/max/min, last sensor update - addition states that other sensors were updated with previously?

Thanks again.

Glenn
Last edited by GlennNZ on Sat Aug 25, 2018 11:38 pm, edited 1 time in total.

Posted on
Sat Aug 25, 2018 10:11 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: piBeacon: presence monitoring plugin discussions

in principle you should be able to add a sensor twice, as each sensor has its own dict section. , but I have not tried that . .. just try it.

as for min max, I can add that when I am back, just adding the min max/ yesterday .. states to device.xml I believe and may be add the device type to a list

Karl≠≠

Posted on
Sat Aug 25, 2018 11:39 pm
GlennNZ offline
User avatar
Posts: 1555
Joined: Dec 07, 2014
Location: Central Coast, Australia

piBeacon: presence monitoring plugin discussions

kw123 wrote:
in principle you should be able to add a sensor twice, as each sensor has its own dict section. , but I have not tried that . .. just try it.

as for min max, I can add that when I am back, just adding the min max/ yesterday .. states to device.xml I believe and may be add the device type to a list

Karl≠≠


Thanks for quick reply and as said no rush as all working well.

Two sensors the same pi/same device - seems to give fix sensor error and then never updates. Presume something code wise stopping this.

Edit: although I do have two duplicated GPIO_inputs sensors which work fine.

Glenn

Posted on
Sun Aug 26, 2018 2:22 am
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: piBeacon: presence monitoring plugin discussions

could you post the exact error msg "seems to give fix sensor error"..

Karl

Posted on
Sun Aug 26, 2018 2:31 am
GlennNZ offline
User avatar
Posts: 1555
Joined: Dec 07, 2014
Location: Central Coast, Australia

piBeacon: presence monitoring plugin discussions

kw123 wrote:
could you post the exact error msg "seems to give fix sensor error"..

Karl


Code: Select all
2018-08-26 12:41:47.217   piBeacon   fixing 2  piBeacon Level Sensor 185 rpi copy  680385196 pi 5 sensori2cADS1x15


Thanks.

(sorry just normal logging - but should be easy to reproduce - and as said no biggie )

Posted on
Sun Aug 26, 2018 3:46 am
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: piBeacon: presence monitoring plugin discussions

to fix that I need to be home..

I believe I have the min./Max and last update ready, was easy..
will post a prel version on dropbox later.

Karl

Posted on
Sun Aug 26, 2018 7:20 am
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

piBeacon: presence monitoring plugin discussions

test version w min/Max, lastchanged sensor for ADC 1115
https://www.dropbox.com/s/a7s6bc3rd6lc7id/piBeacon.indigoPlugin.zip?dl=1

Karl

Posted on
Mon Aug 27, 2018 1:52 am
GlennNZ offline
User avatar
Posts: 1555
Joined: Dec 07, 2014
Location: Central Coast, Australia

Re: piBeacon: presence monitoring plugin discussions

kw123 wrote:
test version w min/Max, lastchanged sensor for ADC 1115
https://www.dropbox.com/s/a7s6bc3rd6lc7id/piBeacon.indigoPlugin.zip?dl=1

Karl


Thanks Karl

Is the download link correct? - links to version 7.85.220 version last modified 3rd June?

Glenn

Page 64 of 78 1 ... 61, 62, 63, 64, 65, 66, 67 ... 78

Who is online

Users browsing this forum: No registered users and 3 guests