Everything posted by sjenkins
-
Does the NVMe post have lots of errors...
@Michel Kohanim could you flush this out a bit? Does this mean it will copy your current system back to the Mme 50G and then after reboot allow you to run the new script with its features. No guarantees in life I know but is this a path for those of us that went in the deep end with the first version to resize our new drive? Sorry, the text seems to be saying this but obviously I would like to be sure. Much appreciated.
-
Need help setting up
Hi Josh, Appreciate you sending the logs, could you verify for me what you put in the configuration? Perhaps a screenshot. Second, maybe a pic of the hub to verify version (not the bottom with your serial numbers) thx.
-
feature request: icons: ability to add custom in configure area
Love the ability to add a custom icons from url for default & love the ability to configure advanced status' Could we add the ability to add custom icons not just as the default icon but also in the advanced status area? Not as important but as a convenience it would be great to pull icons from local files in addition to url's Thanks @Javi & udi team for all you do!
-
Local PG3 configuration page served through portal?
@paulbates completely different way of solving the issue..... but I use a vpn (wireguard) to get back to my home network from my mac. Tried a vpn with my main router, an Orbi, with clunky success. So instead dropped a cheap wireguard compatible router on my main Orbi and it works like a dream. Can bring up anything an ssh into my servers. I use a SlateAX from GLi net. I actually also travel with a GL-MT3000 as it puts up a much nicer and more secure wifi than hotel based. Just some thoughts, on a cheap way forward.
-
Questions about running a new NVMe SSD
for the mmc see below link:
-
Configuring eisy to boot from an NVMe SSD without losing VMs
this is just opinion without knowledge but if you followed the above posts then the drive is already mounted at /extra I would try that.
-
Portal, Alexa & Samsung
Played around a bit with the api. /venting Certainly can get on/off, channels, volume, remote buttons , but I must say the whole token permission thing is a bit off. Getting the tv to not want permission on the first contact each time is an issue (solutions online are not working). As well because there is about 8 billion models/versions of tv's out there, each of them the settings are different. So any plugin would mean settings help/hell. I'll keep knocking away at it because I'm interested for my own uses. Of course will share the results. Right now though as a plugin for a population I predict this as support hell. venting/
-
Not Seeing Shades
Found the api for v2, which may be of use to you in your network resources: https://github.com/sejgit/indigo-powerview/blob/master/PowerView API.md the links and json strings are different as well as how positions are done from v3 Also, as I mentioned above there are no sse streams for events, which means that polling is the only way to get data on scenes and shades. I use polling as a secondary way to get position, scene activation.
-
Configuring eisy to boot from an NVMe SSD without losing VMs
cool, I added a label to mine as well (with a bit of help from google) before: root@eisy:~ # gpart show => 40 1953525088 nvd0 GPT (932G) 40 131072 1 efi (64M) 131112 1927282688 2 freebsd-zfs (919G) 1927413800 8388608 3 freebsd-swap (4.0G) 1935802408 17722720 - free - (8.5G) root@eisy:~ # gpart show -l => 40 1953525088 nvd0 GPT (932G) 40 131072 1 efi (64M) 131112 1927282688 2 (null) (919G) 1927413800 8388608 3 swap0 (4.0G) 1935802408 17722720 - free - (8.5G) then: gpart modify -l eisy.nvme -i2 nvd0 after: nvd0p2 modified root@eisy:~ # gpart show -l => 40 1953525088 nvd0 GPT (932G) 40 131072 1 efi (64M) 131112 1927282688 2 eisy.nvme (919G) 1927413800 8388608 3 swap0 (4.0G) 1935802408 17722720 - free - (8.5G) thanks again @Michel Kohanim !!!!
-
Configuring eisy to boot from an NVMe SSD without losing VMs
yes the script will need to be changed to a new location but you need to "make" a place for it (see below) first though, did you notice the EXPANDSZ column? your drive has not expanded to use the whole space available on the drive you can fix this with: zpool set autoexpand=on zudi zpool online -e zudi nvd0p2 # note replace nvd0p2 with the name under zudi when you do a zpool status -v here is where you "make" a place to put your VM or whatever. As zfs likes to use the whole space rather than a bunch of gparted (they don't talk to each other well). What I did was create another drivefolder in the pool and mount it in a location I would use. # create drive zfs create zudi/extra # mount it in root zs set mountpoint=/extra zudi/extra # set a quota on this drivefolder if you like zfs set quota=200G zudi/extra # permissions are nice chown admin:admin /extra now you can use /extra (or whatever you call it) as a place for the VM's
-
Configuring eisy to boot from an NVMe SSD without losing VMs
Sorry to barrage you Michel, Had to look up BIOS labels & trying to figure out what that does to operations? For those of us who jumped off the ledge and did this, anything in the script which will 'haunt' us later as a change?
-
Configuring eisy to boot from an NVMe SSD without losing VMs
make sure you are not "in" the directory on your admin account before you goto sudo -i or it won't let you umount it. Also, for those watching this channel when this script is done your mmcsd0 drive is "gone" if you want to use this internal old slow drive for any storage you can (I did) make it a drive for your use (backup?)... make sure you are in sudu -i zpool create storage /dev/mmcsd0 zpool list chown admin:admin /storage zpool export storage zpool import storage now you have /storage drive of ~50G to play with. May not be of a whole lot of use as you just added a faster 1T drive but I was thinking of backing up the contents of my admin home directory there.
-
Not Seeing Shades
@GTench thanks so much for getting the definitive answer. My installer/dealer was not very tech savvy. I installed the gateways for him. So looks like I got faulty info from him about v2/v3 but it does make sense what you say. Let me take another look at the Indego and HA plugins and see if some basic v2 functionality is possible. Pretty sure the way I do fast updates is only v3 but even if I could do commands would that be of interest to you?
-
Configuring eisy to boot from an NVMe SSD without losing VMs
figured out the issue. If you didn't do the partition version originally but did the simple version then this one won't work. I had to do the below (remember this wipes out everything on the storage drive) zpool destroy storage gpart create -s gpt nvd0 after that I could run the script... bash -c "source ~admin/setup_nvme_boot.sh; setup_nvme_boot" For the faint of heart, wait for the packaged version later this week.
-
PG3 ELK Node server 3.10.15
@MBell, if you looked at the communications which came out this also was not only a UDI issue, but a dependancy from Paho(MQTT) which pushed a breaking change. You might be right that their push was off or even that UDI needs to have their software protect itself better. There are many ways to ask for 'process improvements' but 'what a joke' is just plain rude. You have been on the forum for a while so you see the culture and how things work here. Perhaps you just had a bad day but you may want to think before hitting send next time.
-
re-installed acurite plug in and now I cannot get it to connect.
@Dave Green this is not an AcuRite issue. This a udi_interface issue. you may need to wait until Monday for @bmercier to do an update. Patience for the moment, here is a link to his message.
-
Portal, Alexa & Samsung
Not fair, you asked google. 😜 in my Defense it had not bubbled up in my project/give-a-sh*t list. might be a good node server, eh? I was looking for my next one; I’ll take a peek as well.
-
Portal, Alexa & Samsung
as far as I know they do in order to get them as a device on Alexa/google through skills. At least I haven't heard of a way around it.
-
IoX and i3 Insteon
I have a few of these i3's and haven't noticed the timing issues ; are what you have noticed from the switch to other devices, switch to isy program, or program to switch ? or all. Just asking so I can set up an experiment on mine. Like many on this channel I have a mixed environment of old and new Insteons. MUCH prefer them to z-wave in about every way. Also, I have had the old Insteon hub (and trashed it) ; but would buy another if that was the only way to do updates, they are not that expensive. Knowing it is an advertised feature, Has ANYONE seen if there has been an Insteon update on ANY device since the new i3's came out?
-
Hunter Douglas shade plugin version 0.1.1
@Michel Kohanim, ok I think its ready!
-
Hunter Douglas shade plugin version 0.1.1
The biggest change here is to take advantage of the Pushing of events from the gateway, while still Polling every so often as belt/suspenders. This allows scenes to indicate they are active and shades to be updated closer to real time which indicating when in motion. Some cleaning up of the code to make it more reliable. Deleted parameters from being displayed ; still have to get to the input side without making a node for every shade type. Enjoy, & please give feedback! Also to remind that this ONLY works on V3 (G3) gateways. Sorry but older V2 (G2) are a different API and I do not believe they push events. Polling: Full update of shade and scene datae loaded from the gateway - happens at start-up and LongPoll - really should just be the extra belt/suspenders as the Push should catch all/most events. - program limited to no faster than once per 3s - suggest 60s for LongPoll Pushing: Data is pushed from the gateway and regularly checked - updates are checked for every ShortPoll - includes Motion-Started, Motion-Stopped, Scene-Activated, Scene-Deactivated, and Shade-Online (pushed infrequently, likely as a keep-alive for the push stream) - suggest 5s for ShortPoll VERSION = '0.1.1' """ 0.1.1 DONE tap into gateway events, which allows longPoll update to move from 30s to 60s DONE active scene indications from events DONE shade motion indicator from events DONE shade position update from start, stop, online events DONE remove parameters based on shade capability (primary, secondary, tilt) DONE update readme & config instructions to highlight G3 scope add to future version: TODO remove set position parameters which are not useful to certain shades 0.1.0 DONE handle multiple gateways automatically, picking primary & switching if required DONE updated configuration instructions as well as link to the forums past versions: 0.0.9 DONE fix uom for positions(100) & ids(107) DONE more notices clean-up DONE shade naming to include room as scenes DONE remove status based on shade capability (primary, secondary, tilt) 0.0.8: DONE handling of notices individually DONE polling 5s short-poll 30s long-poll DONE status for programs (positions etc) 0.0.7: DONE faster status updates when command is given DONE bug fix DONE re-order of parameters displayed 0.0.6: DONE move shade by specific amounts DONE bug fix scenes not activating 0.0.5: DONE change shortpoll to 30s DONE update shades on shortpoll DONE clear start notice at shortpoll DONE clean up error proofing in get DONE fix updating variables with shortpoll DONE limit device ping to 5s 0.0.4: DONE discover when new gatewayip is entered DONE poll status regularly using shortpoll DONE update required after nodes added to get status DONE notice when gateway get error """
-
Not Seeing Shades
@GTench, so sorry it looks like you have a v2 (or v1) powerview. It's why I put the little 'legal' statement in the instructions that v2 was out of scope. I love these blinds & I do believe you can buy and "drop-in" the v3 gateways as I had the option of either version about two years ago. From what I know the api is a fair bit different. There in an Indigo plug-in which I used to get started & it services both. I have since moved to using features which do not exist in v2. If there is a demand I could eventually come back and at least put in the basics for v2. here is the link to the indigo plug-in which services both. -- obviously it would need to be converted for polyglot. https://github.com/sdf-cnicorp/indigo-powerview
-
Not Seeing Shades
just to verify, those are version 3 gateways? can you goto each from a browser and hit them with http://192.168.2.239/home one should give you a large array and the other a message saying it is not primary.
-
Not Seeing Shades
hi, @GTench, did you add to the configuration with gatewayip and the ip of your gateway eg 10.0.1.150 ? have not had good luck with default powerview-g3.local working on the eisy. Just noticed you have two gateways (like me) per the instructions you can put an array for the gatewayip config variable which contains the ip's of the two gateways. One will be master but it can change with outages, etc. Below is what is in mine, please note the ip's are in quotes : gatewayip ['10.0.1.150', '10.0.1.151'] Let me know if this doesn't work for you. A copy of the logs helps even more. I am soon to put up a new version which will use a feature of the gateways in which I will only have to update on the long poll which the gateway will push more 'as they happen' updates.
-
Portal, Alexa & Samsung
@paulbates Let me know & happy to test ; I'd love to shake that useless app as well.